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
41f67ad6d0681f1d98c0709bedd0a20145451bd6
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
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
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
fixing namespace controller resource spec
Merge branch 'master' into 2.0
Merge pull request #424 from whilefalse/master
Merge pull request #476 from kirkconnell/with_model-version-fix
merging 1.6 additions into 2.0 branch
fixing ability generator
include tests with cancan:ability generator - closes #350
fixing model comparison spec, I believe this bug is caused by recent version of with_model
use version 1.x of with_model to avoid errors in class comparisons
updating Rails gem dev dependency
removing 1.9.2 from .travis.yml
Merge pull request #427 from bai/master
Merge pull request #421 from amc-projects/master
Merge pull request #426 from manuelmeurer/patch-1
These lines are defaults, should be fine this way
Run rake instead of rake test
Fixed typos.
The first try to make cancan pass on Travis CI
:id_param option to load_resource allows specification of the param name to find members
Loading