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
*
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
*
|
|
extract methods out of the cache update method
Aaron Patterson
2013-12-12
1
-14
/
+22
*
|
|
pull a nil check up one frame
Aaron Patterson
2013-12-12
1
-6
/
+10
*
|
|
remove more nil checks
Aaron Patterson
2013-12-12
1
-6
/
+5
*
|
|
remove nil check
Aaron Patterson
2013-12-12
2
-7
/
+11
*
|
|
remove the nil check from set_inverse_instance
Aaron Patterson
2013-12-12
4
-4
/
+7
*
|
|
make sure cached table name is a string. fixes #12582
Aaron Patterson
2013-12-12
1
-1
/
+1
*
|
|
Move the parameter normalization to the initialize method
Rafael Mendonça França
2013-12-11
1
-4
/
+5
*
|
|
Revert the whole refactoring in the association builder classes.
Rafael Mendonça França
2013-12-11
7
-46
/
+62
*
|
|
Mark the arguments needed by activerecord-deprecated_finders with a TODO
Rafael Mendonça França
2013-12-11
2
-0
/
+4
*
|
|
Revert "Merge pull request #12518 from vipulnsward/remove_count_options"
Rafael Mendonça França
2013-12-11
2
-3
/
+5
*
|
|
Bring back the valid_options class accessor
Rafael Mendonça França
2013-12-11
6
-9
/
+14
*
|
|
fix typo, "state_state" should be "stale_state" [ci skip]
Scott M
2013-12-07
1
-1
/
+1
*
|
|
polymorphic belongs_to association with touch: true updates old record correctly
Severin Schoepke
2013-12-05
1
-1
/
+7
*
|
|
Raise `ArgumentError` when `has_one` is used with `counter_cache`
Godfrey Chan
2013-11-29
2
-2
/
+2
*
|
|
tyop
Akira Matsuda
2013-11-26
1
-1
/
+1
*
|
|
Raise `RecordNotDestroyed` when children can't be replaced
Brian Thomas Storti
2013-11-25
1
-1
/
+1
*
|
|
Merge remote-tracking branch 'docrails/master'
Xavier Noria
2013-11-24
3
-15
/
+15
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Change syntax format for example returned values
Prem Sichanugrist
2013-11-11
3
-15
/
+15
*
|
|
Merge pull request #12918 from versioncontrol/rails-12866
Rafael Mendonça França
2013-11-16
1
-1
/
+6
|
\
\
\
|
*
|
|
Checks to see if the record contains the foreign_key to set the inverse autom...
Edo Balvers
2013-11-16
1
-1
/
+6
|
|
/
/
*
|
|
Prevent the counter cache from being decremented twice
dm1try
2013-11-11
1
-1
/
+1
*
|
|
Fixes problem with replacing has_one association record with itself
Denis Redozubov
2013-11-11
1
-2
/
+4
|
/
/
*
|
Merge pull request #12390 from kennyj/rename_to_association_methods
Rafael Mendonça França
2013-11-05
2
-2
/
+2
|
\
\
|
*
|
Renamed generated_feature_methods to generated_association_methods.
kennyj
2013-09-28
2
-2
/
+2
*
|
|
Fix wrong behavior where associations with dependent: :destroy options
Rafael Mendonça França
2013-11-01
1
-4
/
+2
*
|
|
Skip `include_values` from through associations chains for building target scope
Paul Nikitochkin
2013-10-27
1
-2
/
+6
*
|
|
Fix typo: `has_many :pets`, not `pets :has_many`.
Peter Jaros
2013-10-24
1
-1
/
+1
*
|
|
move helper class to the top
Aaron Patterson
2013-10-21
1
-42
/
+42
*
|
|
build the association graph functionally
Aaron Patterson
2013-10-21
3
-20
/
+13
[next]