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
dfcecdecfa039afee220c4d1bb76dcf52fc077cc
rails
/
activerecord
/
lib
/
active_record
/
relation
History
Vijay Dev
f78a4e88f6
avoid Symbol#to_proc
2011-07-20 01:07:06 +05:30
..
batches.rb
Make
ActiveRecord::Batches#find_each
to not return
self
.
2011-07-07 18:13:29 +02:00
calculations.rb
Apply the default scope earlier when doing calculations.
Fixes
#1682
.
2011-06-23 19:58:15 +01:00
finder_methods.rb
avoid Symbol#to_proc
2011-07-20 01:07:06 +05:30
predicate_builder.rb
supporting nil when passed in as an IN clause
2011-04-29 11:01:59 -07:00
query_methods.rb
fix AR having() not to raise NoMethodError when the given argument does not respond to empty?
2011-07-09 21:35:09 +09:00
spawn_methods.rb
default create_with_value to a hash so we can eliminate conditionals, add test surrounding create_with(nil) behavior
2011-06-27 14:19:22 -07:00