aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove block definition from method, is not needed since yield is used inside.Emilio Tagua2010-06-241-1/+1
* Fix connection reloading in development mode. [#4929 state:resolved]Edgars Beigarts2010-06-221-2/+3
* remove executable permission from files that don't need it. [#4802 state:reso...rohit2010-06-201-0/+0
* edit pass: the names of Rails components have a space, ie, "Active Record", n...Xavier Noria2010-06-141-2/+2
* make add_index and remove_index more resilient; new rename_index method; trac...Étienne Barrié2010-05-181-0/+2
* Change event namespace ordering to most-significant first [#4504 state:resolved]Justin George2010-05-021-1/+1
* clearing up many warnings, removing unnecessary regular expresion comparisons...Aaron Patterson2010-04-101-0/+1
* avoid active not initialized warningSantiago Pastorino2010-02-221-0/+1
* ActiveRecord should give the connection id as payload, and not the whole conn...José Valim2010-01-151-1/+1
* Create Rails::Subscriber::TestHelper and use it to make ActiveRecord subscrib...José Valim2010-01-131-0/+1
* Move AR logging responsibilities to ActiveRecord::Railties::Subscriber.José Valim2010-01-131-25/+1
* Remove allow_concurrency and verification_timeout from ActiveRecord::Base (de...José Valim2010-01-131-5/+0
* Send the connection in AR notifications to avoid checking out new connections...José Valim2010-01-111-2/+4
* Use underscore in notification namespaces.José Valim2010-01-041-1/+1
* Use namespaces in notifications.José Valim2010-01-031-1/+1
* Kick AR logging back to life and move ControllerRuntime inside ActiveRecord::...José Valim2009-12-301-3/+7
* Renamed Orchestra to Notifications once again [#3321 state:resolved]José Valim2009-10-151-1/+1
* Update Orchestra instrumentations and move part of logging to Orchestra.José Valim2009-10-151-10/+4
* Revert "Rename Orchestra to Notifications [#3321 state:resolved]"José Valim2009-10-151-1/+1
* Rename Orchestra to Notifications [#3321 state:resolved]Joshua Peek2009-10-141-1/+1
* Avoid warning spam by flipping to the new callbacks mechanism. These callbac...Michael Koziarski2009-10-151-1/+1
* Callbacks, DeprecatedCallbacks = NewCallbacks, CallbacksJoshua Peek2009-10-121-2/+2
* Instrument process_action, render and sql.José Valim2009-09-201-13/+9
* raises exception (ActiveRecord::ConfigurationError with message) on habtm ass...Jaime Bellmyer2009-08-091-0/+7
* Translate adapter errors that indicate a violated uniqueness constraint to Ac...Michael Schuerig2009-06-261-1/+6
* Cherry-pick core extensionsJeremy Kemper2009-05-131-0/+2
* Introduce transaction_joinable flag to mark that the fixtures transaction can...Jeremy Kemper2009-01-101-10/+9
* Merge branch 'master' into savepointsJeremy Kemper2009-01-101-5/+5
|\
| * Benchmark.msJeremy Kemper2008-12-091-5/+5
* | Merge commit 'origin/master' into savepointsHongli Lai (Phusion)2008-12-031-3/+3
|\|
| * Autoload ActiveRecord filesJoshua Peek2008-11-241-0/+1
| * Remove reset! as a connection#checkout callbackPratik Naik2008-11-191-1/+1
| * Don't leave open dangling connections in development mode. [#1335 state:resol...Pratik Naik2008-11-081-2/+1
* | Make SQLite3 pass the unit tests for savepoints.Hongli Lai (Phusion)2008-11-031-0/+6
* | Improve documentation for DatabaseStatements#transactions and AbstractAdapter...Hongli Lai (Phusion)2008-11-031-0/+3
* | Implement savepoints.Jonathan Viney2008-11-031-0/+15
|/
* Merge docrailsPratik Naik2008-10-051-18/+31
* Use a more sensible resolution on the new millisecond benchmarksDavid Heinemeier Hansson2008-09-051-1/+1
* Changed all benchmarking reports to be in millisecondsDavid Heinemeier Hansson2008-09-051-3/+3
* Remove flawed execute("ROLLBACK") approach; #reset! defaults to nothingNick Sieger2008-09-041-3/+1
* Deprecate verification_timeout and verify before resetNick Sieger2008-09-041-8/+4
* Collapse connection pool class hierarchy; YAGNI.Nick Sieger2008-08-291-0/+3
* Deprecate allow_concurrency and make it have no effectNick Sieger2008-08-291-1/+3
* Add connection reset and verification upon each connection checkoutNick Sieger2008-08-291-2/+11
* Connection handling methods extracted out into separate ConnectionHandler classNick Sieger2008-08-291-1/+1
* Initial conversion to connection poolNick2008-08-291-0/+1
* Made migrations transactional for PostgreSQL [#834 state:resolved]Tarmo Tänav2008-08-221-0/+7
* Fix file permissionsTarmo Tänav2008-07-311-0/+0
* Move the transaction counter to the connection object rather than maintaining...Jonathan Viney2008-07-151-0/+13
* Ensure correct db time is reported in production logs.Pratik Naik2008-05-281-9/+5