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
/
transactions_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Merge pull request #13166 from bogdan/transaction-magic
Rafael Mendonça França
2014-05-07
1
-0
/
+56
|
\
|
*
Fix bugs with changed attributes tracking when transaction gets rollback
Bogdan Gusiev
2013-12-04
1
-0
/
+56
*
|
AR .persisted? throws SystemStackError for an unsaved model with a
chrisfinne
2014-03-27
1
-0
/
+6
*
|
Restore ActiveRecord states after a rollback for models w/o callbacks
Godfrey Chan
2014-01-18
1
-0
/
+11
|
/
*
Ensure that a column added in a test is being removed after all
Akira Matsuda
2013-11-13
1
-0
/
+7
*
Don't skip tests if we don't need to.
Rafael Mendonça França
2013-11-08
1
-14
/
+14
*
Assert presence of "frozen" in error message, not the full MRI message.
Federico Ravasio
2013-10-08
1
-1
/
+3
*
change the savepoint interface to allow passing the name.
Yves Senn
2013-09-30
1
-0
/
+30
*
Merge branch 'master' of github.com:rails/docrails
Vijay Dev
2013-08-17
1
-5
/
+0
|
\
|
*
Revert "Merge branch 'master' of github.com:rails/docrails"
Vijay Dev
2013-08-17
1
-5
/
+0
*
|
Fix indentation
Rafael Mendonça França
2013-08-06
1
-3
/
+2
*
|
asakusa.rb hack night!
Aaron Patterson + Akira Matsuda
2013-08-06
1
-0
/
+3
|
/
*
fix order dependent test
Neeraj Singh
2013-07-28
1
-0
/
+5
*
#4566: Remove extra decrement of transaction level
Paul Nikitochkin
2013-07-14
1
-0
/
+14
*
close our connection when we are done
Aaron Patterson
2013-07-08
1
-13
/
+11
*
Remove deprecated `transaction_joinable=`
Arun Agrawal
2013-07-03
1
-9
/
+0
*
remove deprecated `PostgreSQLAdapter#outside_transaction?` method.
Yves Senn
2013-07-03
1
-10
/
+0
*
Reduced memory leak problem in transactions by lazily updating AR objects wit...
wangjohn
2013-02-20
1
-2
/
+2
*
Refactored transaction state into its own object. Each transaction creates a ...
wangjohn
2013-01-21
1
-2
/
+10
*
Created state for a transaction and added tests.
wangjohn
2013-01-20
1
-0
/
+20
*
Rename update_attributes method to update, keep update_attributes as an alias
Amparo Luna + Guillermo Iguaran
2013-01-03
1
-4
/
+4
*
Alias refute methods to assert_not and perfer assert_not on tests
Rafael Mendonça França
2012-12-31
1
-2
/
+2
*
frozen state should be restored after txn is aborted
Aaron Patterson
2012-10-22
1
-0
/
+15
*
Get rid of global variable in AR transactions test
Carlos Antonio da Silva
2012-09-20
1
-7
/
+7
*
Remove our use of #outside_transaction?
Jon Leighton
2012-09-15
1
-29
/
+3
*
Remove the transaction_open variable
Jon Leighton
2012-09-15
1
-0
/
+5
*
Move transaction joinability into the transaction object
Jon Leighton
2012-09-15
1
-0
/
+9
*
Start to tease out transaction handling into a state machine
Jon Leighton
2012-09-15
1
-0
/
+1
*
removing dead code
Aaron Patterson
2012-08-20
1
-19
/
+7
*
define singleton methods rather than adding and removing methods
Aaron Patterson
2012-08-20
1
-45
/
+32
*
remove dead code
Aaron Patterson
2012-08-20
1
-78
/
+36
*
Restore state on create when ActiveRecord::RecordInvalid is raised
Dave Yeu
2012-08-11
1
-0
/
+17
*
Restore the frozen state on rollback. Fixes #6417.
Godfrey Chan
2012-05-21
1
-0
/
+10
*
Automatic closure of connections in threads is deprecated. For example
Aaron Patterson
2011-11-29
1
-0
/
+3
*
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
*
persisted? should be able to return a truthy object
Aaron Patterson
2010-12-16
1
-8
/
+8
*
removing many unused variables
Aaron Patterson
2010-11-16
1
-1
/
+1
*
use persisted? instead of new_record? wherever possible
David Chelimsky
2010-11-09
1
-8
/
+8
*
Fix SQLite adapter name [#5842 state:resolved]
Anil Wadghule
2010-10-19
1
-1
/
+1
*
#transaction on the instance level should take options as well
Carl Lerche
2010-10-14
1
-0
/
+21
*
Update the ActiveRecord tests to not set unused options
Carl Lerche
2010-10-13
1
-2
/
+0
*
update_attributes and update_attributes! are now wrapped in a transaction
Neeraj Singh
2010-07-13
1
-1
/
+22
*
Revert "Temporarily revert "Update after_commit and after_rollback docs and t...
Jeremy Kemper
2010-06-08
1
-0
/
+33
*
Temporarily revert "Update after_commit and after_rollback docs and tests to ...
Jeremy Kemper
2010-06-08
1
-33
/
+0
*
Add after_commit and after_rollback callbacks to ActiveRecord that are called...
Brian Durand
2010-04-29
1
-14
/
+47
*
squelching more warnings in the AR tests. [#4218 state:resolved]
Aaron Patterson
2010-03-18
1
-6
/
+32
*
Refactor new callbacks and AR implementation.
José Valim
2009-09-08
1
-6
/
+6
*
Changed ActiveRecord to use new callbacks and speed up observers by only noti...
José Valim
2009-09-08
1
-5
/
+5
*
SQLite adapters now support DDL transactions [#2080 state:resolved]
Jason King
2009-03-14
1
-5
/
+10
[prev]
[next]