aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/rails/generators/active_record/model/templates
Commit message (Expand)AuthorAgeFilesLines
* Add attachment and attachments field generatorsChris Oliver2019-03-301-0/+6
* Add rich_text field to model generatorsChris Oliver2019-03-281-0/+3
* Use .tt extension to all the template filesRafael Mendonça França2017-11-132-0/+0
* Stop creating ApplicationRecord on model generationLisa Ugray2017-07-241-5/+0
* correctly check `ApplicationRecord` is exist in moutable engineyuuji.yaginuma2016-02-251-0/+2
* Generate ApplicationRecord if it does not already existJon Moss2016-02-221-0/+3
* Add Secure Token Generatorrobertomiranda2015-01-111-0/+3
* Add a `required` option to the model generatorSean Griffin2014-08-081-1/+1
* Add support for generate scaffold password:digestSam Ruby2013-03-131-1/+4
* Support creating a table migration generatorSammy Larbi2013-03-011-15/+0
* Remove mass assignment security from ActiveRecordGuillermo Iguaran2012-09-161-5/+0
* Fixed generating namespaced table_name_prefix in enginesWojciech Wnętrzak2012-07-061-1/+1
* Add polymorphic option to model generatorAleksey Magusev2012-06-271-1/+1
* Whitelist all attribute assignment by default.Michael Koziarski2012-03-051-0/+5
* Tidy up migration types.José Valim2011-12-241-7/+2
* added ability to specify from cli when generating a model/migration whether p...Dmitrii Samoilov2011-12-241-2/+5
* for => each in model migration templateGuillermo Iguaran2011-05-201-1/+1
* Delete blank lines in migration generatorSantiago Pastorino2011-02-021-3/+2
* Configurable generation of add_index for references columnsMichał Łomnicki2011-02-011-0/+2
* Use Rails 3.1 `change` method in model generatorPrem Sichanugrist2011-01-041-5/+1
* Generate add_index by default when giving type belongs_to or referencesSantiago Pastorino2010-12-161-0/+4
* updating generatorsAaron Patterson2010-11-171-2/+2
* Refactor namespaced generators to use module_namespacing block helperPiotr Sarnacki2010-09-242-0/+4
* Generate module file for namespaced models [#4230 state:resolved]Andrew White2010-04-121-0/+5
* Load generators from both lib/rails/generators and lib/generators. Using the ...José Valim2010-03-232-0/+21