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
*
Rename association option :class to :anonymous_class
Andrew White
2015-04-21
1
-1
/
+1
*
Autosave existing records on HMT associations when the parent is new
Sean Griffin
2015-04-18
1
-0
/
+10
*
Closes rails/rails#18864: Renaming transactional fixtures to transactional tests
Brandon Weiss
2015-03-16
1
-13
/
+13
*
Fix a state leak in `autosave_association_test`
Sean Griffin
2015-01-30
1
-0
/
+5
*
Fix potenital stack level too deep with autosave or validation
Miklos Fazkeas
2015-01-04
1
-0
/
+10
*
Pass symbol as an argument instead of a block
Erik Michaels-Ober
2014-11-29
1
-11
/
+11
*
Build fix when running in isolation
Arun Agrawal
2014-11-14
1
-0
/
+1
*
Autosave callbacks shouldn't be `after_save`
Agis-
2014-10-13
1
-0
/
+9
*
Don't autosave unchanged has_one through records
Alan Kennedy
2014-09-15
1
-0
/
+24
*
Ignore SCHEMA queries when asserting no queries
Akira Matsuda
2014-08-28
1
-4
/
+4
*
Revert "Revert "Merge pull request #8313 from alan/only_save_changed_has_one_...
Rafael Mendonça França
2014-05-20
1
-0
/
+13
*
Revert "Merge pull request #8313 from alan/only_save_changed_has_one_objects"
Rafael Mendonça França
2014-03-25
1
-13
/
+0
*
Remove mocking on save, when not necessary
Arthur Neves
2014-03-11
1
-3
/
+1
*
Merge pull request #8313 from alan/only_save_changed_has_one_objects
Rafael Mendonça França
2014-03-10
1
-0
/
+15
|
\
|
*
Save has_one associations only if record has changes
Alan Kennedy
2013-10-31
1
-0
/
+15
*
|
Cleanup Parrot after each test.
Guo Xiang Tan
2014-03-09
1
-7
/
+3
*
|
Replace map.flatten with flat_map in activerecord
Erik Michaels-Ober
2014-03-03
1
-2
/
+2
*
|
adding a test for #14106
Aaron Patterson
2014-02-20
1
-0
/
+25
*
|
Add test case for autosave HasMany with accepts_nested_attributes.
Lauro Caetano
2014-02-08
1
-0
/
+29
*
|
pass `habtm :autosave` to underlying `hm:t` association. Closes #13923.
Yves Senn
2014-02-03
1
-7
/
+26
*
|
Ensure AR #second, #third, etc. finders work through associations
Jason Meller
2014-01-21
1
-5
/
+5
*
|
tests without transactional fixtures need to cleanup afterwards.
Yves Senn
2014-01-16
1
-0
/
+7
|
/
*
Squashed commit of the following:
Aaron Patterson
2013-10-01
1
-4
/
+0
*
Do not re-save destroyed association on saving parent object
Paul Nikitochkin
2013-07-15
1
-0
/
+7
*
destroys association records before saving/inserting new association records
Johnny Holton
2013-05-02
1
-3
/
+19
*
Fixed typos in ActiveRecord
Prathamesh Sonpatki
2013-03-28
1
-2
/
+2
*
Revert "Merge pull request #8989 from robertomiranda/use-rails-4-find-by"
Guillermo Iguaran
2013-01-18
1
-7
/
+7
*
User Rails 4 find_by
robertomiranda
2013-01-18
1
-7
/
+7
*
Rename update_attributes method to update, keep update_attributes as an alias
Amparo Luna + Guillermo Iguaran
2013-01-03
1
-4
/
+4
*
Rename the partial_updates config to partial_writes
Jon Leighton
2012-10-19
1
-1
/
+1
*
remove duplicated require statements in AR test cases
Yves Senn
2012-10-09
1
-1
/
+0
*
Revert "Use flat_map { } instead of map {}.flatten"
Santiago Pastorino
2012-10-05
1
-2
/
+2
*
Use flat_map { } instead of map {}.flatten
Santiago Pastorino
2012-10-05
1
-2
/
+2
*
Deprecate ActiveRecord::Base.scoped.
Jon Leighton
2012-07-27
1
-1
/
+1
*
stop using class_attribute where methods/inheritance will suffice.
Jon Leighton
2012-07-13
1
-16
/
+0
*
CollectionProxy < Relation
Jon Leighton
2012-05-11
1
-2
/
+2
*
find and replace deprecated keys
Jon Leighton
2012-04-27
1
-1
/
+1
*
%s/find(:\(first\|last\|all\), \([^()]*\))/scoped(\2).\1/gcI amongst other th...
Jon Leighton
2012-04-27
1
-1
/
+1
*
remove calls to find(:first), find(:last) and find(:all)
Jon Leighton
2012-04-26
1
-12
/
+12
*
Fix build. It seems that the Mocha's behavior were changed.
kennyj
2012-04-25
1
-2
/
+6
*
Fix bug with autosave collection association on new record with a marked for ...
Jared Armstrong
2012-03-18
1
-0
/
+10
*
Remove IdentityMap
Carlos Antonio da Silva
2012-03-13
1
-6
/
+2
*
call super
Aaron Patterson
2012-01-04
1
-0
/
+10
*
Test case and fix for rails/rails#3450
Jan Varwig
2011-11-27
1
-0
/
+11
*
Oops, this should have been in the last commit :zap:
Jon Leighton
2011-06-12
1
-1
/
+1
*
please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT
Aaron Patterson
2011-06-06
1
-1
/
+1
*
Refactor Active Record test connection setup. Please see the RUNNING_UNIT_TES...
Jon Leighton
2011-06-04
1
-1
/
+1
*
expectations change when using IM. Change oracle tests to reflect that
Aaron Patterson
2011-02-22
1
-2
/
+6
*
Use proper objects to do the work to build the associations (adding methods, ...
Jon Leighton
2011-02-21
1
-4
/
+4
*
Merge branch 'master' of git://github.com/lifo/docrails
Xavier Noria
2011-02-21
1
-1
/
+1
|
\
[next]