aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/abstract
Commit message (Expand)AuthorAgeFilesLines
* Add column and index query methods to ActiveRecord::SchemaAndrew White2010-06-262-4/+63
* remove_column should raise an ArgumentError when no columns are passed [#4803...Jeff Dean2010-06-231-0/+1
* Fix connection reloading in development mode. [#4929 state:resolved]Edgars Beigarts2010-06-221-1/+3
* Fix bug with rolling back frozen attributes.Brian Durand2010-06-181-2/+2
* edit pass: the names of Rails components have a space, ie, "Active Record", n...Xavier Noria2010-06-142-7/+7
* Revert "Temporarily revert "Update after_commit and after_rollback docs and t...Jeremy Kemper2010-06-081-0/+56
* Temporarily revert "Update after_commit and after_rollback docs and tests to ...Jeremy Kemper2010-06-081-56/+0
* Whoops. _run_*_callbacks is privatewycats2010-06-041-1/+1
* Use faster form of running callbackswycats2010-06-041-1/+1
* make add_index and remove_index more resilient; new rename_index method; trac...Étienne Barrié2010-05-182-6/+96
* Better code formatting and proper line numbers for stack tracesNeeraj Singh2010-05-141-2/+2
* Revert "Revert "Add index length support for MySQL [#1852 state:open]""Pratik Naik2010-05-092-2/+23
* eliminate alias_method_chain from ActiveRecordwycats2010-05-091-17/+10
* get the rescue error page back [#4536 state:resolved]Sam Ruby2010-05-081-1/+1
* Revert "Add index length support for MySQL [#1852 state:open]"José Valim2010-05-082-23/+2
* Add index length support for MySQL [#1852 state:resolved]Emili Parreno2010-05-082-2/+23
* Use class_inheritable_accessor for connection_handlerPratik Naik2010-05-041-3/+3
* Change event namespace ordering to most-significant first [#4504 state:resolved]Justin George2010-05-021-1/+1
* Add after_commit and after_rollback callbacks to ActiveRecord that are called...Brian Durand2010-04-291-0/+56
* Remove quoted_string_prefix entirely since PostgreSQL was the only database a...Jeremy Kemper2010-04-241-7/+3
* 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-101-2/+1
* fix stack trace lines on class_evalSantiago Pastorino2010-04-091-1/+1
* 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-311-1/+2
* adds missing requires for Object#blank? and Object#present?Xavier Noria2010-03-281-0/+1
* adds missing requires for Object#duplicable?Xavier Noria2010-03-281-0/+2
* Revert "primary_key now supports :limit for MySQL". Break Sam Ruby app.José Valim2010-03-271-4/+4
* primary_key now supports :limit for MySQLRizwan Reza2010-03-271-4/+4
* Revert "primary_key now supports :limit. [#876 state:resolved]" since it brok...José Valim2010-03-271-4/+4
* primary_key now supports :limit. [#876 state:resolved]Rizwan Reza2010-03-271-4/+4
* Add add_limit_offset! to adapters.Emilio Tagua2010-03-251-0/+23
* 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
* 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
* Move AR logging responsibilities to ActiveRecord::Railties::Subscriber.José Valim2010-01-131-1/+2
* Remove allow_concurrency and verification_timeout from ActiveRecord::Base (de...José Valim2010-01-131-20/+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-111-1/+1
* Allow AR::Schema's migrations_path to be overwritten by subclasses. Defaults ...Jeffrey Hardy2010-01-081-2/+2
* Remove locking related unused codePratik Naik2009-12-281-12/+0
* Modify connection pool callbacks to be compatible w/ new styleNick Sieger2009-10-161-6/+8
* Merge commit 'rails/master'Emilio Tagua2009-08-102-2/+17
|\
| * Use table prefix and suffix for schema_migrations index.Tim Peters2009-08-091-1/+1
| * PostgreSQL: XML datatype supportLeonardo Borges2009-08-091-0/+15
| * Fix that creating a table whose primary key prefix type is :table_name genera...Morgan Schweers2009-08-091-1/+1
* | Merge commit 'rails/master'Emilio Tagua2009-08-061-2/+1
|\|
| * Ruby 1.9.2 compat: Array#* uses to_str instead of to_s to join values since R...Akira Matsuda2009-08-051-2/+1
* | Merge commit 'rails/master'Emilio Tagua2009-08-051-1/+6
|\|