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
d48dd18bb2a3d0c46708a9ee217909783b997cb2
rails
/
activerecord
/
lib
/
active_record
/
relation
History
Andrew Kaspick
d48dd18bb2
fix exists? to return false if passed nil (which may come from a missing URL param)
2011-08-10 12:55:29 -05:00
..
batches.rb
Merge pull request
#1807
from caius/find_in_batches_id_bug
2011-07-14 07:57:04 -07:00
calculations.rb
Make it the responsibility of the connection to hold onto an ARel visitor for generating SQL. This improves the code architecture generally, and solves some problems with marshalling. Adapter authors please take note: you now need to define an Adapter.visitor_for method, but it degrades gracefully with a deprecation warning for now.
2011-08-08 23:28:23 +01:00
finder_methods.rb
fix exists? to return false if passed nil (which may come from a missing URL param)
2011-08-10 12:55:29 -05:00
predicate_builder.rb
supporting nil when passed in as an IN clause
2011-04-29 11:01:59 -07:00
query_methods.rb
Revert "Merge pull request
#2309
from smasry/master"
2011-07-28 13:14:11 +01: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