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
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-05-19
2
-11
/
+293
|
\
|
*
copy edits [ci skip]
Vijay Dev
2012-05-19
1
-17
/
+20
|
*
add CollectionProxy#last documentation
Francesco Rodriguez
2012-05-19
1
-0
/
+27
|
*
add CollectionProxy#first documentation
Francesco Rodriguez
2012-05-19
1
-0
/
+27
|
*
improve CollectionProxy#concat documentation
Francesco Rodriguez
2012-05-19
1
-7
/
+18
|
*
fix CollectionProxy#<< documentation
Francesco Rodriguez
2012-05-19
1
-1
/
+1
|
*
add CollectionProxy#<< documentation
Francesco Rodriguez
2012-05-19
1
-0
/
+20
|
*
add CollectionProxy#clear documentation
Francesco Rodriguez
2012-05-19
1
-0
/
+26
|
*
add CollectionProxy#include? documentation
Francesco Rodriguez
2012-05-18
1
-0
/
+13
|
*
move docs from CollectionAssociation to CollectionProxy
Francesco Rodriguez
2012-05-18
2
-114
/
+143
|
*
remove incorrect example of CollectionAssociation#empty?
Francesco Rodriguez
2012-05-18
1
-17
/
+0
|
*
add docs to CollectionAssociation#empty?
Francesco Rodriguez
2012-05-18
1
-3
/
+32
|
*
add docs to CollectionAssociation#any?
Francesco Rodriguez
2012-05-18
1
-0
/
+30
|
*
add examples to CollectionAssociation#concat
Francesco Rodriguez
2012-05-18
1
-3
/
+14
|
*
fix CollectionAssociation docs
Francesco Rodriguez
2012-05-17
1
-1
/
+1
|
*
add example to CollectionAssociation#destroy_all
Francesco Rodriguez
2012-05-17
1
-3
/
+14
|
*
add more explanation to CollectionAssociation docs
Francesco Rodriguez
2012-05-17
1
-0
/
+4
|
*
add CollectionAssociation hierarchy
Francesco Rodriguez
2012-05-17
1
-2
/
+7
|
*
add docs to CollectionAssociation#many?
Francesco Rodriguez
2012-05-17
1
-1
/
+34
|
*
fix CollectionAssociation#replace docs
Francesco Rodriguez
2012-05-17
1
-3
/
+3
|
*
Add docs to CollectionAssociation#replace
Francesco Rodriguez
2012-05-17
1
-3
/
+23
*
|
Merge pull request #4835 from pacoguzman/refactor_define_restrict_dependency_...
Carlos Antonio da Silva
2012-05-19
1
-3
/
+3
|
\
\
|
*
|
Refactor define_restrict_dependency_method using reflection
Paco Guzman
2012-02-01
1
-3
/
+3
*
|
|
Ensure that CollectionAssociation#replace returns proper target
Piotr Sarnacki
2012-05-19
1
-1
/
+1
*
|
|
fix #delete_all with habtm with :delete_sql
Jon Leighton
2012-05-18
1
-0
/
+1
*
|
|
no longer need #delete_all_on_destroy
Jon Leighton
2012-05-18
5
-17
/
+2
*
|
|
Perf: Don't load the association for #delete_all.
Jon Leighton
2012-05-18
4
-10
/
+35
|
|
/
|
/
|
*
|
Merge pull request #5453 from JonRowe/patch_uniq_has_and_belongs_to_many_when...
Aaron Patterson
2012-05-16
1
-2
/
+6
|
\
\
|
*
|
when using a preloaded array and the uniq flag is set then return the size of...
Jon Rowe
2012-03-15
1
-2
/
+6
*
|
|
Fix CollectionAssociation#replace to return new target (closes #6231)
Piotr Sarnacki
2012-05-16
1
-0
/
+2
*
|
|
Remove #=== quirk
Jon Leighton
2012-05-11
1
-6
/
+0
*
|
|
this stuff can all be handled by Relation
Jon Leighton
2012-05-11
1
-38
/
+0
*
|
|
extract deprecated code
Jon Leighton
2012-05-11
1
-8
/
+1
*
|
|
set_owner_attributes is covered by the scoping
Jon Leighton
2012-05-11
1
-4
/
+3
*
|
|
CollectionProxy < Relation
Jon Leighton
2012-05-11
2
-22
/
+23
*
|
|
Revert "Merge pull request #5494 from armstrjare/active_record_relation_keep_...
Jon Leighton
2012-05-05
2
-7
/
+2
*
|
|
Merge pull request #5494 from armstrjare/active_record_relation_keep_associat...
Jon Leighton
2012-05-05
2
-2
/
+7
|
\
\
\
|
*
|
|
Allow ActiveRecord::Relation merges to maintain context of joined associations
Jared Armstrong
2012-05-04
2
-2
/
+7
*
|
|
|
extract code from AR::Base
Jon Leighton
2012-05-04
1
-1
/
+1
*
|
|
|
clean up implementation of dynamic methods. use method compilation etc.
Jon Leighton
2012-05-04
1
-3
/
+3
|
/
/
/
*
|
|
Fix issue with private kernel methods and collection associations. Closes #2508
Carlos Antonio da Silva
2012-05-02
1
-2
/
+2
*
|
|
allow AssociationProxy#scoped to take options so that API is the same as Base...
Jon Leighton
2012-04-27
1
-2
/
+6
*
|
|
Merge remote-tracking branch 'jmbejar/define_array_methods_collection_proxy'
Jon Leighton
2012-04-25
1
-0
/
+13
|
\
\
\
|
*
|
|
Define array methods in ActiveRecord::Associations::CollectionProxy
Jorge Bejar
2012-04-18
1
-0
/
+13
*
|
|
|
Merge remote-tracking branch 'kennyj/fix_5563'
Jon Leighton
2012-04-25
4
-4
/
+6
|
\
\
\
\
|
*
|
|
|
Fix #5563. Should reflect the most recent change to either of association / id.
kennyj
2012-04-13
1
-1
/
+2
|
*
|
|
|
@stale_state should be nil when a model isn't saved.
kennyj
2012-04-13
3
-3
/
+4
*
|
|
|
|
remove apply_finder_options call from AssociationScope
Jon Leighton
2012-04-13
1
-7
/
+8
|
/
/
/
/
*
|
|
|
Some refactor for association.
kennyj
2012-04-12
3
-8
/
+7
*
|
|
|
Get a properly aliased_table_name, when we use a polymorphic association.
kennyj
2012-04-04
1
-1
/
+1
|
/
/
/
[next]