| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2014-06-01 | 1 | -0/+5 |
|\ |
|
| * | document generators hidden_namespaces | schneems | 2014-05-29 | 1 | -0/+5 |
* | | print generators on failed generate | schneems | 2014-05-26 | 1 | -12/+16 |
* | | Revert "Merge pull request #15293 from schneems/schneems/generator-output-in-... | Yves Senn | 2014-05-24 | 1 | -16/+12 |
* | | print generators on failed generate | schneems | 2014-05-24 | 1 | -12/+16 |
|/ |
|
* | Require the top file and autoload Base class | Rafael Mendonça França | 2013-11-09 | 1 | -0/+1 |
* | Remove "circular require considered harmful" error | Robin Dupret | 2013-11-01 | 1 | -2/+2 |
* | s/plugin_new/plugin | schneems | 2013-06-30 | 1 | -1/+1 |
* | remove performance tests from the default stack | Yves Senn | 2013-01-10 | 1 | -2/+0 |
* | Remove observers and sweepers | Rafael Mendonça França | 2012-11-28 | 1 | -2/+0 |
* | Use Ruby 1.9 Hash syntax in railties | Robin Dupret | 2012-10-14 | 1 | -29/+29 |
* | Extract ActiveRecord::SessionStore from Rails | Prem Sichanugrist | 2012-08-24 | 1 | -1/+0 |
* | Removing ==Examples and last blank lines of docs from railties | Francesco Rodriguez | 2012-05-14 | 1 | -4/+0 |
* | Add hook for add_resource_route | Santiago Pastorino | 2012-04-18 | 1 | -0/+2 |
* | Remove --http. | José Valim | 2012-03-14 | 1 | -22/+1 |
* | Generate special controller and functional test templates for http apps | Carlos Antonio da Silva | 2012-03-14 | 1 | -0/+2 |
* | Allow generator configs from http_only! to be overriden by app | Carlos Antonio da Silva | 2012-03-14 | 1 | -1/+1 |