aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/abstract/schema_statements.rb
Commit message (Expand)AuthorAgeFilesLines
* Refactor to initialize `TableDefinition` by kwargsRyuta Kamizono2018-11-091-3/+5
* Add an :if_not_exists option to create_tablefatkodima2018-11-081-1/+4
* Remove and flip `index: true` for `references` in the doc [ci skip]Ryuta Kamizono2018-10-171-6/+6
* Enable `Performance/UnfreezeString` copyuuji.yaginuma2018-09-231-1/+1
* Use utf8mb4 in all tests and examplesRyuta Kamizono2018-09-211-2/+2
* Merge pull request #33809 from fidalgo/improve-remove-column-documentationRichard Schneeman2018-09-061-0/+1
|\
| * [ci skip] Improve remove_column documentationPaulo Fidalgo2018-09-061-0/+1
* | Add documentation for `:collation` column option (#33733)Nate Pinsky2018-08-271-0/+3
* | Follow up #33530bogdanvlviv2018-08-151-3/+3
* | Allow `to_table` in `invert_remove_foreign_key`Rich2018-08-141-1/+8
* | [ci skip] Tidy up formatting of examplesOrhan Toy2018-07-221-12/+3
|/
* Bump minimum SQLite version to 3.8Yasuo Honda2018-05-211-7/+1
* Restore original merging order to enforce `if_exists: true`Ryuta Kamizono2018-04-291-2/+1
* passing splat keyword arguments as a single Hashutilum2018-04-041-2/+3
* Remove `ForeignKeys` module which was introduced at #32299Ryuta Kamizono2018-04-021-1/+1
* Expose foreign key name ignore pattern in configurationDavid Stosik2018-03-191-1/+1
* PostgreSQL adapter also supports bulk alter since #31331 [ci skip]yuuji.yaginuma2018-03-021-1/+1
* Update note on MySQL index order support [ci skip]Eugene Kenny2018-01-261-1/+1
* Refactor migration to move migrations paths to connectioneileencodes2018-01-181-2/+2
* Extract duplicated index column options normalization as `options_for_index_c...Ryuta Kamizono2017-12-031-9/+10
* Refactor `length`, `order`, and `opclass` index options dumpingRyuta Kamizono2017-12-031-1/+1
* Merge pull request #31230 from dinahshi/postgresql_extract_sqlMatthew Draper2017-12-031-1/+15
|\
| * Extract sql fragment generators for alter table from PostgreSQL adapterDinah Shi2017-12-021-1/+15
* | Add support for invalid foreign keys in PostgresTravis Hunter2017-12-011-0/+2
* | Remove unpaired `}` [ci skip]Ryuta Kamizono2017-12-011-2/+1
* | Add support for PostgreSQL operator classes to add_indexGreg Navis2017-11-301-2/+26
|/
* [ci skip]Update the documentation about the primary key typesuginoy2017-10-291-15/+15
* Remove deprecated argument `name` from `#indexes`Rafael Mendonça França2017-10-231-1/+1
* Remove deprecated methods `initialize_schema_migrations_table` and `initializ...Rafael Mendonça França2017-10-231-10/+0
* Remove deprecated argument `default` from `index_name_exists?`Rafael Mendonça França2017-10-231-6/+1
* [Active Record] require => require_relativeAkira Matsuda2017-10-211-1/+1
* Express #change_column_comment as public apibogdanvlviv2017-10-041-1/+1
* Preload digest/sha2 to avoid thread safe error.Francesco Rodriguez2017-09-251-1/+1
* Add :comment option for add_column [ci skip]Yoshiyuki Kinjo2017-09-201-0/+2
* Clarify that bulk option is supported only by MySQL [ci skip]Prathamesh Sonpatki2017-08-291-0/+2
* Refactor `SchemaDumper` to make it possible to adapter specific customizationRyuta Kamizono2017-08-221-0/+4
* [ci skip] Postgres --> PostgreSQLRyuta Kamizono2017-08-081-1/+1
* Clarify add_column limit documentationLisa Ugray2017-07-251-0/+1
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-0/+2
* Merge branch 'master' into require_relative_2017Xavier Noria2017-07-021-7/+7
|\
| * Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
| * Merge pull request #29540 from kirs/rubocop-frozen-stringMatthew Draper2017-07-021-0/+1
| |\
| | * Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
| * | Merge pull request #29506 from pat/frozen-string-literalsMatthew Draper2017-07-021-1/+1
| |\ \
| | * | Make ActiveRecord frozen string literal friendly.Pat Allan2017-06-201-1/+1
| | |/
| * / Don't cache queries for schema statementsRyuta Kamizono2017-06-301-6/+6
| |/
* / [Active Record] require => require_relativeAkira Matsuda2017-07-011-1/+1
|/
* Fix `dump_schema_information` with empty versionsRyuta Kamizono2017-06-151-1/+1
* Remove `null_allowed` option from doc [ci skip]yuuji.yaginuma2017-06-101-2/+1
* [ci skip] Add missing `be`Prathamesh Sonpatki2017-06-031-1/+1