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
2e748feb801e87afbc7fad45161234ddb60fcecd
rails
/
activerecord
/
lib
/
active_record
/
relation
History
Jon Leighton
1644663ba7
Split AssociationProxy into an Association class (and subclasses) which manages the association, and a CollectionProxy class which is *only* a proxy. Singular associations no longer have a proxy. See CHANGELOG for more.
2011-02-18 00:00:13 +00:00
..
batches.rb
ActiveRecord::Relation#primary_key should return a string, just like ActiveRecord::Base.primary_key does.
2011-01-03 16:24:32 -08:00
calculations.rb
The type_cast_calculated_value method will trust DB types before casting to a BigDecimal.
2011-02-03 20:00:51 -02:00
finder_methods.rb
keep options titles consistent to "Options"
2011-02-03 23:51:06 -05:00
predicate_builder.rb
Split AssociationProxy into an Association class (and subclasses) which manages the association, and a CollectionProxy class which is *only* a proxy. Singular associations no longer have a proxy. See CHANGELOG for more.
2011-02-18 00:00:13 +00:00
query_methods.rb
explicitly allowing lolqueries
2011-02-16 15:11:48 -08:00
spawn_methods.rb
Remove Relation#& alias for Relation#merge
2011-02-12 17:23:19 -08:00