aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/generated_attribute.rb
Commit message (Expand)AuthorAgeFilesLines
* Use match? where we don't need MatchDataAkira Matsuda2019-07-291-1/+1
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Add `null: false` constraint by default for `belongs_to` associationsPrathamesh Sonpatki2019-04-191-2/+8
* Add attachment and attachments field generatorsChris Oliver2019-03-301-18/+29
* Add rich_text field to model generatorsChris Oliver2019-03-281-9/+18
* Upgrade Rubocop to 0.61.1 and fix offensesVinicius Stock2018-12-101-16/+16
* Enable `Performance/UnfreezeString` copyuuji.yaginuma2018-09-231-1/+1
* Enable autocorrect for `Lint/EndAlignment` copKoichi ITO2018-01-181-2/+2
* Adding frozen_string_literal pragma to Railties.Pat Allan2017-08-141-0/+2
* Railties updates for frozen string literals.Pat Allan2017-08-141-1/+1
* 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
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-2/+2
* code gardening: removes redundant selfsXavier Noria2016-08-081-2/+2
* applies remaining conventions across the projectXavier Noria2016-08-061-18/+18
* applies new string literal convention in railties/libXavier Noria2016-08-061-5/+5
* Pare back default `index` option for the migration generatorPrathamesh Sonpatki2016-01-241-2/+3
* Add Secure Token Generatorrobertomiranda2015-01-111-1/+5
* Use the new `foreign_key` option on `references` in generatorsSean Griffin2014-12-221-0/+4
* Add a `required` option to the model generatorSean Griffin2014-08-081-4/+20
* Fix Generation of proper migration whenKuldeep Aggarwal2014-03-251-0/+4
* Add support for generate scaffold password:digestSam Ruby2013-03-131-0/+4
* Add GeneratedAttribute#column_name to get the name of the column in theRafael Mendonça França2012-12-101-3/+7
* Use Ruby 1.9 Hash syntax in railtiesRobin Dupret2012-10-141-4/+4
* update Rails::Generators docs [ci skip]Francesco Rodriguez2012-10-071-1/+1
* Add fkey attributes to `join_table` migration generatorAleksey Magusev2012-07-191-1/+9
* Add join table migration generatorAleksey Magusev2012-07-181-1/+2
* Add polymorphic option to model generatorAleksey Magusev2012-06-271-2/+12
* Refactor GeneratedAttributesCarlos Antonio da Silva2012-04-221-7/+10
* the index option is always created if the type is one of references or belong...Vijay Dev2012-04-181-2/+4
* let's not use `and` in place of `&&`Vijay Dev2012-04-181-1/+1
* Automatically create indexes for references/belongs_to statements in migrations.Joshua Wood2012-04-141-0/+4
* Fix failing test from [7619bcf2]Prem Sichanugrist2012-01-301-1/+1
* rewrites a couple of alternations in regexps as character classesXavier Noria2012-01-301-1/+1
* Support decimal{1,2} and decimal{1-2} and decimal{1.2} so it works fine with ...José Valim2012-01-221-2/+2
* fix a broken testVijay Dev2012-01-151-1/+1
* Extract index and uniq index options to constantsCarlos Antonio da Silva2012-01-141-4/+7
* Use 1.9 hash syntax instead.José Valim2011-12-241-2/+2
* Fix regexp intervals.José Valim2011-12-241-2/+2
* Tidy up migration types.José Valim2011-12-241-33/+43
* added ability to specify from cli when generating a model/migration whether p...Dmitrii Samoilov2011-12-241-4/+48
* Generate valid default fixtures for models with a type columnMarc-Andre Lafortune2011-07-111-1/+1
* Attributes on scaffold and model generators default to string.José Valim2011-06-171-1/+1
* generate HTML5 number_field tag for integer fieldsAkira Matsuda2011-05-161-6/+7
* Remove `#among?` from Active SupportPrem Sichanugrist2011-04-131-1/+1
* Change Object#either? to Object#among? -- thanks to @jamesarosen for the sugg...David Heinemeier Hansson2011-04-121-1/+1
* Using Object#in? and Object#either? in various placesPrem Sichanugrist2011-04-111-1/+2
* Output a friendly message when no type given for GeneratedAttribute [#5461 st...rohit2010-09-021-0/+1
* Rails::Generators::GeneratedAttribute: tests, cleanups and a bugfix [#4631 st...Jeff Kreeftmeijer2010-06-101-1/+2
* using :time_select when the attribute type is :time in the scaffold generator...Jeff Kreeftmeijer2010-05-161-6/+7