1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/lib/active_record/relation
Rafael Mendonça França c479480638 Merge pull request #18744 from mfazekas/no-table-name-with-from
Fix appending table_name to select and group when used with subquery (fr...
2015-02-24 16:56:01 -03:00
..
predicate_builder Respect custom primary keys for associations in Relation#where 2015-02-04 08:56:46 -07:00
batches.rb correct method name in deprecation message 2015-02-18 01:42:57 +09:00
calculations.rb Type#type_cast_from_database -> Type#deserialize 2015-02-17 13:28:48 -07:00
delegation.rb
finder_methods.rb
from_clause.rb
merger.rb
predicate_builder.rb
query_attribute.rb
query_methods.rb Merge pull request #18744 from mfazekas/no-table-name-with-from 2015-02-24 16:56:01 -03:00
spawn_methods.rb Raise ArgumentError when passing nil to Relation#merge 2015-02-06 17:53:06 -02:00
where_clause.rb Post.all.or(anything) == Post.all 2015-01-29 13:57:47 -07:00
where_clause_factory.rb