Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove --freeze (since Rails will come bundled in all new apps) and update ↵ | José Valim | 2009-11-03 | 1 | -1/+1 |
| | | | | | | gem action to change Gemfile instead of config.environment. Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> | ||||
* | Ensure that generators can be invoked from any directory. | José Valim | 2009-11-02 | 1 | -5/+10 |
| | | | | Signed-off-by: Engine Yard <engineyard@Engine-Yards-MacBook-Pro.local> | ||||
* | CI breakage | Yehuda Katz | 2009-11-02 | 1 | -8/+3 |
| | | | | This reverts commit a288b74f1c75c6f100de7611a5093a421f1ad6d1. | ||||
* | Generators should use Rails.root instead of Dir.pwd [#3408 status:resolved] | José Valim | 2009-10-28 | 1 | -3/+8 |
| | | | | Signed-off-by: Yehuda Katz <wycats@gmail.com> | ||||
* | Deprecate RAILS_ROOT in favor of Rails.root (which proxies to the ↵ | Carl Lerche | 2009-10-16 | 1 | -17/+3 |
| | | | | application's object root) | ||||
* | 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 ↵ | José Valim | 2009-08-10 | 1 | -2/+5 |
| | | | | generators wherever they want. | ||||
* | 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 |