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
e60365505c56cfd4b4400d8c6a6ff463cb9f1874
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
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
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
Added the needed camelize to recent patch for engines and namespaced models
Added support for engines and namespaced models.
Compatibility fix for using cancan with rspec-instafail and rspec1
Merge pull request #410 from psanford/improve_datamapper_loading
Load datamapper class methods via append_extensions.
Merge pull request #409 from nhocki/patch-1
Change the i18n default name to :"unauthorized.default"
Adding tests for i18n translation for default messages
Make CanCan Default Message a translatable text. Default to the one you had.
load member through method instead of instance variable to improve decent_exposure support
delegating ControllerResource find to model adapter, uses 'get' for DataMapper - closes #373
allow :find_by option to be full find method name - closes #335
set resource attributes in update action and authorize after set - closes #141
changing the interface for ControllerResource load/authorize so they can be intertwined
merging master into 2.0
releasing 1.6.5
1.6.5
1.6.5
pass action and subject through AccessDenied exception when :through isn't found - closes #366
Merge pull request #363 from rahearn/mongoid-conditions-empty
adding current_ability to helper methods - closes #361
allow :through option to work with private controller methods - closes #360
ensure Mongoid::Document is defined before loading Mongoid adapter - closes #359
updating version in gemspec to alpha
Loading