aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/rails/generators
Commit message (Expand)AuthorAgeFilesLines
* let Regexp#match? be globally availableXavier Noria2016-10-271-1/+0
* Fix broken comments indentation caused by rubocop auto-correct [ci skip]Ryuta Kamizono2016-09-141-3/+3
* Add three new rubocop rulesRafael Mendonça França2016-08-161-1/+1
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-27/+27
* modernizes hash syntax in activerecordXavier Noria2016-08-062-2/+2
* applies new string literal convention in activerecord/libXavier Noria2016-08-064-14/+14
* adds missing requiresXavier Noria2016-07-241-0/+1
* systematic revision of =~ usage in ARXavier Noria2016-07-231-1/+1
* Always genererate models with ApplicationRecord parentGenadi Samokovarov2016-04-281-11/+3
* correctly check `ApplicationRecord` is exist in moutable engineyuuji.yaginuma2016-02-252-11/+17
* Add notes for future selvesJon Moss2016-02-221-0/+1
* Generate ApplicationRecord if it does not already existJon Moss2016-02-222-0/+11
* Added references option to join tablesErnst Rullmann2016-01-311-0/+4
* correctly presence check of `application_record.rb` in pluginyuuji.yaginuma2016-01-021-1/+7
* Make sure File.exist? run in the root of the applicationRafael Mendonça França2015-12-161-1/+5
* Do not define attributes_with_index as a Thor taskRafael Mendonça França2015-12-161-4/+4
* Remove dead codeRafael Mendonça França2015-12-161-4/+0
* Introduce ApplicationRecord, an Active Record layer supertypeGenadi Samokovarov2015-12-161-1/+8
* Add migration versioning via Migration subclassesMatthew Draper2015-12-152-2/+2
* Stop aligning the argumentsRafael Mendonça França2015-10-231-4/+4
* Use thor class_option to make the primary_key_type option workRafael Mendonça França2015-10-234-10/+10
* Move default uuid generation to active_recordJon McCartie2015-10-232-1/+9
* Set active_record config for always creating uuids in generatorsJon McCartie2015-10-201-1/+1
* [ci skip] Correct grammar, add docs to ActiveRecord migration generatorNick Cox2015-04-281-4/+5
* Add Secure Token Generatorrobertomiranda2015-01-113-0/+11
* Change the default `null` value for `timestamps` to `false`Rafael Mendonça França2015-01-041-1/+1
* Use the new `foreign_key` option on `references` in generatorsSean Griffin2014-12-222-9/+0
* Generators add foreign keys on referencesDerek Prior2014-11-252-0/+9
* Merge pull request #16062 from sgrif/sg-required-generatorsRafael Mendonça França2014-08-172-2/+2
|\
| * Add a `required` option to the model generatorSean Griffin2014-08-082-2/+2
* | Change the default `null` value for timestampsSean Griffin2014-08-121-1/+1
|/
* Fix Generation of proper migration whenKuldeep Aggarwal2014-03-251-3/+7
* Make `.next_migration_number` reusable for third party AR generators.Yves Senn2013-09-302-8/+20
* copy edits[ci skip]Vijay Dev2013-05-191-1/+1
* Added documentation for model migration generationaditya-kapoor2013-05-141-0/+4
* Added documentation for ActiveRecord::Generators::MigrationGenerator.next_mig...aditya-kapoor2013-05-101-0/+4
* Add support for generate scaffold password:digestSam Ruby2013-03-132-1/+8
* Support creating a table migration generatorSammy Larbi2013-03-013-3/+10
* Migration generators use `change` even for destructive methods [#8267]Marc-Andre Lafortune2012-12-211-16/+4
* Remove observers and sweepersRafael Mendonça França2012-11-282-19/+0
* nodoc AR::Generators [ci skip]Francesco Rodriguez2012-10-204-10/+10
* Remove mass assignment security from ActiveRecordGuillermo Iguaran2012-09-161-5/+0
* add mini-validator on creating migrationJan Bernacki2012-09-061-0/+9
* Extract ActiveRecord::SessionStore from RailsPrem Sichanugrist2012-08-242-36/+0
* removes usage of Object#in? from the code base (the method remains defined by...Xavier Noria2012-08-061-2/+2
* load active_support/core_ext/object/inclusion in active_support/railsXavier Noria2012-08-021-1/+0
* Add fkey attributes to `join_table` migration generatorAleksey Magusev2012-07-191-2/+10
* Add join table migration generatorAleksey Magusev2012-07-182-6/+27
* Add references statements to migration generatorAleksey Magusev2012-07-081-4/+16
* Fixed generating namespaced table_name_prefix in enginesWojciech Wnętrzak2012-07-061-1/+1