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
*
Allow add_to_transaction with null transaction
Emanuel Evans
2015-12-28
1
-0
/
+5
*
Removed mocha from Active Record Part 2
Ronak Jangir
2015-09-16
1
-6
/
+10
*
Fix state being carried over from previous transaction
Roque Pinel
2015-07-20
1
-0
/
+7
*
Silence deprecation warning from force reload
Prem Sichanugrist
2015-07-16
1
-2
/
+2
*
Closes rails/rails#18864: Renaming transactional fixtures to transactional tests
Brandon Weiss
2015-03-16
1
-2
/
+2
*
Fix transaction state for unsynced records when entering transaction
brainopia
2015-03-04
1
-0
/
+9
*
Fix rollback of frozen records
brainopia
2015-03-04
1
-0
/
+9
*
prefer `drop_table if_exists: true` over raw SQL.
Yves Senn
2015-02-18
1
-1
/
+1
*
Whitespace fixes from #18349
Sean Griffin
2015-01-05
1
-2
/
+1
*
Merge pull request #18349 from jdelStrother/primarykeyless
Sean Griffin
2015-01-05
1
-0
/
+22
|
\
|
*
Fix rollback of primarykey-less tables
Jonathan del Strother
2015-01-05
1
-0
/
+22
*
|
can't kill thread with in-memory db. fixes `rake test:sqlite3_mem`.
Yves Senn
2015-01-05
1
-0
/
+2
*
|
Remove Thread hack for Ruby 1.9
claudiob
2015-01-04
1
-23
/
+18
|
/
*
Deprecate `false` as the way to halt AR callbacks
claudiob
2015-01-02
1
-1
/
+11
*
Merge branch 'brainopia-remember_frozen_state_in_transaction'
Sean Griffin
2014-12-26
1
-0
/
+15
|
\
|
*
Propagate frozen state during transaction changes
brainopia
2014-12-26
1
-0
/
+14
|
/
*
skip test to get `sqlite3_mem` suite passing.
Yves Senn
2014-12-03
1
-1
/
+1
*
Pass symbol as an argument instead of a block
Erik Michaels-Ober
2014-11-29
1
-3
/
+3
*
Build fix when running in isolation
Arun Agrawal
2014-11-14
1
-0
/
+1
*
Roll back open transactions when the running thread is killed.
Chris Hanks
2014-08-22
1
-0
/
+31
*
Use *_transaction methods in TransactionManager
Arthur Neves
2014-08-15
1
-0
/
+24
*
Cleanup Transaction inheritance.
Arthur Neves
2014-08-05
1
-2
/
+2
*
Remove being/number methods from transaction class
Arthur Neves
2014-07-31
1
-2
/
+2
*
savepoint_name should return nil for non-savepoint transactions
Arthur Neves
2014-07-28
1
-0
/
+20
*
Clear transaction state if callback raise rollback
Arthur Neves
2014-05-15
1
-0
/
+13
*
Reverts "Fix bugs with changed attributes tracking when transaction gets roll...
Arthur Neves
2014-05-09
1
-42
/
+0
*
Keep track of dirty attrs after after rollback.
Arthur Neves
2014-05-07
1
-18
/
+4
*
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
[next]