aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/abstract/schema_statements.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove extra white-space on some exception messages.Sebastian Martinez2011-05-231-1/+1
* dot missing hereSebastian Martinez2011-04-221-1/+1
* Added doc for #table_exists?Sebastian Martinez2011-04-221-0/+4
* Remove incorrect comment that a default value of NULL cannot be set with chan...Manuel Meurer2011-03-161-3/+2
* Add :bulk => true option to change_tablePratik Naik2011-01-311-31/+59
* move ivar to initialize, use triple dot rather than minusAaron Patterson2010-12-161-1/+1
* Use Array.wrap instead of using ternaryPiotr Sarnacki2010-12-091-1/+1
* Allow to run migrations from more than one directoryPiotr Sarnacki2010-12-091-2/+4
* rolling out migrated_at until I can fix the buildAaron Patterson2010-12-011-15/+3
* tests mostly passJosh Susser2010-12-011-2/+2
* name in schema_migrations, migrations in schema dumpJosh Susser2010-12-011-0/+4
* Add migrated_at column to schema_migrations table.Josh Susser2010-12-011-1/+9
* use inheritence to deal with custom methodsAaron Patterson2010-09-291-4/+9
* Test add_index and remove_index with a symbol name #4891Étienne Barrié2010-09-281-4/+3
* Fix remove_index issue when provided :name is a symbolTim Connor2010-09-261-1/+1
* Fix issue with remove_index and add unit test [#5645 state:resolved]Tim Connor2010-09-181-2/+1
* Raise errors when index creation failsTim Connor2010-09-181-4/+2
* 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
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-2/+2
* Removing most of the symbol to proc usage in Active RecordPrem Sichanugrist2010-08-131-1/+1
* Allow :name to be a Symbol (was this removed by accident?)wycats2010-08-031-0/+2
* 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-261-4/+53
* remove_column should raise an ArgumentError when no columns are passed [#4803...Jeff Dean2010-06-231-0/+1
* make add_index and remove_index more resilient; new rename_index method; trac...Étienne Barrié2010-05-181-6/+39
* Revert "Revert "Add index length support for MySQL [#1852 state:open]""Pratik Naik2010-05-091-1/+22
* Revert "Add index length support for MySQL [#1852 state:open]"José Valim2010-05-081-22/+1
* Add index length support for MySQL [#1852 state:resolved]Emili Parreno2010-05-081-1/+22
* Avoid deprecated String#to_a by using Array.wrap(...) instead of Array(...)Jeremy Kemper2010-04-101-2/+4
* remove_index now uses quote_table_name() [#4300 state:resolved]Simon Effenberg2010-04-061-1/+1
* Allow AR::Schema's migrations_path to be overwritten by subclasses. Defaults ...Jeffrey Hardy2010-01-081-2/+2
* Merge commit 'rails/master'Emilio Tagua2009-08-101-2/+2
|\
| * Use table prefix and suffix for schema_migrations index.Tim Peters2009-08-091-1/+1
| * 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-07-311-0/+8
|\|
| * Merge docrailsPratik Naik2009-07-251-0/+8
* | Merge commit 'rails/master'Emilio Tagua2009-06-231-1/+1
|\|
| * Fixed a bug where create_table could not be called without a block [#2221 sta...Joseph Wilk2009-06-211-1/+1
* | Arel now buils SQL queries for associations. Removed old code andEmilio Tagua2009-06-231-6/+0
|/
* Use table_exists? in #initialize_schema_migrations_table [#1923 state:resolved]Ken Collins2009-05-011-2/+2
* Merge docrailsPratik Naik2008-10-051-2/+8
* Don't set "NULL" as a constraint on nullable columns [#398 state:resolved]Tarmo Tänav2008-08-231-6/+2
* Merge with docrails.Pratik Naik2008-07-161-1/+1
* Don't append limit to primary key column definition. Freeze some constants.Jeremy Kemper2008-06-081-2/+2
* Give a nice message if there are duplicate migrations instead of raising a st...Jeremy Kemper2008-06-041-3/+14
* Merge docrails.Pratik Naik2008-05-251-1/+1