aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/abstract
Commit message (Expand)AuthorAgeFilesLines
* Add a `foreign_key` option to `references` while creating the tableSean Griffin2014-12-222-5/+34
* Convert `references` to kwargsSean Griffin2014-12-221-7/+17
* `force: :cascade` to recreate tables referenced by foreign-keys.Yves Senn2014-12-191-2/+7
* minor sentences fixesNeeraj Singh2014-12-071-3/+3
* Failure to rollback t.timestamps when within a change_table migrationnoam2014-12-032-3/+3
* no need to pass native_database_types aroundYves Senn2014-12-021-4/+4
* Pass symbol as an argument instead of a blockErik Michaels-Ober2014-11-292-4/+2
* Merge pull request #17799 from kamipo/refactor_add_column_optionsRafael Mendonça França2014-11-281-2/+2
|\
| * Rename to `quote_default_expression` from `quote_value`Ryuta Kamizono2014-11-281-2/+2
* | Refactor `SchemaCreation#visit_AddColumn`Ryuta Kamizono2014-11-271-3/+1
|/
* raise a better exception for renaming long indexesAaron Patterson2014-11-201-0/+3
* synchronize code and docs for `timestamps` and `add_timestamps`.Yves Senn2014-11-202-8/+10
* Support symbol foreign key to deletedtaniwaki2014-11-191-1/+1
* Merge pull request #17580 from ccutrer/change_table_nameYves Senn2014-11-111-17/+19
|\
| * add a Table#name accessor like TableDefinition#nameCody Cutrer2014-11-101-17/+19
* | remove never called method `limited_update_conditions`Andrey Deryabin2014-11-111-4/+0
|/
* docs, the abstract data type `:timestamp` was removed. See #15184 [ci skip]Yves Senn2014-11-071-2/+2
* Remove redundant `to_s` in interpolationclaudiob2014-10-302-2/+2
* edit pass over all warningsXavier Noria2014-10-282-5/+4
* let's warn with heredocsXavier Noria2014-10-282-9/+12
* Merge pull request #14143 from derekprior/dp-compound-index-orderingYves Senn2014-10-272-2/+2
|\
| * Use type column first in multi-column indexesDerek Prior2014-10-242-2/+2
* | Prefix internal method with _Rafael Mendonça França2014-10-251-2/+2
|/
* Remove duplicate 'select' database statementclaudiob2014-10-201-1/+2
* we don't need a HWIA and a hash allocated for just one k/v pairAaron Patterson2014-10-151-5/+3
* just look up the primary key from the columns hashAaron Patterson2014-10-151-6/+1
* add table.bigint supportAaron Patterson2014-10-151-1/+1
* Reduce allocations when running AR callbacks.Pete Higgins2014-09-281-2/+2
* ar/connection_pool: honor overriden rack.test in middlewareSimon Eskildsen2014-09-231-1/+1
* add a truncate method to the connectionAaron Patterson2014-09-221-0/+5
* Merge pull request #13656 from chanks/rollback_transactions_in_killed_threadsMatthew Draper2014-09-141-5/+11
|\
| * Roll back open transactions when the running thread is killed.Chris Hanks2014-08-221-1/+5
* | Include default column limits in schema.rbJeremy Kemper2014-09-101-4/+8
* | Merge pull request #16781 from kamipo/move_column_option_handlingYves Senn2014-09-031-1/+0
|\ \
| * | Move column option handling to new_column_definitionRyuta Kamizono2014-09-031-1/+0
* | | Add and Remove string/strip requireArthur Neves2014-09-022-1/+2
|/ /
* / Avoid using heredoc for user warningsGodfrey Chan2014-08-281-6/+5
|/
* Add missing AS requireArthur Neves2014-08-191-0/+1
* Merge pull request #16542 from seamusabshere/numerify-pool-checkout-timeout-f...Rafael Mendonça França2014-08-181-1/+1
* Add option to stop swallowing errors on callbacks.Arthur Neves2014-08-181-7/+23
* Merge pull request #16481 from sgrif/sg-change-default-timestampsDavid Heinemeier Hansson2014-08-172-6/+24
|\
| * Change the default `null` value for timestampsSean Griffin2014-08-122-6/+24
* | Fix regression on after_commit in nested transactions.Arthur Neves2014-08-151-0/+2
* | Use *_transaction methods in TransactionManagerArthur Neves2014-08-151-4/+2
* | `index_exists?` with `:name` checks specified columns.Yves Senn2014-08-131-7/+8
|/
* Cleanup Transaction inheritance.Arthur Neves2014-08-051-70/+54
* Replace ClosedTransaction with NullTransactionArthur Neves2014-07-311-7/+4
* Move TransactionManager to bottom of classArthur Neves2014-07-311-67/+67
* Merge pull request #16341 from arthurnn/transactions_remove_beginRafael Mendonça França2014-07-311-54/+18
|\
| * Make ClosedTransaction a null objectArthur Neves2014-07-311-16/+6