This website requires JavaScript.
Explore
Help
Register
Sign In
github
/
rails
Watch
1
Star
1
Fork
0
You've already forked rails
mirror of
https://github.com/github/rails.git
synced
2026-04-26 03:00:59 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
5ca2e57a2f2c94cc53473809db244c1ffca6e5c9
rails
/
activerecord
/
lib
/
active_record
/
relation
History
Jon Leighton
f4e3b70e9c
Ensure that calculations properly override the select value even if it's set in the default scope.
Fixes
#1395
.
2011-05-31 21:12:40 +01:00
..
batches.rb
Quote find_in_batches ORDER BY clause [
#6620
state:resolved]
2011-03-29 17:24:55 +01:00
calculations.rb
Ensure that calculations properly override the select value even if it's set in the default scope.
Fixes
#1395
.
2011-05-31 21:12:40 +01:00
finder_methods.rb
Add support for passing mass assignment roles to dynamic finders.
Closes
#1170
.
2011-05-21 16:33:54 +01:00
predicate_builder.rb
supporting nil when passed in as an IN clause
2011-04-29 11:01:59 -07:00
query_methods.rb
Evaluate default scopes at the last possible moment in order to avoid problems with default scopes getting included into other scopes and then being unable to remove the default part via unscoped.
2011-04-12 19:46:04 -07:00
spawn_methods.rb
Evaluate default scopes at the last possible moment in order to avoid problems with default scopes getting included into other scopes and then being unable to remove the default part via unscoped.
2011-04-12 19:46:04 -07:00