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
5eae169d7bb8075c5c8cc74802174cfa0a765bdf
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
2
Jul
29
Jun
26
25
23
19
18
19
18
11
10
4
31
May
30
29
28
26
14
11
10
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
porting #668 to 1.6.x
Add code for fixing issue #664 (regression in 1.6.8).
fix namespace split, so we can use / for namespace
bringing up to date with master branch
tests passing with Rails 3.2.6
releasing 1.6.8
1.6.8
1.6.8
Fixing Segmentation fault on aliasing
Spec to test against nested joins being thrown away ala issue 560
preparing for 1.6.8
updating changelog
removing project status section from readme since contributors are now kind enough to keep tabs on the issue tracker
clearing leftover whitespace
load ostruct for OpenStruct used in spec
Merge pull request #653 from andhapp/fix-pull-request-640
Merge pull request #650 from andhapp/fix-pull-request-486
Merge pull request #618 from spatil/master
Fix for issue 560 where joins could be thrown away by ActiveRecordAdapter::merge_joins
Fix pull request 640. For some reason github didn't allow a clean merge althought there weren't any conflicts. Fix it so that it's easier to just merge via the UI.
Refactor out attribute assignment
Add specs for resource attributes.
initialise attributes after a resource is created by an InheritedResources controller
Fixes Nested Resource Loading
Merge pull request #635 from ollym/2.0
Merge pull request #645 from andhapp/issue-644
Fix for issue-644 to allow users to specify a mix of can and cannot rules with mongo.
Fixed bug where parent resources were being regarded as children
Classify causes plural model names to be incorrectly renamed
Named resources were not being loaded correctly. Fixes #633
Merge pull request #632 from andhapp/fix-issue-327
Merge pull request #625 from rogercampos/merging
Fix to handle MetaWhere and non-MetaWhere conditions correctly.
Merge pull request #619 from derekprior/namespace-fix
port fix for namespaced params from 2.0 back to 1.6
Merge pull request #509 from moffff/master
Merge pull request #492 from soopa/master
fixing Ruby versions running on travis.yml
Merge pull request #570 from bsodmike/bsodmike-2.0
Merge pull request #535 from manuelmeurer/patch-2
Merge pull request #616 from NickClark/rails_2_3_readme_clarification
cancan 2.0 fix for issue #565; test to properly authorize resource for namespaced controller
Loading