aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/abstract/schema_statements.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix typo [ci skip]Carlos Antonio da Silva2013-03-111-1/+1
* promotes change_column_null to the migrations APIXavier Noria2013-03-111-0/+20
* quick pass over the RDoc of schema_statements.rb [ci skip]Xavier Noria2013-03-111-122/+190
* documents how to DROP DEFAULT [ci skip]Xavier Noria2013-03-111-3/+7
* Make sure options is a hashRafael Mendonça França2013-03-081-1/+3
* If an index can't be found by column, use the index name.Ezekiel Smithburg2013-03-071-0/+6
* `Connection#structure_dump` is no longer used. #9518Yves Senn2013-03-061-5/+0
* Support PostgreSQL specific column types when using `change_table`.Yves Senn2013-02-281-4/+8
* Indent comment block by two spaces.Marc Schütz2013-02-211-4/+4
* Add more documentation for create_join_table.Marc Schütz2013-02-201-0/+8
* also rename indexes when a table or column is renamedYves Senn2013-02-201-0/+22
* reserve index name chars for internal rails operationsYves Senn2013-02-201-3/+5
* Fix calling quote column name in interpolated stringCarlos Antonio da Silva2012-12-211-1/+1
* Differentiate between remove_column and remove_columns. Make remove_column re...Marc-Andre Lafortune2012-12-211-6/+19
* Make drop_table reversible [#8267]Marc-Andre Lafortune2012-12-211-0/+4
* Add drop_join_table [#8267]Marc-Andre Lafortune2012-12-211-0/+11
* Move to the schema-migrations-metadata branch.Jeremy Kemper2012-12-091-4/+4
* Use CURRENT_TIMESTAMP since it has apparently better cross db supportCarlos Antonio da Silva2012-12-061-1/+1
* Add migration history to schema.rb dumpJosh Susser2012-12-021-2/+2
* Add metadata to schema_migrationsJosh Susser2012-12-011-3/+3
* TypoChris Patuzzo2012-11-211-1/+1
* Check if the options value is present before to send the deprecationRafael Mendonça França2012-11-031-4/+6
* Remove old commentRafael Mendonça França2012-11-021-1/+1
* Deprecate passing a string as third argument of `add_index`Rafael Mendonça França2012-11-021-0/+6
* Raise an ArgumentError when passing an invalid option to add_indexRafael Mendonça França2012-11-021-1/+4
* Migration of docs to 1.9 hash syntaxAvnerCohen2012-10-231-24/+24
* load active_support/deprecation in active_support/railsXavier Noria2012-08-021-1/+0
* Deprecate Relation#all.Jon Leighton2012-07-271-1/+1
* Add fkey attributes to `join_table` migration generatorAleksey Magusev2012-07-191-3/+3
* Add join table migration generatorAleksey Magusev2012-07-181-2/+5
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-07-071-2/+4
|\
| * fix AR::SchemaStatements#column_exists? example [ci skip]Francesco Rodriguez2012-06-301-1/+1
| * update AR::SchemaStatements#column_exists? documentation [ci skip]Francesco Rodriguez2012-06-301-2/+4
* | Don't need to use delete in the options hashRafael Mendonça França2012-07-031-2/+1
* | Add references schema statementsAleksey Magusev2012-07-031-0/+37
* | Add more options to column_exists? methodAleksey Magusev2012-06-301-4/+6
|/
* Symbol responds_to :upcase & :downcase in Ruby >= 1.9Akira Matsuda2012-06-061-1/+1
* SchemaMigration should be loaded lazily.kennyj2012-05-291-1/+0
* remove unnecessary 'examples' noise [ci skip]Vijay Dev2012-05-111-15/+7
* Refactored remove_columnEdgars Beigarts2012-05-021-2/+0
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-04-181-1/+1
|\
| * Fix typo on the add_index.kennyj2012-04-131-1/+1
* | Automatically create indexes for references/belongs_to statements in migrations.Joshua Wood2012-04-141-0/+1
|/
* Updated/changed useless tr/gsubsJurriaan Pruis2012-04-031-1/+1
* Use one 'be'.Waseem Ahmad2012-03-241-1/+1
* revert setting NOT NULL constraints in add_timestampsXavier Noria2012-03-011-2/+2
* Revert "No need to pass options which is never used"Rafael Mendonça França2012-02-151-2/+2
* Added where option to add_index to support postgresql partial indicesMarcelo Silveira2012-02-091-3/+13
* Remove useless argument in #columns.Sebastian Martinez2012-02-021-1/+1
* Add `create_join_table` migration helper to create HABTM join tablesRafael Mendonça França2012-01-271-0/+42