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
*
Deprecate `false` as the way to halt AR callbacks
claudiob
2015-01-02
1
-1
/
+1
*
Deprecate `false` as the way to halt AS callbacks
claudiob
2015-01-02
1
-1
/
+7
*
Pass symbol as an argument instead of a block
Erik Michaels-Ober
2014-11-29
1
-3
/
+3
*
Autosave callbacks shouldn't be `after_save`
Agis-
2014-10-13
1
-1
/
+3
*
Use has_attribute?
Rafael Mendonça França
2014-09-17
1
-1
/
+1
*
Don't autosave unchanged has_one through records
Alan Kennedy
2014-09-15
1
-1
/
+3
*
Do not mark object as persisted after an association is saved
Rafael Mendonça França
2014-09-05
1
-2
/
+0
*
Don't save through records twice
Sean Griffin
2014-06-17
1
-3
/
+2
*
add has_one? method and reuse instead of checking macro
eileencodes
2014-06-09
1
-1
/
+1
*
Fix redefine a has_and_belongs_to_many inside inherited class
Arthur Neves
2014-05-27
1
-24
/
+23
*
Merge pull request #15210 from arthurnn/fix_hbtm_reflection
Arthur Neves
2014-05-24
1
-3
/
+5
*
Revert "Revert "Merge pull request #8313 from alan/only_save_changed_has_one_...
Rafael Mendonça França
2014-05-20
1
-2
/
+3
*
Merge pull request #14924 from eric-chahin/issue_13854
Matthew Draper
2014-05-03
1
-1
/
+2
|
\
|
*
Fixed custom validation context bug where child
Eric Chahin
2014-05-01
1
-1
/
+2
|
/
*
docs, make association `autosave: true` examples runnable. Closes #14700
Yves Senn
2014-04-11
1
-6
/
+9
*
Revert "Merge pull request #8313 from alan/only_save_changed_has_one_objects"
Rafael Mendonça França
2014-03-25
1
-3
/
+2
*
Merge pull request #8313 from alan/only_save_changed_has_one_objects
Rafael Mendonça França
2014-03-10
1
-2
/
+3
|
\
|
*
Save has_one associations only if record has changes
Alan Kennedy
2013-10-31
1
-2
/
+3
*
|
Revert "context in validation goes through has many relationship"
Aaron Patterson
2014-02-20
1
-1
/
+1
*
|
context in validation goes through has many relationship
Kevin Casey
2014-02-08
1
-1
/
+1
|
/
*
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
[next]