aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/abstract
Commit message (Expand)AuthorAgeFilesLines
* Revert "Setup explicit requires for files with exceptions. Removed them from ...José Valim2010-09-021-1/+0
* Setup explicit requires for files with exceptions. Removed them from autoload...Łukasz Strzałkowski2010-09-021-0/+1
* removing useless ternaryAaron Patterson2010-08-191-1/+1
* refactor if / else to ||=Aaron Patterson2010-08-181-5/+1
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-143-6/+6
* This method is actually not used, it's implemented on the concrete adaptersSantiago Pastorino2010-08-131-8/+0
* Removing most of the symbol to proc usage in Active RecordPrem Sichanugrist2010-08-132-2/+2
* reduce the number of times current_connection_id is called in with_connection()Aaron Patterson2010-08-061-4/+5
* Merge remote branch 'docrails/master'Xavier Noria2010-08-052-2/+2
|\
| * standarizes the use of the article "an" for "SQL" and "SQLite"Xavier Noria2010-08-052-2/+2
* | query value is converted to_s instead of to_yamlRainerBlessing2010-08-031-1/+1
* | Allow :name to be a Symbol (was this removed by accident?)wycats2010-08-031-0/+2
|/
* ensuring that description does not exceed 100 columnsNeeraj Singh2010-08-021-4/+6
* unfactoring clear_stale_cached_connections!Aaron Patterson2010-07-161-16/+7
* only test for existence of +pool+ onceAaron Patterson2010-07-161-2/+4
* use an attr_reader for performanceAaron Patterson2010-07-161-4/+2
* Remove old rubygems require.José Valim2010-07-121-7/+1
* copy-edits some docsXavier Noria2010-07-081-6/+5
* clarifying how to create non standard primary keyNeeraj Singh2010-07-081-1/+7
* Fixed error when removing an index from a table name values, which is a reser...J. Pablo Fernández2010-06-291-1/+1
* Refactor of column_exists? method and this works with PostgreSQLSantiago Pastorino2010-06-261-12/+6
* 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