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
fcbde454f673a2b393942b09f855a4febcf331fa
rails
/
activerecord
/
lib
/
active_record
/
relation
History
Santiago Pastorino
d632e927ec
Merge pull request
#1807
from caius/find_in_batches_id_bug
...
Bugfix by stopping find_in_batches using the records after yielding.
2011-07-14 07:57:04 -07:00
..
batches.rb
Merge pull request
#1807
from caius/find_in_batches_id_bug
2011-07-14 07:57:04 -07:00
calculations.rb
Fixed AR::Relation#sum compatibility with Array#sum
2011-07-05 14:36:20 +03:00
finder_methods.rb
Merge pull request
#1823
from gnarg/master
2011-07-10 18:02:31 -07:00
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 20:14:41 +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:18:49 -07:00