| Commit message (Expand) | Author | Age | Files | Lines |
* | Upgrade Rubocop to 0.61.1 and fix offenses | Vinicius Stock | 2018-12-10 | 1 | -16/+16 |
* | Enable `Performance/UnfreezeString` cop | yuuji.yaginuma | 2018-09-23 | 1 | -1/+1 |
* | Enable autocorrect for `Lint/EndAlignment` cop | Koichi ITO | 2018-01-18 | 1 | -2/+2 |
* | Adding frozen_string_literal pragma to Railties. | Pat Allan | 2017-08-14 | 1 | -0/+2 |
* | Railties updates for frozen string literals. | Pat Allan | 2017-08-14 | 1 | -1/+1 |
* | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string" | Matthew Draper | 2017-07-02 | 1 | -1/+0 |
* | Enforce frozen string in Rubocop | Kir Shatrov | 2017-07-01 | 1 | -0/+1 |
* | Add more rubocop rules about whitespaces | Rafael Mendonça França | 2016-10-29 | 1 | -2/+2 |
* | code gardening: removes redundant selfs | Xavier Noria | 2016-08-08 | 1 | -2/+2 |
* | applies remaining conventions across the project | Xavier Noria | 2016-08-06 | 1 | -18/+18 |
* | applies new string literal convention in railties/lib | Xavier Noria | 2016-08-06 | 1 | -5/+5 |
* | Pare back default `index` option for the migration generator | Prathamesh Sonpatki | 2016-01-24 | 1 | -2/+3 |
* | Add Secure Token Generator | robertomiranda | 2015-01-11 | 1 | -1/+5 |
* | Use the new `foreign_key` option on `references` in generators | Sean Griffin | 2014-12-22 | 1 | -0/+4 |
* | Add a `required` option to the model generator | Sean Griffin | 2014-08-08 | 1 | -4/+20 |
* | Fix Generation of proper migration when | Kuldeep Aggarwal | 2014-03-25 | 1 | -0/+4 |
* | Add support for generate scaffold password:digest | Sam Ruby | 2013-03-13 | 1 | -0/+4 |
* | Add GeneratedAttribute#column_name to get the name of the column in the | Rafael Mendonça França | 2012-12-10 | 1 | -3/+7 |
* | Use Ruby 1.9 Hash syntax in railties | Robin Dupret | 2012-10-14 | 1 | -4/+4 |
* | update Rails::Generators docs [ci skip] | Francesco Rodriguez | 2012-10-07 | 1 | -1/+1 |
* | Add fkey attributes to `join_table` migration generator | Aleksey Magusev | 2012-07-19 | 1 | -1/+9 |
* | Add join table migration generator | Aleksey Magusev | 2012-07-18 | 1 | -1/+2 |
* | Add polymorphic option to model generator | Aleksey Magusev | 2012-06-27 | 1 | -2/+12 |
* | Refactor GeneratedAttributes | Carlos Antonio da Silva | 2012-04-22 | 1 | -7/+10 |
* | the index option is always created if the type is one of references or belong... | Vijay Dev | 2012-04-18 | 1 | -2/+4 |
* | let's not use `and` in place of `&&` | Vijay Dev | 2012-04-18 | 1 | -1/+1 |
* | Automatically create indexes for references/belongs_to statements in migrations. | Joshua Wood | 2012-04-14 | 1 | -0/+4 |
* | Fix failing test from [7619bcf2] | Prem Sichanugrist | 2012-01-30 | 1 | -1/+1 |
* | rewrites a couple of alternations in regexps as character classes | Xavier Noria | 2012-01-30 | 1 | -1/+1 |
* | Support decimal{1,2} and decimal{1-2} and decimal{1.2} so it works fine with ... | José Valim | 2012-01-22 | 1 | -2/+2 |
* | fix a broken test | Vijay Dev | 2012-01-15 | 1 | -1/+1 |
* | Extract index and uniq index options to constants | Carlos Antonio da Silva | 2012-01-14 | 1 | -4/+7 |
* | Use 1.9 hash syntax instead. | José Valim | 2011-12-24 | 1 | -2/+2 |
* | Fix regexp intervals. | José Valim | 2011-12-24 | 1 | -2/+2 |
* | Tidy up migration types. | José Valim | 2011-12-24 | 1 | -33/+43 |
* | added ability to specify from cli when generating a model/migration whether p... | Dmitrii Samoilov | 2011-12-24 | 1 | -4/+48 |
* | Generate valid default fixtures for models with a type column | Marc-Andre Lafortune | 2011-07-11 | 1 | -1/+1 |
* | Attributes on scaffold and model generators default to string. | José Valim | 2011-06-17 | 1 | -1/+1 |
* | generate HTML5 number_field tag for integer fields | Akira Matsuda | 2011-05-16 | 1 | -6/+7 |
* | Remove `#among?` from Active Support | Prem Sichanugrist | 2011-04-13 | 1 | -1/+1 |
* | Change Object#either? to Object#among? -- thanks to @jamesarosen for the sugg... | David Heinemeier Hansson | 2011-04-12 | 1 | -1/+1 |
* | Using Object#in? and Object#either? in various places | Prem Sichanugrist | 2011-04-11 | 1 | -1/+2 |
* | Output a friendly message when no type given for GeneratedAttribute [#5461 st... | rohit | 2010-09-02 | 1 | -0/+1 |
* | Rails::Generators::GeneratedAttribute: tests, cleanups and a bugfix [#4631 st... | Jeff Kreeftmeijer | 2010-06-10 | 1 | -1/+2 |
* | using :time_select when the attribute type is :time in the scaffold generator... | Jeff Kreeftmeijer | 2010-05-16 | 1 | -6/+7 |
* | Move railties/lib/* into railties/lib/* | Yehuda Katz + Carl Lerche | 2009-09-24 | 1 | -0/+48 |