aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/abstract/schema_statements.rb
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* refactor schema migration table creation to the schema migration modelAaron Patterson2012-01-131-9/+1
* use the schema migration model to dump schema infoAaron Patterson2012-01-131-2/+5
* dropping support for `schema_info`.Aaron Patterson2012-01-101-12/+0
* Remove Array.wrap calls in ActiveRecordRafael Mendonça França2012-01-061-5/+4
* Document that index names are made up of all columns, not just the first.Jo Liss2011-12-271-9/+2
* Revert naive O(1) table_exists? implementation.Jon Leighton2011-12-131-6/+1
* don't need a begin / end.Aaron Patterson2011-12-091-6/+4
* squelch table exists? queries.Aaron Patterson2011-12-091-1/+1
* Quitoting the table name before querying.Aaron Patterson2011-12-051-1/+1
* Speed up table_exists? for databases with a large number of tablesJade Rubick2011-12-051-1/+6
* Deprecate set_primary_key in favour of self.primary_key=Jon Leighton2011-11-291-1/+1
* Revert "Merge pull request #1163 from amatsuda/sexier_migration_31"Aaron Patterson2011-11-171-8/+2
* Revert "Merge pull request #3603 from vijaydev/change_table_without_block_arg"Aaron Patterson2011-11-171-12/+7
* Adding a deprecation warning for use of the schema_info table.Aaron Patterson2011-11-161-0/+2
* Modify change_table to remove the need for the block argument.Vijay Dev2011-11-111-7/+12
* Checking the arity of the block passed to create_tableVijay Dev2011-11-101-1/+7
* AR changes to support creating ordered (asc, desc) indexesVlad Jebelev2011-11-041-1/+29
* Merge pull request #1163 from amatsuda/sexier_migration_31Aaron Patterson2011-11-041-2/+2
|\
| * No "t." for the migration DSL!Akira Matsuda2011-05-201-2/+2
* | dump_schema_information: explicitly order inserts into schema_migrations tableLaust Rud Jacobsen2011-10-311-1/+1
* | Default timestamps to non-nullMike Perham2011-10-141-2/+2
* | Update remove_index documentationLucia Escanellas2011-06-171-4/+4
* | No need to pass options which is never usedAkira Matsuda2011-05-291-2/+2
* | Merge branch 'master' of git://github.com/lifo/docrailsXavier Noria2011-05-251-3/+3
|\ \
| * | Remove extra white spaces on ActiveRecord docs.Sebastian Martinez2011-05-231-3/+3
| |/
* / Remove extra white-space on some exception messages.Sebastian Martinez2011-05-231-1/+1
|/