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
*
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
*
Ruby 1.9 compat: rename deprecated assert_raises to assert_raise.
Jeremy Kemper
2009-03-08
1
-2
/
+2
*
Revert "Wrap calls to update_attributes in a transaction."
Michael Koziarski
2009-02-22
1
-34
/
+0
*
Wrap calls to update_attributes in a transaction.
Xavier Noria
2009-02-22
1
-0
/
+34
*
Bump mocha requirement for Ruby 1.9 compat. Remove uses_mocha.
Jeremy Kemper
2009-02-03
1
-18
/
+14
*
Fix PostgreSQL unit test failures that only occur when using the old 'postgre...
Hongli Lai (Phusion)
2009-01-13
1
-2
/
+1
*
Introduce transaction_joinable flag to mark that the fixtures transaction can...
Jeremy Kemper
2009-01-10
1
-4
/
+4
*
Reimplement Jeremy's PostgreSQL automatic transaction state introspection code.
Hongli Lai (Phusion)
2008-11-03
1
-0
/
+34
*
Rename ActiveRecord::Base#transaction's :force option to :nest. Improve docum...
Hongli Lai (Phusion)
2008-11-03
1
-5
/
+5
*
Make SQLite3 pass the unit tests for savepoints.
Hongli Lai (Phusion)
2008-11-03
1
-4
/
+4
*
Fix a stale typo in the PostgreSQL adapter. Fix a stale mock expection in tra...
Hongli Lai (Phusion)
2008-11-03
1
-1
/
+0
*
Implement savepoints.
Jonathan Viney
2008-11-03
1
-0
/
+132
*
Default connection allow_concurrency to false (for PostgreSQL)
Nick Sieger
2008-09-04
1
-0
/
+2
*
Fix transaction exception test
Jeremy Kemper
2008-09-04
1
-0
/
+1
*
Make clear_active_connections! also return stale connections back to the pool
Nick Sieger
2008-08-29
1
-3
/
+0
*
Remove CachedConnectionPerThread per-thread pooling mechanism in favor of a f...
Nick Sieger
2008-08-29
1
-0
/
+3
*
Deprecate allow_concurrency and make it have no effect
Nick Sieger
2008-08-29
1
-11
/
+0
*
Rollback the transaction when a before_* callback returns false.
Xavier Noria
2008-08-24
1
-2
/
+60
*
Ensure add_column gives valid error for sqlite. [Gunnar Wolf, Pratik] [#197 s...
Pratik Naik
2008-05-20
1
-0
/
+26
*
Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/rails
Jeremy Kemper
2008-01-21
1
-2
/
+2
*
Fix paths
Jeremy Kemper
2008-01-18
1
-3
/
+3
*
Move tests to cases
Jeremy Kemper
2008-01-18
1
-0
/
+281