| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove `javascripts` and `javascript_engine` options for generators | bogdanvlviv | 2018-10-22 | 1 | -2/+0 |
* | Make Webpacker the default JavaScript compiler for Rails 6 (#33079) | David Heinemeier Hansson | 2018-09-30 | 1 | -2/+0 |
* | Turn on performance based cops | Dillon Welch | 2018-07-23 | 1 | -1/+1 |
* | Enable `Layout/EmptyLinesAroundBlockBody` to reduce review cost in the future | Ryuta Kamizono | 2018-07-12 | 1 | -1/+0 |
* | Remove unnecessary line break and quotes | yuuji.yaginuma | 2018-03-30 | 1 | -2/+2 |
* | Use `did_you_mean` spell checker for option suggestions | Genadi Samokovarov | 2018-03-23 | 1 | -6/+5 |
* | Extract Rails::Command::Spellchecker | Genadi Samokovarov | 2018-03-04 | 1 | -1/+1 |
* | Removed "private" generators from command list. | Wojciech Wnętrzak | 2018-02-02 | 1 | -0/+3 |
* | Fix generator suggestion raise error when I18n.available_locales don’t incl... | willnet | 2017-11-22 | 1 | -1/+2 |
* | Do not show credentials in generators help | yuuji.yaginuma | 2017-11-09 | 1 | -0/+1 |
* | [Railties] require_relative => require | Akira Matsuda | 2017-10-21 | 1 | -1/+1 |
* | 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 |
* | Optimize indentation for generator actions | Yoshiyuki Hirano | 2017-08-11 | 1 | -0/+1 |
* | [Railties] require => require_relative | Akira Matsuda | 2017-07-01 | 1 | -1/+1 |
* | Define path with __dir__ | bogdanvlviv | 2017-05-23 | 1 | -1/+1 |
* | Use appropriate type for `test_framework` option | yuuji.yaginuma | 2017-03-01 | 1 | -1/+1 |
* | Revert "Revert "Add encrypted secrets"" | Kasper Timm Hansen | 2017-02-23 | 1 | -0/+1 |
* | Revert "Add encrypted secrets" (#28127) | David Heinemeier Hansson | 2017-02-23 | 1 | -1/+0 |
* | Add encrypted secrets (#28038) | Kasper Timm Hansen | 2017-02-23 | 1 | -0/+1 |
* | Refactor config settings to use generated file | eileencodes | 2017-02-20 | 1 | -1/+1 |
* | Add generators and ability to run system tests | eileencodes | 2017-02-20 | 1 | -0/+2 |
* | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2017-01-11 | 1 | -1/+1 |
|\ |
|
| * | Capitalize Thor gem name | Jon Moss | 2016-12-19 | 1 | -1/+1 |
* | | Privatize some methods that were originally protected | Akira Matsuda | 2016-12-25 | 1 | -25/+27 |
* | | Prefer class << self; def over def self. | Akira Matsuda | 2016-12-25 | 1 | -200/+200 |
* | | `protected` here doesn't protect anything | Akira Matsuda | 2016-12-25 | 1 | -26/+25 |
|/ |
|
* | Add more rubocop rules about whitespaces | Rafael Mendonça França | 2016-10-29 | 1 | -2/+2 |
* | Initial command structure. | Kasper Timm Hansen | 2016-09-25 | 1 | -153/+65 |
* | [ci skip] Update Levenshtein code with better attribution. | Kasper Timm Hansen | 2016-09-12 | 1 | -1/+3 |
* | Add three new rubocop rules | Rafael Mendonça França | 2016-08-16 | 1 | -2/+2 |
* | applies remaining conventions across the project | Xavier Noria | 2016-08-06 | 1 | -1/+1 |
* | applies new string literal convention in railties/lib | Xavier Noria | 2016-08-06 | 1 | -34/+34 |
* | generate mailer views in Rails API | yuuji.yaginuma | 2016-02-15 | 1 | -1/+5 |
* | do not show Active Job test generator | yuuji.yaginuma | 2015-11-14 | 1 | -0/+1 |
* | Fix strange messages for `rails g foo` | FUJI Goro (gfx) | 2015-09-07 | 1 | -1/+1 |
* | Document Generators.api_only! method | Santiago Pastorino | 2015-06-11 | 1 | -0/+4 |
* | Api apps scaffold does not generate assets | Santiago Pastorino | 2015-06-11 | 1 | -0/+1 |
* | Api apps scaffold does not generate helpers | Santiago Pastorino | 2015-06-11 | 1 | -0/+1 |
* | Api apps scaffold does not generate views | Santiago Pastorino | 2015-06-11 | 1 | -1/+2 |
* | config.generators.api_only = true set rails api option on generators | Santiago Pastorino | 2015-06-11 | 1 | -0/+4 |
* | Hide assets, helper, css and js namespaces for api only apps | Santiago Pastorino | 2015-06-11 | 1 | -0/+5 |
* | rails new --api generates an api app skeleton | Santiago Pastorino | 2015-06-11 | 1 | -0/+1 |
* | add option to avoid generating scaffold.css | masarakki | 2015-06-09 | 1 | -0/+2 |
* | Speed up Levenshtein by 50% and reduce 97% of memory usage | Yuki Nishijima | 2015-04-11 | 1 | -2/+5 |
* | Merge pull request #18395 from shunsukeaida/improve_generator_name_suggestions | Richard Schneeman | 2015-02-23 | 1 | -3/+1 |
|\ |
|
| * | Improve generator name suggestions a bit. | ShunsukeAida | 2015-02-22 | 1 | -3/+1 |
* | | Small enhancement for generators | Holger Frohloff | 2015-02-03 | 1 | -2/+2 |
|/ |
|
* | Pass symbol as an argument instead of a block | Erik Michaels-Ober | 2014-11-29 | 1 | -2/+2 |
* | Emit suggested generator names when not found | schneems | 2014-06-04 | 1 | -8/+52 |