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
*
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
|
\
|
*
Tpyo: fixing several cases of the the
Nicholas Rowe
2011-02-19
1
-1
/
+1
*
|
fixes a merge conflict
Xavier Noria
2011-02-19
1
-10
/
+0
|
/
*
merges docrails
Xavier Noria
2011-02-18
1
-0
/
+10
|
\
|
*
Fix Typos: remove several occurences of the the
Nicholas Rowe
2011-02-17
1
-1
/
+1
*
|
Merge remote branch 'rails/master' into identity_map
Emilio Tagua
2011-02-18
1
-1
/
+1
|
\
\
|
*
|
Split AssociationProxy into an Association class (and subclasses) which manag...
Jon Leighton
2011-02-18
1
-1
/
+1
*
|
|
Merge remote branch 'rails/master' into identity_map
Emilio Tagua
2011-02-15
1
-85
/
+189
|
\
|
|
|
*
|
Refactor the implementations of AssociatioCollection#delete and #destroy to b...
Jon Leighton
2011-02-07
1
-1
/
+1
|
*
|
Make record.association.destroy(*records) on habtm and hm:t only delete recor...
Jon Leighton
2011-02-07
1
-72
/
+169
|
|
/
|
*
In a number of places in the tests, we only need to turn off transactional fi...
Jon Leighton
2011-01-11
1
-10
/
+10
|
*
When assigning a has_one, if the new record fails to save, raise an error
Jon Leighton
2011-01-11
1
-2
/
+2
|
*
Allow assignment on has_one :through where the owner is a new record [#5137 s...
Jon Leighton
2011-01-03
1
-0
/
+7
*
|
Merge remote branch 'rails/master' into identity_map
Emilio Tagua
2010-12-20
1
-4
/
+15
|
\
|
|
*
Only call save on belongs_to associations if the record has changed or any ne...
Chiel Wester
2010-12-16
1
-0
/
+11
|
*
converting clone test to dup test
Aaron Patterson
2010-11-23
1
-4
/
+4
*
|
Call super setup in this test.
Emilio Tagua
2010-11-19
1
-1
/
+2
*
|
Revert "IdentityMap - Adjustments to test cases"
Emilio Tagua
2010-11-19
1
-6
/
+1
*
|
IdentityMap - Adjustments to test cases
Marcin Raczkowski
2010-11-19
1
-1
/
+6
|
/
*
removing many unused variables
Aaron Patterson
2010-11-16
1
-4
/
+2
*
use persisted? instead of new_record? wherever possible
David Chelimsky
2010-11-09
1
-43
/
+43
*
has_one maintains the association with separate after_create/after_update
Xavier Noria
2010-10-22
1
-0
/
+20
*
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
[next]