Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
bogn
/
cancan
Public
forked from
roomnoise/cancan
Notifications
You must be signed in to change notification settings
Fork
1
Star
1
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
All time
Commit history
Commits on Oct 28, 2013
Merge pull request #1 from codegourmet/bogn/topic/negative_queries
Show description for 8dfbd40
bogn
committed
8dfbd40
View commit details
Copy full SHA for 8dfbd40
Browse repository at this point
Commits on Sep 18, 2013
made negative queries work with plucky queries as parameter
codegourmet
committed
81bfb46
View commit details
Copy full SHA for 81bfb46
Browse repository at this point
removed copypasta in spec
codegourmet
committed
f7f8bbf
View commit details
Copy full SHA for f7f8bbf
Browse repository at this point
raise exception when unable to invert cannot query + spec
codegourmet
committed
fb3c0f4
View commit details
Copy full SHA for fb3c0f4
Browse repository at this point
reverted to previous query negation implementation
codegourmet
committed
e0ed8d3
View commit details
Copy full SHA for e0ed8d3
Browse repository at this point
added spec to prove cannot() record deletion bug
codegourmet
committed
0799267
View commit details
Copy full SHA for 0799267
Browse repository at this point
Commits on Apr 10, 2013
The MongoMapperAdapter mustn't reject rules that are scopes (Plucky::Query objects)
bogn
committed
6d65fa2
View commit details
Copy full SHA for 6d65fa2
Browse repository at this point
MongoMapperAdapter now merging the scope given to the rule into it's own scope. Order and limit parameters should thus be respected.
bogn
committed
3f48138
View commit details
Copy full SHA for 3f48138
Browse repository at this point
MongoMapperAdapter now supporting scopes
bogn
committed
8eaad97
View commit details
Copy full SHA for 8eaad97
Browse repository at this point
Use WithModel only if it's defined (MODEL_ADAPTER being ActiveRecord)
bogn
committed
e4f2583
View commit details
Copy full SHA for e4f2583
Browse repository at this point
MongoMapper ~> 0.12.0
bogn
committed
4bc5271
View commit details
Copy full SHA for 4bc5271
Browse repository at this point
Fixes for mongo_mapper adapter. Add specs.
Show description for 9a48614
bogn
committed
9a48614
View commit details
Copy full SHA for 9a48614
Browse repository at this point
Commits on Jan 19, 2012
bson_ext ~> 1.4
bogn
committed
051e361
View commit details
Copy full SHA for 051e361
Browse repository at this point
Merge branch 'master' of git://github.com/ryanb/cancan
bogn
committed
92228d9
View commit details
Copy full SHA for 92228d9
Browse repository at this point
Commits on Oct 4, 2011
releasing 1.6.7 with nested resource fix
ryanb
committed
9eebeb2
View commit details
Copy full SHA for 9eebeb2
Browse repository at this point
quick fix to get nested resources working again - closes #482
ryanb
committed
67a3038
View commit details
Copy full SHA for 67a3038
Browse repository at this point
Commits on Sep 29, 2011
releasing version 1.6.6
ryanb
committed
26b40f2
View commit details
Copy full SHA for 26b40f2
Browse repository at this point
Commits on Sep 28, 2011
removing jruby/rubinius from travis.yml for now until I figure out why they aren't passing
ryanb
committed
9832639
View commit details
Copy full SHA for 9832639
Browse repository at this point
Correct "return cant jump across threads" error when using check_authorization()
Patrick Morgan
authored and
ryanb
committed
b3fc5ad
View commit details
Copy full SHA for b3fc5ad
Browse repository at this point
Merge pull request #425 from skhisma/master
Show description for 610d7e3
ryanb
committed
610d7e3
View commit details
Copy full SHA for 610d7e3
Browse repository at this point
Merge pull request #424 from whilefalse/master
Show description for cfb801e
ryanb
committed
cfb801e
View commit details
Copy full SHA for cfb801e
Browse repository at this point
Merge pull request #476 from kirkconnell/with_model-version-fix
Show description for 0edd310
ryanb
committed
0edd310
View commit details
Copy full SHA for 0edd310
Browse repository at this point
Commits on Sep 21, 2011
use version 1.x of with_model to avoid errors in class comparisons
kirkconnell
committed
5ab7dea
View commit details
Copy full SHA for 5ab7dea
Browse repository at this point
Commits on Sep 6, 2011
improved support for combining rules for mongo_mapper adapter
romanlv
committed
632b471
View commit details
Copy full SHA for 632b471
Browse repository at this point
Commits on Jul 24, 2011
updating Rails gem dev dependency
ryanb
committed
916f97f
View commit details
Copy full SHA for 916f97f
Browse repository at this point
removing 1.9.2 from .travis.yml
ryanb
committed
2be3f98
View commit details
Copy full SHA for 2be3f98
Browse repository at this point
Merge pull request #427 from bai/master
Show description for 0343f8f
ryanb
committed
0343f8f
View commit details
Copy full SHA for 0343f8f
Browse repository at this point
Commits on Jul 23, 2011
Merge pull request #421 from amc-projects/master
Show description for 987dce0
ryanb
committed
987dce0
View commit details
Copy full SHA for 987dce0
Browse repository at this point
Merge pull request #426 from manuelmeurer/patch-1
Show description for e0492f5
ryanb
committed
e0492f5
View commit details
Copy full SHA for e0492f5
Browse repository at this point
Commits on Jul 21, 2011
These lines are defaults, should be fine this way
beawesomeinstead
committed
0fc67e4
View commit details
Copy full SHA for 0fc67e4
Browse repository at this point
Run rake instead of rake test
beawesomeinstead
committed
d24ef45
View commit details
Copy full SHA for d24ef45
Browse repository at this point
Fixed typos.
manuelmeurer
committed
e561532
View commit details
Copy full SHA for e561532
Browse repository at this point
The first try to make cancan pass on Travis CI
beawesomeinstead
committed
1ab4e2d
View commit details
Copy full SHA for 1ab4e2d
Browse repository at this point
Commits on Jul 20, 2011
:id_param option to load_resource allows specification of the param name to find members
geoff-parsons
committed
7937a28
View commit details
Copy full SHA for 7937a28
Browse repository at this point
Added the needed camelize to recent patch for engines and namespaced models
Steven Anderson
committed
d35419f
View commit details
Copy full SHA for d35419f
Browse repository at this point
Previous
Next
You can’t perform that action at this time.