Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
cancan
Manage
Activity
Members
Plan
External wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Github Mirror
coopdevs
cancan
Graph
8903feee70ed355af3752d85be7bd7e01d257d8c
Select Git revision
Branches
3
2.0
debug-travis
master
default
protected
Tags
20
1.6.10
1.6.9
1.6.8
1.6.7
1.6.6
1.6.5
1.6.4
1.6.3
1.6.2
1.6.1
1.6.0
1.5.1
1.5.0
1.4.1
1.4.0
0.2.0
0.2.1
1.0.0
1.0.1
1.0.2
23 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
10
May
23
Apr
22
17
3
23
Mar
29
Feb
14
2
6
Jan
25
Dec
9
Nov
2
31
Oct
14
4
28
Sep
20
23
Jul
21
20
19
1
30
Jun
13
21
May
19
18
17
16
12
10
2
29
Apr
27
25
21
15
1
29
Mar
25
24
23
18
15
16
10
8
22
Feb
17
14
4
3
28
Jan
20
19
18
11
8
7
6
5
4
3
30
Dec
29
30
28
26
21
17
Nov
16
15
12
13
14
Oct
13
8
5
4
5
23
Sep
21
16
17
9
7
3
2
31
Aug
30
20
18
17
7
6
5
21
Jul
20
19
25
May
24
21
20
21
16
22
Apr
20
18
17
16
15
16
15
5
2
30
Dec
15
14
13
26
Nov
25
19
18
17
16
Clarify readme for rails 2.3 users
adding a .rbenv-version file
Merge pull request #541 from icrowley/master
Merge pull request #505 from nertzy/update_with_model
Merge pull request #556 from mauriciozaffari/master
Merge pull request #564 from flop/master
Merge pull request #559 from plentz/patch-1
Merge pull request #587 from route/patch-1
Merge pull request #607 from Mixbook/master
Add check for Enumerable as condition value
getting data_mapper and mongoid specs passwing with latest versions
upgrading specs to use Rails 3.2.3
disabling MetaWhere feature and making Acitve Record fixture that is always loaded
removing .rvmrc, no need for a gemset with Bundler
changing should spec wording
switching to Rspec stubbing/mocking - no more RR
adding project status message to readme
checked for ActionContoller::Base instead of just ActionContoller
Just add singleton to description of authorize_resource
Don't remove key-value from the subject hash we might want to use it again.
adding travis-ci badge
Pass forward :if and :unless options to the before filter. i.e:
Fixed bug with params for actions that build new instances with namespaced models
Fixed typo
Fixed problem with 'with_model' gem in DataMapper tests and Mongoid tests.
Use latest with_model gem
Adding Ability#merge
fix uninitialized constant warning in CanCan::Rule#model_adapter
releasing 1.6.7 with nested resource fix
1.6.7
1.6.7
quick fix to get nested resources working again - closes #482
releasing version 1.6.6
1.6.6
1.6.6
removing jruby/rubinius from travis.yml for now until I figure out why they aren't passing
Correct "return cant jump across threads" error when using check_authorization()
include namespace in params when creating/updating resource - closes #349
consider specificity when finding relevant rules so generic rules will not override specific ones - closes #321
ignore cannot clause with attributes when not checking for with attributes - closes #406
Add failing example of `cannot` for attribute, corresponds to #406
fixing spec for new id_param option
Merge branch 'master' into 2.0
Merge pull request #425 from skhisma/master
Loading