index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activerecord
/
lib
/
active_record
/
associations
Commit message (
Expand
)
Author
Age
Files
Lines
*
Avoid duplicated conditionals
Carlos Antonio da Silva
2014-03-14
1
-2
/
+1
*
passing an ActiveRecord object to `exists?` is deprecated.
Aaron Patterson
2014-03-13
1
-1
/
+1
*
make tests pass on Ruby 2.2
Aaron Patterson
2014-03-13
1
-4
/
+4
*
Replace map.flatten with flat_map in activerecord
Erik Michaels-Ober
2014-03-03
1
-1
/
+1
*
Remove unnecessary db call when replacing.
Arthur Neves
2014-02-28
1
-1
/
+3
*
let `insert_record` actuall save the object.
Aaron Patterson
2014-02-25
2
-4
/
+3
*
Prevent foreign_key_for? from type casting all attributes
Wojtek Kruszewski
2014-02-21
1
-1
/
+1
*
Revert "speed up the collection proxy reader method, but slow down the constr...
Arthur Neves
2014-02-20
1
-5
/
+1
*
add factory methods for empty alias trackers
Aaron Patterson
2014-02-14
3
-23
/
+38
*
guarantee a list in the alias tracker so we can remove a conditional
Aaron Patterson
2014-02-14
2
-5
/
+3
*
stop exposing table_joins
Aaron Patterson
2014-02-14
1
-4
/
+3
*
make most parameters to the AliasTracker required
Aaron Patterson
2014-02-14
2
-6
/
+4
*
make a singleton for AssociationScope
Aaron Patterson
2014-02-14
2
-1
/
+7
*
pass the association and connection to the scope method
Aaron Patterson
2014-02-14
2
-9
/
+3
*
pass the tracker down the stack and construct it in the scope method
Aaron Patterson
2014-02-14
1
-18
/
+18
*
clean up add_constraints signature
Aaron Patterson
2014-02-14
1
-8
/
+9
*
remove the reflection delegate
Aaron Patterson
2014-02-14
1
-15
/
+14
*
remove klass delegator
Aaron Patterson
2014-02-14
1
-10
/
+11
*
remove chain delegate
Aaron Patterson
2014-02-14
1
-5
/
+6
*
remove scope_chain delegate
Aaron Patterson
2014-02-14
1
-3
/
+3
*
remove more delegate methods
Aaron Patterson
2014-02-13
1
-7
/
+9
*
:scissors: whitespace
Aaron Patterson
2014-02-13
1
-1
/
+0
*
rm delegate methods that are not actually used
Aaron Patterson
2014-02-13
1
-2
/
+2
*
JoinHelper is never reused, so there is no need to separate
Aaron Patterson
2014-02-13
2
-41
/
+25
*
speed up the collection proxy reader method, but slow down the constructor
Aaron Patterson
2014-02-13
1
-1
/
+5
*
Dont use Enumarator on join_association
Arthur Neves
2014-02-13
1
-2
/
+4
*
Avoid using deprecated arel constants
Rafael Mendonça França
2014-02-10
2
-3
/
+3
*
Merge pull request #13899 from Fortisque/kevin/active_record_HABTM_with_belon...
Rafael Mendonça França
2014-02-04
1
-1
/
+1
|
\
|
*
fix HABTM w/out primary key errors on destruction
Kevin Casey
2014-02-02
1
-1
/
+1
*
|
this class depends on JoinHelper, so we should require it
Aaron Patterson
2014-01-31
1
-0
/
+2
|
/
*
Associations now raise `ArgumentError` on name conflicts.
Lauro Caetano
2014-01-31
1
-0
/
+6
*
Make CollectionProxy#reset return self
Rafael Mendonça França
2014-01-22
1
-1
/
+2
*
Calling reset on a collection association should unload the assocation
Kelsey Schlarman
2014-01-21
1
-0
/
+21
*
Ensure AR #second, #third, etc. finders work through associations
Jason Meller
2014-01-21
2
-5
/
+51
*
add missing information for `id` field when used with `select` [ci skip]
Kuldeep Aggarwal
2014-01-22
1
-1
/
+1
*
`has_one` and `belongs_to` accessors don't add ORDER BY to the queries anymore.
Rafael Mendonça França
2014-01-21
1
-1
/
+1
*
directly create the ARel AST
Aaron Patterson
2014-01-14
1
-6
/
+4
*
Change all "can not"s to the correct "cannot".
T.J. Schuck
2014-01-03
1
-1
/
+1
*
Merge pull request #10134 from derikson/collection_proxy_select_with_multiple...
Rafael Mendonça França
2014-01-03
2
-5
/
+5
|
\
|
*
Changed ActiveRecord::Associations::CollectionProxy#select to take multiple a...
Dan Erikson
2013-04-08
2
-5
/
+5
*
|
Merge pull request #13550 from vipulnsward/13437-fix
Rafael Mendonça França
2014-01-01
1
-1
/
+1
|
\
\
|
*
|
https://github.com/rails/rails/commit/2075f39d726cef361170218fd16421fc52bed5a...
Vipul A M
2013-12-31
1
-1
/
+1
*
|
|
Make outer joins on proper parent
Washington Luiz
2013-12-31
1
-1
/
+1
|
/
/
*
|
On destroying do not touch destroyed belongs to association.
Paul Nikitochkin
2013-12-23
1
-1
/
+1
*
|
Merge pull request #13417 from TalkativeTree/comments_change
Richard Schneeman
2013-12-19
1
-1
/
+1
|
\
\
|
*
|
change CollectionAssociation's comments to say Association instead of Associa...
Ben Angel
2013-12-19
1
-1
/
+1
*
|
|
Fix nil assignment to polymorphic belongs_to
Jeremy Kemper
2013-12-18
1
-0
/
+5
*
|
|
extract cache counter logic to one method
Aaron Patterson
2013-12-12
1
-11
/
+10
*
|
|
remove duplicate code
Aaron Patterson
2013-12-12
1
-15
/
+6
*
|
|
extract a method for updating without a record object
Aaron Patterson
2013-12-12
1
-6
/
+10
[next]