aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters
Commit message (Expand)AuthorAgeFilesLines
* mode postgresql adapters table_exists? method take the schema in to account. ...Aaron Patterson2010-04-111-1/+23
* Avoid deprecated String#to_a by using Array.wrap(...) instead of Array(...)Jeremy Kemper2010-04-101-2/+4
* clearing up many warnings, removing unnecessary regular expresion comparisons...Aaron Patterson2010-04-103-25/+24
* fix stack trace lines on class_evalSantiago Pastorino2010-04-091-1/+1
* Revert "When creating database with rake, create schemas in schema_search_pat...Michael Koziarski2010-04-091-21/+0
* remove_index now uses quote_table_name() [#4300 state:resolved]Simon Effenberg2010-04-061-1/+1
* Fix mapping of bigint/smallint/uuid columns in postgresql adapter.Ernie Miller2010-03-312-1/+8
* PostgreSQL adapter: escape_bytea, quote_string and unescape_bytea aren't thre...Eugene Pimenov2010-03-281-6/+6
* adds missing requires for Object#blank? and Object#present?Xavier Noria2010-03-283-0/+3
* adds missing requires for Object#duplicable?Xavier Noria2010-03-281-0/+2
* Oops, a docfix.Rizwan Reza2010-03-281-1/+1
* When creating database with rake, create schemas in schema_search_path if it ...Rizwan Reza2010-03-281-0/+21
* Revert "primary_key now supports :limit for MySQL". Break Sam Ruby app.José Valim2010-03-272-20/+14
* primary_key now supports :limit for MySQLRizwan Reza2010-03-272-14/+20
* Revert "primary_key now supports :limit. [#876 state:resolved]" since it brok...José Valim2010-03-272-20/+14
* primary_key now supports :limit. [#876 state:resolved]Rizwan Reza2010-03-272-14/+20
* In PostgreSQLAdapter, switch tables query to use current_schemas function [#9...Kris Selden2010-03-261-3/+1
* Better MySQL Error message. [#3775 state:resolved]Rizwan Reza2010-03-261-1/+1
* Add add_limit_offset! to adapters.Emilio Tagua2010-03-252-0/+35
* ActiveRecord should raise an error on invalid migration types.José Valim2010-02-281-4/+7
* avoid @transaction_joinable not initialized warningSantiago Pastorino2010-02-221-1/+1
* avoid active not initialized warningSantiago Pastorino2010-02-221-0/+1
* Silenced "SHOW FIELDS" and "SET SQL_AUTO_IS_NULL=0" statements from the MySQL...David Heinemeier Hansson2010-02-061-4/+8
* Added encoding qery support for SQLite3 to make rake db:charset work on all d...Mikel Lindsaar2010-02-031-0/+11
* future proofing the sqlite3 adapter codeAaron Patterson2010-01-261-3/+3
* PostgreSQLAdapter: set time_zone to UTC when Base.default_timezone == :utc so...Jack Christensen2010-01-251-1/+5
* 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
| |\