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
60cf65def805995bcca184c40b44bb01d86a48aa
rails
/
activerecord
/
lib
/
active_record
/
relation
History
Robert Pankowecki (Gavdi)
b9ce3419e5
User id instead of quoted_id to prevent double quoting. Fixes failing test for bug
#6036
.
2011-01-04 01:21:26 +08:00
..
batches.rb
un-nodocs AR::Batches
2010-09-21 20:44:45 +02:00
calculations.rb
Rename AssociationReflection#primary_key_name to foreign_key, since the options key which it relates to is :foreign_key
2010-12-31 20:00:45 +00:00
finder_methods.rb
taking advantage of the JoinSource node in the SQL AST
2010-12-16 01:49:29 +05:30
predicate_builder.rb
User id instead of quoted_id to prevent double quoting. Fixes failing test for bug
#6036
.
2011-01-04 01:21:26 +08:00
query_methods.rb
ActiveRecord::Base.joins should allow single nil argument [
#6181
state:resolved]
2010-12-16 22:25:09 +01:00
spawn_methods.rb
Specify the STI type condition using SQL IN rather than a whole load of ORs. Required a fix to ActiveRecord::Relation#merge for properly merging create_with_value. This also fixes a situation where the type condition was appearing twice in the resultant SQL query.
2010-12-31 20:00:44 +00:00