Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Load generators from both lib/rails/generators and lib/generators. Using the ↵ | José Valim | 2010-03-23 | 1 | -2/+2 |
| | | | | former since it's less obstrusive. | ||||
* | Prettify generators description whenever using the default stack [#4143 ↵ | José Valim | 2010-03-12 | 1 | -0/+4 |
| | | | | status:resolved] | ||||
* | Add autoload to generators modules and fix failing test. | José Valim | 2010-02-26 | 1 | -1/+7 |
| | |||||
* | Use Object#singleton_class instead of #metaclass. Prefer Ruby's choice. | Jeremy Kemper | 2010-02-25 | 1 | -2/+2 |
| | |||||
* | Add missing -h/--help flag to several rails command [#3909 status:resolved] | Prem Sichanugrist | 2010-02-10 | 1 | -2/+2 |
| | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | Add config.generators.templates to provide alternative paths for template ↵ | José Valim | 2010-02-06 | 1 | -0/+5 |
| | | | | lookup. | ||||
* | Make bin/rails call rails/commands/application, fix generators usage and ↵ | José Valim | 2010-02-03 | 1 | -3/+1 |
| | | | | update .gitignores. | ||||
* | Rename usage path to command to just the command name | David Heinemeier Hansson | 2010-02-02 | 1 | -2/+1 |
| | |||||
* | Add config.generators.fallbacks. | José Valim | 2010-02-01 | 1 | -0/+1 |
| | |||||
* | Automatically configure generators if application is defined. | José Valim | 2010-01-29 | 1 | -0/+3 |
| | |||||
* | Move the ActiveRecord generator settings into the Railtie | Carl Lerche | 2010-01-28 | 1 | -6/+1 |
| | |||||
* | Cleanup the test_unit generator move into the railtie | Carl Lerche | 2010-01-28 | 1 | -7/+2 |
| | |||||
* | Fix the test_framework generator tests | Carl Lerche | 2010-01-28 | 1 | -0/+1 |
| | |||||
* | Test::Unit Railtie | Carlhuda | 2010-01-28 | 1 | -2/+1 |
| | |||||
* | 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 | -9/+14 |
| | |||||
* | Don't let generators die if rubygems puts crap in your load path. | José Valim | 2010-01-21 | 1 | -1/+3 |
| | |||||
* | Allow railties to specify generators paths. | José Valim | 2010-01-19 | 1 | -14/+24 |
| | |||||
* | Improve script/generate help. | José Valim | 2010-01-19 | 1 | -1/+11 |
| | |||||
* | Improve generators help. | José Valim | 2010-01-18 | 1 | -26/+48 |
| | |||||
* | More cleaning up on rails generators load path. | José Valim | 2010-01-18 | 1 | -42/+37 |
| | |||||
* | Generators load path now will be Ruby load path. If you want to use ↵ | José Valim | 2010-01-18 | 1 | -52/+26 |
| | | | | rspec:install generator, you need generators/rspec/install_generator in your load path. | ||||
* | Automatically remove :generators: from namespaces. | José Valim | 2010-01-18 | 1 | -1/+1 |
| | |||||
* | Ensure generators can be invoked by their shortcut and remove attr_reader tasks. | José Valim | 2010-01-18 | 1 | -2/+3 |
| | |||||
* | Use regexp in lookups instead of traversing namespaces. This removes the ↵ | José Valim | 2010-01-03 | 1 | -92/+56 |
| | | | | need of special cases. | ||||
* | Update vendored Thor. | José Valim | 2010-01-02 | 1 | -1/+1 |
| | |||||
* | Fix generators tests. | José Valim | 2009-12-27 | 1 | -2/+3 |
| | | | | Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> | ||||
* | Fix the i18n dependency problem | David Heinemeier Hansson | 2009-12-27 | 1 | -4/+3 |
| | |||||
* | Fully expand relative rails framework paths and make sure we aren't | Joshua Peek | 2009-12-16 | 1 | -2/+3 |
| | | | | adding any to the load path more than once. | ||||
* | Update vendored thor and ensure that content is completely modified before ↵ | José Valim | 2009-12-01 | 1 | -1/+1 |
| | | | | | | checking file collisions. Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> | ||||
* | Ensure generator fallbacks work even when a context is given. | José Valim | 2009-11-23 | 1 | -1/+1 |
| | | | | Signed-off-by: Yehuda Katz <wycats@Yehuda-Katz.local> | ||||
* | Also load generators at lib/rails_generators. | José Valim | 2009-11-23 | 1 | -22/+10 |
| | | | | Signed-off-by: Yehuda Katz <wycats@Yehuda-Katz.local> | ||||
* | Update Rails Generators to use Thor 0.12.0. | José Valim | 2009-11-08 | 1 | -1/+1 |
| | | | | Signed-off-by: Yehuda Katz <wycats@mobile-166-129-219-135.mycingular.net> | ||||
* | Configure generator when needed rather than during initialization | Jeremy Kemper | 2009-11-03 | 1 | -0/+6 |
| | |||||
* | Avoid duplicated names on help description and show proper error message if ↵ | José Valim | 2009-11-03 | 1 | -14/+36 |
| | | | | | | trying to load a Rails 2.x generator. Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> | ||||
* | Fix rake dev and update vendored Thor. | José Valim | 2009-10-27 | 1 | -1/+1 |
| | | | | Signed-off-by: Yehuda Katz <wycats@gmail.com> | ||||
* | Remove config.gem in favor of using the bundler. This makes config/boot.rb ↵ | Carl Lerche | 2009-10-16 | 1 | -2/+0 |
| | | | | | | obsolete. The bundler library is at: http://github.com/wycats/bundler/ and is a rubygem. | ||||
* | Deprecate RAILS_ROOT in favor of Rails.root (which proxies to the ↵ | Carl Lerche | 2009-10-16 | 1 | -5/+5 |
| | | | | application's object root) | ||||
* | Fix generators load paths | Jeremy Kemper | 2009-10-11 | 1 | -1/+1 |
| | |||||
* | Move railties/lib/* into railties/lib/* | Yehuda Katz + Carl Lerche | 2009-09-24 | 1 | -0/+299 |