aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters
Commit message (Expand)AuthorAgeFilesLines
* Revert "Fix #microseconds conversion and #fast_string_to_time"Pratik Naik2010-01-171-7/+6
* Fix #microseconds conversion and #fast_string_to_timeChris Hapgood2010-01-161-6/+7
* ActiveRecord should give the connection id as payload, and not the whole conn...José Valim2010-01-151-1/+1
* Add subscriber for ActionPack and move all logging inside it.José Valim2010-01-131-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-132-26/+3
* Remove allow_concurrency and verification_timeout from ActiveRecord::Base (de...José Valim2010-01-132-25/+0
* Set deprecation warnings for RAILS_ENV and RAILS_DEFAULT_LOGGER.José Valim2010-01-131-2/+2
* Expose connections available in the connection pool.José Valim2010-01-112-1/+3
* Send the connection in AR notifications to avoid checking out new connections...José Valim2010-01-111-2/+4
* Allow AR::Schema's migrations_path to be overwritten by subclasses. Defaults ...Jeffrey Hardy2010-01-081-2/+2
* 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
* Remove locking related unused codePratik Naik2009-12-282-18/+0
* Add support for Mysql column positioning via #add_column and #change_columnBen Marini2009-12-031-0/+15
* Fix Rails root in sqlite adapterJoshua Peek2009-10-161-3/+3
* Modify connection pool callbacks to be compatible w/ new styleNick Sieger2009-10-161-6/+8
* 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
* Merge branch 'arel'Jeremy Kemper2009-10-145-68/+12
|\
| * Use ActiveSupport::Callbacks instead ofEmilio Tagua2009-10-131-1/+1
| * Merge commit 'rails/master'Emilio Tagua2009-10-131-2/+2
| |\
| * \ Merge commit 'rails/master'Emilio Tagua2009-09-221-13/+9
| |\ \
| * \ \ Merge commit 'rails/master'Emilio Tagua2009-09-211-1/+4
| |\ \ \
| * \ \ \ Merge commit 'rails/master'Emilio Tagua2009-09-141-1/+2
| |\ \ \ \
| * \ \ \ \ Merge commit 'rails/master'Emilio Tagua2009-08-172-42/+3
| |\ \ \ \ \
| * \ \ \ \ \ Merge commit 'rails/master'Emilio Tagua2009-08-106-13/+67
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge commit 'rails/master'Emilio Tagua2009-08-061-2/+1
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge commit 'rails/master'Emilio Tagua2009-08-051-1/+6
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge commit 'rails/master'Emilio Tagua2009-08-031-1/+0
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge commit 'rails/master'Emilio Tagua2009-07-312-1/+9
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Create is now powered by Arel. Removed methods that are no longer used.Emilio Tagua2009-07-012-4/+4
| * | | | | | | | | | | Merge commit 'rails/master'Emilio Tagua2009-06-304-1/+40
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge commit 'rails/master'Emilio Tagua2009-06-232-2/+2
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Removed unused methods.Emilio Tagua2009-06-232-39/+0
| * | | | | | | | | | | | | Arel now buils SQL queries for associations. Removed old code andEmilio Tagua2009-06-232-20/+0
| * | | | | | | | | | | | | Merge commit 'rails/master'Emilio Tagua2009-06-091-2/+14
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Refactors to work with latest Arel implementation.Emilio Tagua2009-06-024-4/+7
| * | | | | | | | | | | | | | Merge commit 'rails/master'Emilio Tagua2009-05-187-3/+11
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Refactor to calculations. Migration's versions are string not integer. ARel s...Emilio Tagua2009-05-061-10/+10
| * | | | | | | | | | | | | | | Merge commit 'rails/master'Emilio Tagua2009-05-022-7/+8
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | construct_finder_sql now use ArelEmilio Tagua2009-04-241-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
| |_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | Enable use of MySQL stored procedures by default.Justin Bailey2009-09-171-1/+4
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |
* | | | | | | | | | | | | Ruby 1.9 compat: corrected instance_methods checksdsykes2009-09-131-1/+2
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |