| Commit message (Expand) | Author | Age | Files | Lines |
* | Using load_generators | Arun Agrawal | 2011-05-25 | 1 | -1/+1 |
* | Streamline generators initialization flow. | José Valim | 2011-05-25 | 1 | -1/+1 |
* | Removing redundant File.expand_path from generators test | Vinicius Baggio | 2011-02-23 | 1 | -1/+1 |
* | Generators are not aware of namespace of isolated engines and applications | Piotr Sarnacki | 2010-09-24 | 1 | -1/+1 |
* | Still copy application configuration to generator even if they are required e... | José Valim | 2010-06-02 | 1 | -2/+5 |
* | Load generators from both lib/rails/generators and lib/generators. Using the ... | José Valim | 2010-03-23 | 1 | -1/+1 |
* | Controller generator now creates routes as well [#4233 state:resolved] | José Valim | 2010-03-19 | 1 | -0/+7 |
* | Add config.generators.templates to provide alternative paths for template loo... | José Valim | 2010-02-06 | 1 | -0/+1 |
* | Automatically configure generators if application is defined. | José Valim | 2010-01-29 | 1 | -1/+1 |
* | Fix the test_framework generator tests | Carl Lerche | 2010-01-28 | 1 | -1/+1 |
* | Get generators tests running on Ruby 1.9.1 | José Valim | 2010-01-19 | 1 | -11/+10 |
* | Generators load path now will be Ruby load path. If you want to use rspec:ins... | José Valim | 2010-01-18 | 1 | -1/+0 |
* | Set deprecation warnings for RAILS_ENV and RAILS_DEFAULT_LOGGER. | José Valim | 2010-01-13 | 1 | -2/+0 |
* | Bring generators tests back to life. | José Valim | 2010-01-04 | 1 | -0/+4 |
* | Move all generators tests to use new test case syntax. | José Valim | 2010-01-03 | 1 | -2/+4 |
* | Create Rails::Generators::TestCase. | José Valim | 2010-01-03 | 1 | -83/+7 |
* | Remove --freeze (since Rails will come bundled in all new apps) and update ge... | José Valim | 2009-11-03 | 1 | -1/+1 |
* | Ensure that generators can be invoked from any directory. | José Valim | 2009-11-02 | 1 | -5/+10 |
* | CI breakage | Yehuda Katz | 2009-11-02 | 1 | -8/+3 |
* | Generators should use Rails.root instead of Dir.pwd [#3408 status:resolved] | José Valim | 2009-10-28 | 1 | -3/+8 |
* | Deprecate RAILS_ROOT in favor of Rails.root (which proxies to the application... | Carl Lerche | 2009-10-16 | 1 | -17/+3 |
* | Finish porting over the initializers to the app object and fix all the tests | Carl Lerche | 2009-10-14 | 1 | -2/+7 |
* | Move railties/lib/* into railties/lib/* | Yehuda Katz + Carl Lerche | 2009-09-24 | 1 | -1/+1 |
* | Require rubygems in generators test so Action Dispatch can find rack | Jeremy Kemper | 2009-09-14 | 1 | -1/+3 |
* | Fix deprecated gem-name requires | Jeremy Kemper | 2009-09-14 | 1 | -1/+1 |
* | Use less strict rules in generators lookup, so people can lay their generator... | José Valim | 2009-08-10 | 1 | -2/+5 |
* | Allow rails templates relative to the current path to be given. | José Valim | 2009-08-07 | 1 | -1/+1 |
* | Change false to :verbose => false as in new Thor version. | José Valim | 2009-07-15 | 1 | -0/+1 |
* | Refactored some generators to make use of improved invocations on thor. | José Valim | 2009-07-15 | 1 | -6/+5 |
* | Make specs pass on Ruby 1.9. | José Valim | 2009-07-06 | 1 | -1/+7 |
* | More tests for rails generators and lookup. | José Valim | 2009-07-03 | 1 | -3/+3 |
* | Removed remaining old generators files. | José Valim | 2009-07-03 | 1 | -1/+7 |
* | Added lookup to generators. | José Valim | 2009-07-03 | 1 | -0/+1 |
* | Added tests to scaffold controller. | José Valim | 2009-07-02 | 1 | -2/+2 |
* | Added tessts for resources generator. | José Valim | 2009-06-28 | 1 | -16/+19 |
* | Added migration and session_migration generator. | José Valim | 2009-06-28 | 1 | -0/+9 |
* | Added migrations and make base generators be lazy loaded. | José Valim | 2009-06-28 | 1 | -5/+26 |
* | Initial scratch of model generators. | José Valim | 2009-06-27 | 1 | -6/+8 |
* | Added class collision checks. | José Valim | 2009-06-25 | 1 | -5/+1 |
* | Make tests pass again after merge. | José Valim | 2009-06-25 | 1 | -0/+4 |
* | Tests for plugin generator. | José Valim | 2009-06-25 | 1 | -0/+53 |