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
7bb754eaedcc49d7b085e417e741d42bb603e4c0
rails
/
activerecord
/
lib
/
active_record
/
relation
History
Jon Leighton
e46e4915ff
Make ActiveRecord::Relation#pluck work with serialized attributes
2011-12-22 19:24:16 +00:00
..
batches.rb
We need to recorder here. Need to drop the order from default scope.
2011-09-05 00:12:57 +05:30
calculations.rb
Make ActiveRecord::Relation#pluck work with serialized attributes
2011-12-22 19:24:16 +00:00
delegation.rb
Do not raise an exception if an invalid route was generated automatically.
2011-12-16 10:45:59 +01:00
finder_methods.rb
exclude ORDER BY clause when querying Relation#exists?
2011-11-09 04:51:11 +09:00
predicate_builder.rb
pushing caching and visitors down to the connection
2011-11-19 20:19:53 -08:00
query_methods.rb
Add ActiveRecord::Relation#uniq for toggling DISTINCT in the SQL query
2011-11-05 16:22:18 +00: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