aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/abstract/schema_statements.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #26688 from kamipo/remove_respond_to_indexesKasper Timm Hansen2016-10-281-4/+0
|\
| * Remove unnecessary `respond_to?(:indexes)` checkingRyuta Kamizono2016-10-031-4/+0
* | Use Regexp#match? rather than Regexp#===Ryuta Kamizono2016-10-261-1/+1
* | `name` is not a column optionRyuta Kamizono2016-10-101-1/+1
* | Dump index options to pretty formatRyuta Kamizono2016-10-101-1/+1
* | Prevent to create blank commentRyuta Kamizono2016-10-081-2/+2
|/
* fix typo in `add_column` doc [ci skip]yuuji.yaginuma2016-09-161-1/+1
* fixes remaining RuboCop issues [Vipul A M, Xavier Noria]Xavier Noria2016-09-011-2/+2
* Added nil case handling to allow rollback migration in case oftravis.h.oneill@gmail.com2016-08-171-1/+2
* Add array column documentationoss922016-08-161-0/+4
* Merge pull request #26155 from kamipo/refactor_quoted_columns_for_indexRafael Mendonça França2016-08-161-13/+16
|\
| * Refactor `quoted_columns_for_index` by extracted `add_options_for_index_columns`Ryuta Kamizono2016-08-141-13/+16
* | Merge pull request #26019 from agrobbin/schema-load-unique-column-indicesRafael França2016-08-161-1/+1
|\ \
| * | support multiple indexes on the same column when loading the schemaAlex Robbin2016-08-021-1/+1
* | | Add three new rubocop rulesRafael Mendonça França2016-08-161-10/+10
| |/ |/|
* | Fix a NoMethodError schema_statements.rbGenadi Samokovarov2016-08-101-1/+1
* | normalizes indentation and whitespace across the projectXavier Noria2016-08-061-32/+32
* | modernizes hash syntax in activerecordXavier Noria2016-08-061-1/+1
* | applies new string literal convention in activerecord/libXavier Noria2016-08-061-9/+9
* | Merge branch 'master' of github.com:rails/docrailsVijay Dev2016-08-021-1/+1
|\ \ | |/ |/|
| * Fix documentation of `index` option for the `add_reference` method [ci skip]Prathamesh Sonpatki2016-07-161-1/+1
* | Merge pull request #25578 from kamipo/move_warning_about_composite_primary_ke...Rafael França2016-07-201-8/+3
|\ \
| * | Move the warning about composite primary key to `AttributeMethods::PrimaryKey`Ryuta Kamizono2016-07-021-8/+3
* | | Add newline between each migration in `structure.sql`Grey Baker2016-07-141-2/+2
| |/ |/|
* | [ci skip] Update documentation in AR SchemaStatementsAlex Kitchens2016-07-071-12/+12
|/
* Reuse existing validate_index_length! methodPrathamesh Sonpatki2016-06-091-7/+7
* Respect options passed to `foreign_key` when reverting `add_reference`Sean Griffin2016-05-311-4/+9
* Add Expression Indexes and Operator Classes support for PostgreSQLRyuta Kamizono2016-04-241-3/+17
* remove_index do not fetch indexes if name is specifiedSeva Orlov2016-04-241-1/+7
* Add `:nodoc:` to `insert_versions_sql` [ci skip]Ryuta Kamizono2016-04-241-1/+1
* Schema load: Fix dupe version insertJeremy Daer2016-04-221-1/+1
* https://github.com/rails/rails/commit/42dd2336b31a8d98776d039a2b9fd7f834156a7...Vipul A M2016-04-231-4/+16
* Revert "add doc for `:type` option of `#create_join_table` [ci skip]"प्रथमेश Sonpatki2016-04-211-2/+0
* add doc for `:type` option of `#create_join_table` [ci skip]yuuji.yaginuma2016-04-211-0/+2
* Merge pull request #24221 from gregmolnar/uuidKasper Timm Hansen2016-04-201-2/+3
|\
| * add column type option to create_join_table to support uuidGreg Molnar2016-03-171-2/+3
* | Database comments: switch to keyword args for new table optionsJeremy Daer2016-04-181-15/+14
* | Merge pull request #22911 from Envek/database_commentsJeremy Daer2016-04-161-6/+30
|\ \
| * | Add support for specifying comments for tables, columns, and indexes.Andrey Novikov2016-04-161-6/+30
* | | [ci skip] docs for add_references index optionAlex Handley2016-04-161-1/+10
|/ /
* / Fix description for method ActiveRecord::ConnectionAdapters::SchemaStatements...Bogdan2016-03-271-2/+2
|/
* Fixed comments of add_foreign_key methodSalman Afzal Siddiqui2016-03-101-2/+2
* Add numeric type in the doc [ci skip]Ryuta Kamizono2016-02-081-3/+3
* Merge pull request #23460 from kamipo/innodb_supports_fulltext_and_spatial_in...Sean Griffin2016-02-031-1/+1
|\
| * InnoDB supports FULLTEXT and Spatial Indexes [ci skip]Ryuta Kamizono2016-02-041-1/+1
* | SQLite 2 support has been dropped [ci skip]Ryuta Kamizono2016-02-041-2/+0
|/
* Avoid extra `show variables` in migrationRyuta Kamizono2016-02-011-1/+5
* Merge pull request #23345 from yui-knk/warning_when_composite_primary_key_is_...Rafael França2016-01-301-0/+6
|\
| * Warn if `AR.primary_key` is called for a table who has composite primary keyyui-knk2016-01-301-0/+6
* | Merge pull request #23349 from kamipo/refactor_column_existsRafael França2016-01-301-7/+8
|\ \