aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/generators/generated_attribute_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Add `null: false` constraint by default for `belongs_to` associationsPrathamesh Sonpatki2019-04-191-1/+16
* Add attachment and attachments field generatorsChris Oliver2019-03-301-1/+7
* Add rich_text field to model generatorsChris Oliver2019-03-281-1/+5
* Use assert_predicate and assert_not_predicateDaniel Colson2018-01-251-6/+6
* Adding frozen_string_literal pragma to Railties.Pat Allan2017-08-141-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* applies new string literal convention in railties/testXavier Noria2016-08-061-17/+17
* test, `Generators::GeneratedAttribute` with references, required, index.Yves Senn2014-10-161-0/+8
* Fixed test names for generated_attribute_test.rbArun Agrawal2012-12-131-1/+1
* Add GeneratedAttribute#column_name to get the name of the column in theRafael Mendonça França2012-12-101-2/+9
* Add polymorphic option to model generatorAleksey Magusev2012-06-271-8/+15
* Tidy up migration types.José Valim2011-12-241-1/+6
* added ability to specify from cli when generating a model/migration whether p...Dmitrii Samoilov2011-12-241-1/+1
* Generate valid default fixtures for models with a type columnMarc-Andre Lafortune2011-07-111-0/+5
* Attributes on scaffold and model generators default to string.José Valim2011-06-171-10/+3
* generate HTML5 number_field tag for integer fieldsAkira Matsuda2011-05-161-1/+5
* :'' is not valid ruby.José Valim2010-10-021-1/+1
* Failing test for GeneratedAttribute [#5461 state:open]rohit2010-09-021-0/+12
* Rails::Generators::GeneratedAttribute: tests, cleanups and a bugfix [#4631 st...Jeff Kreeftmeijer2010-06-101-10/+81
* Rename assert_attribute_type to asser_field_type.José Valim2010-05-161-7/+7
* Added assert_attribute_type to clean up GeneratedAttributeTest [#2377 state:r...Jeff Kreeftmeijer2010-05-161-0/+40