aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/abstract/schema_definitions.rb
Commit message (Expand)AuthorAgeFilesLines
* Describe what we are protectingAkira Matsuda2016-12-231-0/+2
* Change MySQL and Postgresql to use Bigint primary keysJon McCartie2016-12-051-1/+1
* Fix indentation of code examplesOrhan Toy2016-10-191-4/+4
* Added nil case handling to allow rollback migration in case oftravis.h.oneill@gmail.com2016-08-171-1/+1
* Merge pull request #26151 from kamipo/avoid_to_allow_unused_splat_argsRafael França2016-08-161-3/+1
|\
| * Avoid to allow unused splat args for `t.timestamps` in `create_table`Ryuta Kamizono2016-08-141-3/+1
* | Merge pull request #26019 from agrobbin/schema-load-unique-column-indicesRafael França2016-08-161-2/+2
|\ \ | |/ |/|
| * support multiple indexes on the same column when loading the schemaAlex Robbin2016-08-021-2/+2
* | applies remaining conventions across the projectXavier Noria2016-08-061-1/+0
* | normalizes indentation and whitespace across the projectXavier Noria2016-08-061-41/+41
* | applies new string literal convention in activerecord/libXavier Noria2016-08-061-1/+1
|/
* Fix failing testsSean Griffin2016-06-021-4/+5
* `foreign_key` respects `table_name_prefix` and `table_name_suffix`Ryuta Kamizono2016-04-191-0/+3
* Database comments: switch to keyword args for new table optionsJeremy Daer2016-04-181-1/+1
* Add support for specifying comments for tables, columns, and indexes.Andrey Novikov2016-04-161-4/+6
* Let t.foreign_key use the same `to_table` twiceGeorge Millo2016-02-151-2/+2
* Added numeric helper into migrations.Mehmet Emin İNAÇ2016-02-071-0/+2
* Pare back default `index` option for the migration generatorPrathamesh Sonpatki2016-01-241-1/+1
* Use a real migration version number in docsMatthew Draper2015-12-151-1/+1
* Use a deliberately-invalid migration version in all doc examplesMatthew Draper2015-12-151-1/+1
* Not passing `native_database_types` to `TableDefinition`Ryuta Kamizono2015-11-081-12/+3
* Remove incorrect commentsAndrew White2015-11-041-4/+0
* Extract native getter to attr_reader.jbranchaud2015-10-211-5/+1
* move documentation of column options to `add_column`. Closes #20400.Yves Senn2015-10-211-73/+6
* applies new doc guidelines to Active Record.Yves Senn2015-10-141-21/+22
* `:to_table` when adding a fk through `add_reference`.Yves Senn2015-10-131-3/+9
* Correctly dump composite primary keyRyuta Kamizono2015-09-201-0/+9
* Fix doc of limit option for a text column [ci skip]Ryuta Kamizono2015-09-141-2/+2
* Merge pull request #21282 from sjain1107/added_docsYves Senn2015-08-191-0/+3
|\
| * Added docs for TableDefinition #coloumns & #remove_column [ci skip]sjain11072015-08-181-0/+3
|/
* Add reversible syntax for change_column_defaultPrem Sichanugrist2015-06-261-2/+3
* Remove unused already requireRyuta Kamizono2015-05-191-4/+0
* better `add_reference` documentation. [ci skip]Yves Senn2015-05-181-13/+5
* Remove redundant require 'set' linesMehmet Emin İNAÇ2015-05-151-1/+0
* Merge pull request #19978 from kamipo/collation_option_support_for_postgresqlRafael Mendonça França2015-05-031-1/+2
|\
| * Move the collation handling code from the MySQL adapter to common classesRyuta Kamizono2015-05-041-1/+2
* | Merge pull request #19989 from kamipo/change_visit_addcolumn_visibiltyRafael Mendonça França2015-05-031-1/+4
|\ \
| * | Change the `visit_AddColumn` visiblity for the internal APIRyuta Kamizono2015-05-031-1/+4
| |/
* / Missing `:bigint` [ci skip]Ryuta Kamizono2015-05-041-1/+1
|/
* Fix missing index when using timestamps with indexPaul Mucur2015-04-151-0/+1
* use singular table name if pluralize_table_names is setted as false while cre...Mehmet Emin İNAÇ2015-04-061-1/+1
* Merge pull request #19171 from JuanitoFatas/doc/more-examplesSean Griffin2015-03-021-0/+16
|\
| * Add more documents for AR connection_adapters abstract schema_definitions. [c...Juanito Fatas2015-03-031-0/+16
* | Clarify that t.references and t.belongs_to are interchangeable. [ci skip]Juanito Fatas2015-03-021-1/+1
|/
* Extract the short-hand methods into `ColumnMethods`Ryuta Kamizono2015-02-231-23/+28
* Extract `primary_key` method into `ColumnMethods`Ryuta Kamizono2015-02-221-6/+13
* Merge pull request #18662 from estum/foreign-key-existsYves Senn2015-02-161-0/+12
|\
| * Add methods to get foreign key matching argumentsAnton2015-01-291-0/+8
| * Add `foreign_key_exists?` method.Anton2015-01-241-0/+4
* | Remove `cast_type` in `ColumnDefinition`Ryuta Kamizono2015-02-111-1/+1
|/