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
/
autosave_association.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Save association when primary key is manually set
laurocaetano
2013-10-24
1
-1
/
+7
*
Fix some indentation on autosave association
Arthur Neves
2013-10-17
1
-196
/
+196
*
Make define_non_cyclic_method simpler
Arthur Neves
2013-10-17
1
-7
/
+7
*
extend by adding relationships rather than monkey patching
Aaron Patterson
2013-07-22
1
-6
/
+6
*
decouple extensions from association object state
Aaron Patterson
2013-07-22
1
-1
/
+1
*
Do not re-save destroyed association on saving parent object
Paul Nikitochkin
2013-07-15
1
-0
/
+1
*
Revert "Merge pull request #4490 from EmmanuelOga/master"
José Valim
2013-06-04
1
-1
/
+1
*
destroys association records before saving/inserting new association records
Johnny Holton
2013-05-02
1
-9
/
+8
*
without autosave option updated records not save
Neeraj Singh
2013-04-17
1
-1
/
+2
*
Prefer find_by over dynamic finders in rdoc
Sam Ruby
2013-04-02
1
-4
/
+4
*
Update other counter caches on destroy
Ian Young
2013-03-20
1
-0
/
+14
*
No need to send public methods
Akira Matsuda
2013-02-26
1
-1
/
+1
*
Revert "Merge pull request #8989 from robertomiranda/use-rails-4-find-by"
Guillermo Iguaran
2013-01-18
1
-4
/
+4
*
User Rails 4 find_by
robertomiranda
2013-01-18
1
-4
/
+4
*
Cleans and removes 'Examples' tag [ci skip]
Alvaro Pereyra
2012-12-01
1
-2
/
+0
*
1.9 hash syntax changes
AvnerCohen
2012-11-08
1
-11
/
+11
*
Merge pull request #5248 from jcoleman/should-unset-association-when-an-exist...
Jon Leighton
2012-09-21
1
-0
/
+1
|
\
|
*
Unset association when existing record is destroyed.
James Coleman
2012-03-02
1
-0
/
+1
*
|
stop using class_attribute where methods/inheritance will suffice.
Jon Leighton
2012-07-13
1
-10
/
+4
*
|
CollectionProxy < Relation
Jon Leighton
2012-05-11
1
-1
/
+1
*
|
Merge pull request #3329 from armstrjare/autosave_collection_new_record_bug
José Valim
2012-03-18
1
-1
/
+6
|
\
\
|
*
|
Fix bug with autosave collection association on new record with a marked for ...
Jared Armstrong
2012-03-18
1
-1
/
+6
*
|
|
Updates 'modyfing' typo to 'modifying'
Jonathan R. Wallace
2012-03-17
1
-1
/
+1
|
/
/
*
|
Remove IdentityMap
Carlos Antonio da Silva
2012-03-13
1
-6
/
+0
*
|
Refactor and cleanup in some ActiveRecord modules
Carlos Antonio da Silva
2012-03-03
1
-16
/
+14
*
|
Revert "Remove meaningless code from the examples" of AutosaveAssociation
Dimitar Dimitrov
2012-02-22
1
-0
/
+3
*
|
Minor fixes to ActiveRecord::AutosaveAssociation's docs
Dimitar Dimitrov
2012-02-22
1
-5
/
+3
|
/
*
validate related records in the same validation context as parent.
Emmanuel Oga
2012-01-17
1
-1
/
+1
*
Remove Array.wrap calls in ActiveRecord
Rafael Mendonça França
2012-01-06
1
-2
/
+0
*
Don't try to autosave nested assocs. Fixes #2961.
Jon Leighton
2011-12-14
1
-1
/
+1
*
added information about callbacks created by autosave association (#3639)
Jakub Kuźma
2011-11-28
1
-4
/
+16
*
Test case and fix for rails/rails#3450
Jan Varwig
2011-11-27
1
-1
/
+1
*
Raise error when using write_attribute with a non-existent attribute.
Jon Leighton
2011-09-13
1
-1
/
+4
*
Don't construct association scope in initializer. This yields a big performan...
Jon Leighton
2011-07-07
1
-1
/
+1
*
Remove extra white spaces on ActiveRecord docs.
Sebastian Martinez
2011-05-23
1
-1
/
+1
*
Active Record typos.
R.T. Lechow
2011-03-05
1
-1
/
+1
*
Use proper objects to do the work to build the associations (adding methods, ...
Jon Leighton
2011-02-21
1
-15
/
+14
*
Merge remote branch 'rails/master' into identity_map
Emilio Tagua
2011-02-18
1
-22
/
+26
|
\
|
*
Split AssociationProxy into an Association class (and subclasses) which manag...
Jon Leighton
2011-02-18
1
-22
/
+26
*
|
Merge remote branch 'rails/master' into identity_map
Emilio Tagua
2011-02-15
1
-18
/
+22
|
\
|
|
*
Get rid of AssociationCollection#save_record
Jon Leighton
2011-02-14
1
-1
/
+1
|
*
just return the record from insert_record, use truthiness for comparisons
Aaron Patterson
2011-02-07
1
-1
/
+3
|
*
Rename AssociationProxy#loaded to loaded! as it mutates the association
Jon Leighton
2011-01-30
1
-1
/
+1
|
*
Allow assignment on has_one :through where the owner is a new record [#5137 s...
Jon Leighton
2011-01-03
1
-0
/
+1
|
*
Rename AssociationReflection#primary_key_name to foreign_key, since the optio...
Jon Leighton
2010-12-31
1
-3
/
+3
*
|
Should save without validation if autosave is enabled.
Emilio Tagua
2010-12-20
1
-2
/
+4
*
|
Merge remote branch 'rails/master' into identity_map
Emilio Tagua
2010-12-20
1
-12
/
+10
|
\
|
|
*
Only call save on belongs_to associations if the record has changed or any ne...
Chiel Wester
2010-12-16
1
-1
/
+1
|
*
Partialy revert f1c13b0dd7b22b5f6289ca1a09f1d7a8c7c8584b
José Valim
2010-11-28
1
-7
/
+7
|
*
fix typo
Ray Baxter
2010-11-22
1
-1
/
+1
[next]