| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix Railties tests that were order dependent | Akira Matsuda | 2014-08-13 | 1 | -0/+10 |
* | Stop requiring mocha automatically | Rafael Mendonça França | 2014-07-19 | 1 | -0/+1 |
* | Emit suggested generator names when not found | schneems | 2014-06-04 | 1 | -1/+7 |
* | print generators on failed generate | schneems | 2014-05-26 | 1 | -2/+4 |
* | More Warnings removed for ruby trunk | Arun Agrawal | 2013-11-01 | 1 | -2/+2 |
* | Revert "Isolate railties Generators Tests" | Guillermo Iguaran | 2013-08-02 | 1 | -1/+0 |
* | Isolate railties Generators Tests | Alex Tambellini | 2013-08-02 | 1 | -0/+1 |
* | s/plugin_new/plugin | schneems | 2013-06-30 | 1 | -1/+1 |
* | cleanup railties test; fix typos | Vipul A M | 2013-03-31 | 1 | -1/+1 |
* | Use Ruby 1.9 Hash syntax in railties | Robin Dupret | 2012-10-14 | 1 | -4/+4 |
* | Fix class_eval without __FILE__ and __LINE__. | kennyj | 2012-07-18 | 1 | -1/+1 |
* | remove duplicate requires of mocha. | Aaron Patterson | 2012-07-03 | 1 | -1/+0 |
* | Unused variable warning removed. | Arun Agrawal | 2012-05-30 | 1 | -1/+1 |
* | More assert_match warnings fixed. | Arun Agrawal | 2012-05-30 | 1 | -1/+1 |
* | Remove --http. | José Valim | 2012-03-14 | 1 | -51/+0 |
* | Generate special controller and functional test templates for http apps | Carlos Antonio da Silva | 2012-03-14 | 1 | -1/+10 |
* | Disable template, helper and assets options when using http_only! | Carlos Antonio da Silva | 2012-03-14 | 1 | -0/+18 |
* | Create generators http_only! setup and hide some common namespaces for now | Carlos Antonio da Silva | 2012-03-14 | 1 | -0/+24 |
* | Add convenience method to hide a generator from the available ones | Carlos Antonio da Silva | 2012-02-03 | 1 | -1/+7 |
* | treat USAGE as an ERB template | Colin MacKenzie IV | 2011-11-02 | 1 | -0/+6 |
* | Removed tests for rescue branch for Rails 2.x compatibility | Alexey Gaziev | 2011-06-20 | 1 | -6/+0 |
* | load_generators_from_railties was removed, remove failing test_load_generator... | Guillermo Iguaran | 2011-05-24 | 1 | -7/+0 |
* | be sure to parenthesize the arguments when the first one is a RegExp literal | Akira Matsuda | 2011-05-18 | 1 | -15/+15 |
* | Allow generators nested in more than one level | Santiago Pastorino | 2011-01-12 | 1 | -0/+8 |
* | Make sure that generator's default banner is showing its namespace | Prem Sichanugrist | 2011-01-01 | 1 | -0/+10 |
* | Tidy up generators commits. | José Valim | 2010-11-17 | 1 | -0/+6 |
* | application generation: --skip-testunit and --skip-activerecord renamed to --... | Xavier Noria | 2010-07-25 | 1 | -1/+1 |
* | Update generators test. | José Valim | 2010-05-15 | 1 | -12/+1 |
* | Load generators from both lib/rails/generators and lib/generators. Using the ... | José Valim | 2010-03-23 | 1 | -2/+2 |
* | Prettify generators description whenever using the default stack [#4143 statu... | José Valim | 2010-03-12 | 1 | -2/+16 |
* | Add autoload to generators modules and fix failing test. | José Valim | 2010-02-26 | 1 | -4/+4 |
* | Fix dangling klass reference | Jeremy Kemper | 2010-02-25 | 1 | -1/+1 |
* | Fix test on 1.8.8. Broken by inherited hook now running before Class.new block. | Jeremy Kemper | 2010-02-25 | 1 | -5/+6 |
* | Ensure app does not show up in generators. | José Valim | 2010-01-26 | 1 | -0/+1 |
* | Give higher priority to rails generators. | José Valim | 2010-01-21 | 1 | -0/+8 |
* | Allow railties to specify generators paths. | José Valim | 2010-01-19 | 1 | -0/+7 |
* | Get generators tests running on Ruby 1.9.1 | José Valim | 2010-01-19 | 1 | -1/+2 |
* | Improve generators help. | José Valim | 2010-01-18 | 1 | -8/+9 |
* | More cleaning up on rails generators load path. | José Valim | 2010-01-18 | 1 | -62/+45 |
* | Automatically remove :generators: from namespaces. | José Valim | 2010-01-18 | 1 | -6/+6 |
* | Ensure generators can be invoked by their shortcut and remove attr_reader tasks. | José Valim | 2010-01-18 | 1 | -2/+2 |
* | Use regexp in lookups instead of traversing namespaces. This removes the need... | José Valim | 2010-01-03 | 1 | -8/+9 |
* | Ensure generator fallbacks work even when a context is given. | José Valim | 2009-11-23 | 1 | -0/+7 |
* | Contortions to work around brittle naming dependency | Jeremy Kemper | 2009-11-09 | 1 | -6/+5 |
* | Ruby 1.9.2: work around inherited hook being called before yielding to block | Jeremy Kemper | 2009-11-09 | 1 | -7/+5 |
* | Fix generators tests that expect a class name | Jeremy Kemper | 2009-11-05 | 1 | -1/+1 |
* | Avoid duplicated names on help description and show proper error message if t... | José Valim | 2009-11-03 | 1 | -2/+9 |
* | Ensure that generators can be invoked from any directory. | José Valim | 2009-11-02 | 1 | -1/+1 |
* | Use Rails.root in railties tests | Joshua Peek | 2009-10-18 | 1 | -3/+3 |
* | Remove config.gem in favor of using the bundler. This makes config/boot.rb ob... | Carl Lerche | 2009-10-16 | 1 | -1/+2 |