Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 ↵ | José Valim | 2009-11-03 | 1 | -2/+9 | |
| | | | | | | trying to load a Rails 2.x generator. Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> | |||||
* | Ensure that generators can be invoked from any directory. | José Valim | 2009-11-02 | 1 | -1/+1 | |
| | | | | Signed-off-by: Engine Yard <engineyard@Engine-Yards-MacBook-Pro.local> | |||||
* | 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 ↵ | Carl Lerche | 2009-10-16 | 1 | -1/+2 | |
| | | | | | | obsolete. The bundler library is at: http://github.com/wycats/bundler/ and is a rubygem. | |||||
* | Move railties/lib/* into railties/lib/* | Yehuda Katz + Carl Lerche | 2009-09-24 | 1 | -2/+2 | |
| | ||||||
* | Use less strict rules in generators lookup, so people can lay their ↵ | José Valim | 2009-08-10 | 1 | -0/+19 | |
| | | | | generators wherever they want. | |||||
* | Ensure that not namespaced generators also load RAILS_ROOT/lib/templates files. | José Valim | 2009-07-28 | 1 | -0/+5 | |
| | ||||||
* | Ensure that developers options are overwritten by user options. | José Valim | 2009-07-28 | 1 | -0/+14 | |
| | ||||||
* | Allow nested and multiple fallbacks for generators. | José Valim | 2009-07-21 | 1 | -5/+11 | |
| | ||||||
* | Implemented generaators fallbacks. | José Valim | 2009-07-16 | 1 | -0/+14 | |
| | ||||||
* | Added source_paths to rails generators. If a template is added to ↵ | José Valim | 2009-07-15 | 1 | -1/+19 | |
| | | | | RAILS_ROOT/lib/templates/base/generator it will be used. For example, to customize edit.html.erb template on scaffold, just add a customized copy at RAILS_ROOT/lib/templates/erb/scaffold. | |||||
* | Load generators from user home and show a error message if they can't be loaded. | José Valim | 2009-07-04 | 1 | -1/+7 | |
| | ||||||
* | Search for generators on vendorized plugins and gems. | José Valim | 2009-07-04 | 1 | -1/+7 | |
| | ||||||
* | Add some tests for no_color! behavior. | José Valim | 2009-07-03 | 1 | -4/+11 | |
| | ||||||
* | More tests for rails generators and lookup. | José Valim | 2009-07-03 | 1 | -0/+80 | |