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
*
Revert "Merge pull request #11416 from tigrish/master"
Yves Senn
2013-07-22
2
-2
/
+2
*
Merge pull request #11416 from tigrish/master
Yves Senn
2013-07-21
2
-2
/
+2
|
\
|
*
Remove ambiguity with pluralizations and I18n keys used for association restr...
Christopher Dell
2013-07-13
2
-2
/
+2
*
|
use the superclass implementation
Aaron Patterson
2013-07-18
1
-1
/
+1
*
|
parent_table is only used internally
Aaron Patterson
2013-07-16
1
-4
/
+4
*
|
decouple the manager class from building join constraints
Aaron Patterson
2013-07-16
1
-6
/
+6
*
|
cache the klass member of the reflection
Aaron Patterson
2013-07-16
1
-8
/
+10
*
|
cache the scope chain on the stack and eliminate `i`
Aaron Patterson
2013-07-16
1
-7
/
+4
*
|
just push on to the scope chain items. Oops! (thanks @carlosantoniodasilva)
Aaron Patterson
2013-07-16
1
-2
/
+1
*
|
use Relation#merge to combine scope chain items
Aaron Patterson
2013-07-16
1
-6
/
+6
*
|
make sure scope_chain_items has consistent types
Aaron Patterson
2013-07-16
1
-7
/
+9
|
/
*
#11288: Removed duplicated touching
Paul Nikitochkin
2013-07-05
1
-1
/
+1
*
Dropped deprecated option `:restrict` for `:dependent` in associations
Neeraj Singh
2013-07-03
5
-11
/
+4
*
Removed support for deprecated `delete_sql` in associations.
Neeraj Singh
2013-07-03
2
-16
/
+11
*
Removed support for deprecated `insert_sql` in associations.
Neeraj Singh
2013-07-02
2
-10
/
+6
*
fix indentation
Neeraj Singh
2013-07-02
1
-14
/
+14
*
Removed support for deprecated `finder_sql` in associations.
Neeraj Singh
2013-07-02
3
-41
/
+6
*
Removed support for deprecated `counter_sql`
Neeraj Singh
2013-07-02
4
-18
/
+14
*
Merge pull request #10604 from neerajdotname/delete_all_should_not_call_callb...
Rafael Mendonça França
2013-07-01
2
-15
/
+31
|
\
|
*
Do not invoke callbacks when delete_all is called
Neeraj Singh
2013-06-30
2
-15
/
+31
*
|
Removed deprecated options for assocations
Neeraj Singh
2013-07-02
2
-19
/
+0
*
|
Removed deprecated method scoped
Neeraj Singh
2013-07-01
1
-5
/
+0
*
|
don't shadow `through_scope` method name with local var.
Yves Senn
2013-06-30
1
-7
/
+7
|
/
*
Simplify/fix implementation of default scopes
Jon Leighton
2013-06-28
4
-9
/
+3
*
Apply default scope when joining associations.
Jon Leighton
2013-06-28
1
-0
/
+2
*
do not load all child records for inverse case
Neeraj Singh
2013-06-21
1
-1
/
+1
*
Revert "Merge pull request #10566 from neerajdotname/10509d"
Jon Leighton
2013-06-19
1
-1
/
+1
*
do not load all child records for inverse case
Neeraj Singh
2013-06-19
1
-1
/
+1
*
`CollectionProxy#include?` returns `true` and `false` as documented.
Yves Senn
2013-06-18
1
-1
/
+1
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2013-06-14
1
-3
/
+4
|
\
|
*
enhanced comments for foreign_key_present? method
Neeraj Singh
2013-05-23
1
-3
/
+4
*
|
bind values should not be merged between scopes
Aaron Patterson
2013-06-11
1
-1
/
+1
*
|
stop adding a new method for touch callbacks
Aaron Patterson
2013-06-11
1
-29
/
+21
*
|
push the touch method outside the eval
Aaron Patterson
2013-06-11
1
-13
/
+34
*
|
remove unused variable
Aaron Patterson
2013-06-11
1
-1
/
+0
*
|
check whether the association is constructible rather than checking constants
Aaron Patterson
2013-06-11
1
-3
/
+3
*
|
use attribute methods for finding key values rather than generating method names
Aaron Patterson
2013-06-11
1
-3
/
+3
*
|
push belongs_to counter cache method to a single method
Aaron Patterson
2013-06-11
1
-17
/
+18
*
|
push before_destroy counter cache method to a single method
Aaron Patterson
2013-06-11
1
-12
/
+17
*
|
remove evaled belongs_to counter cache method
Aaron Patterson
2013-06-11
1
-8
/
+22
*
|
adding callbacks should be private
Aaron Patterson
2013-06-11
1
-4
/
+6
*
|
remove evals from the association
Aaron Patterson
2013-06-11
1
-8
/
+2
*
|
reduce evals in depdendent associations
Aaron Patterson
2013-06-11
1
-1
/
+2
*
|
Getting rid of the +automatic_inverse_of: false+ option in associations in favor
wangjohn
2013-06-08
2
-2
/
+2
*
|
Fix the `:primary_key` option for `has_many` associations.
Yves Senn
2013-05-23
1
-2
/
+1
*
|
just set the default argument, a nil parent should be an error
Aaron Patterson
2013-05-21
1
-2
/
+1
*
|
fold the collection rather than multiple assigments
Aaron Patterson
2013-05-21
1
-3
/
+2
*
|
use drop rather than calculate the array length
Aaron Patterson
2013-05-21
1
-1
/
+1
|
/
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2013-05-19
5
-7
/
+34
|
\
|
*
copy edits[ci skip]
Vijay Dev
2013-05-19
1
-11
/
+8
[next]