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
/
test
/
cases
/
autosave_association_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
get rid of the warning "+ after local variable is interpreted as binary opera...
Xavier Noria
2010-08-19
1
-13
/
+13
*
Deletes trailing whitespaces (over text files only find * -type f -exec sed '...
Santiago Pastorino
2010-08-14
1
-1
/
+1
*
missing requires added
Santiago Pastorino
2010-07-26
1
-0
/
+2
*
Removing unnecessary code [#5192 state:resolved]
Thiago Pradi
2010-07-26
1
-1
/
+7
*
Revert "save on parent should not cascade to child unless child changed [#335...
José Valim
2010-07-21
1
-18
/
+0
*
save on parent should not cascade to child unless child changed [#3353 state:...
Subba Rao Pasupuleti
2010-07-18
1
-0
/
+18
*
Fix bug with rolling back frozen attributes.
Brian Durand
2010-06-18
1
-1
/
+0
*
Fixing test class names and refactor line in autosave association
Carlos Antonio da Silva
2010-06-07
1
-4
/
+4
*
Use better assertion methods for testing
Neeraj Singh
2010-05-19
1
-4
/
+4
*
Make use of assert_equal to test equallity between object assert expects and ...
Santiago Pastorino
2010-05-16
1
-2
/
+2
*
Drop AR I18n deprecation and simple use errors.messages as fallback.
José Valim
2010-01-30
1
-2
/
+2
*
save(false) is gone, use save(:validate => false) instead.
José Valim
2010-01-17
1
-6
/
+6
*
Different nested validations should not be ignore [#3638 status:resolved]
José Valim
2010-01-14
1
-0
/
+8
*
Rollback the transaction when one of the autosave associations fails to save....
Eloy Duran
2010-01-08
1
-1
/
+44
*
Exclude unchanged records from the collection being considered for autosave. ...
Lawrence Pit
2010-01-08
1
-9
/
+4
*
Add failing test that triggers the stack overflow
Bryan Stearns
2010-01-08
1
-0
/
+9
*
Errors messages are now moved from :activerecord.errors to simply :errors on ...
José Valim
2010-01-07
1
-5
/
+3
*
Be sure to convert namespaced names to we have 'Parrots name' instead of 'Par...
José Valim
2010-01-02
1
-0
/
+1
*
Make nested attributes behave like in 2.3.5 and add a sanity test for it with...
José Valim
2010-01-02
1
-7
/
+23
*
Make sure to not add autosave callbacks multiple times. [#3575 state:resolved]
Eloy Duran
2009-12-28
1
-0
/
+29
*
Define autosave association validation methods only when needed. [#3161 state...
Alexey Kovyrin
2009-09-12
1
-0
/
+115
*
During autosave, ignore records that already have been destroyed. [#2537 stat...
Eloy Duran
2009-09-12
1
-0
/
+24
*
Fix autosave association to skip validation if it is marked for destruction. ...
Dmitry Polushkin
2009-09-12
1
-1
/
+6
*
Explicitely setting `autosave => false' should override new_record autosaving...
Eloy Duran
2009-09-12
1
-0
/
+64
*
Don't cascade autosave validation to destroyed children. [#2761 state:resolved]
Lance Ivy
2009-09-12
1
-0
/
+11
*
Oracle saves empty string as NULL
Raimonds Simanovskis
2009-08-06
1
-10
/
+36
*
Merge branch 'master' into active_model
Joshua Peek
2009-05-29
1
-1
/
+28
|
\
|
*
Add missing models and fixtures [#2673 state:resolved]
Emilio Tagua
2009-05-19
1
-1
/
+6
|
*
Ensure the parent record is always saved when the child is invalid. [#2249 st...
Eloy Duran
2009-04-27
1
-0
/
+22
*
|
Deprecate Error#on(attribute) in favour of Errors#[attribute]
Pratik Naik
2009-03-20
1
-16
/
+16
*
|
Move all the Active Record validations to Active Model
Pratik Naik
2009-03-19
1
-2
/
+2
|
/
*
Ensure AutosaveAssociation runs remove callbacks [#2146 state:resolved]
Luca Guidi
2009-03-12
1
-0
/
+35
*
Don't validate records of an :autosave association if they're marked for dest...
Eloy Duran
2009-02-27
1
-3
/
+27
*
Fixed that autosave should validate associations even if master is invalid [#...
David Heinemeier Hansson
2009-02-27
1
-8
/
+442
*
Also save :autosave enabled associations when #save! is used.
Eloy Duran
2009-02-06
1
-1
/
+23
*
Add support for nested object forms to ActiveRecord and the helpers in Action...
Eloy Duran
2009-02-01
1
-0
/
+386