Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | create_dummy_app method that allows to easily create dummy application from ↵ | Piotr Sarnacki | 2010-11-02 | 2 | -4/+11 |
| | | | | template | ||||
* | Make tests for app and plugin generators more DRY | Piotr Sarnacki | 2010-11-02 | 5 | -14/+14 |
| | |||||
* | Allow easy overriding of test framework in 'rake plugin new' generator, ↵ | Piotr Sarnacki | 2010-11-02 | 1 | -0/+13 |
| | | | | using PluginBuilder | ||||
* | Added 'rails plugin new' generator which generates gem plugin skeleton. | Piotr Sarnacki | 2010-11-02 | 3 | -0/+16 |
| | | | | | | This command is based on enginex gem by José Valim. It generates gem structure and ads dummy application into test/dummy. This can be used to start developing any kind of extension for rails 3. | ||||
* | It would be nice to actually commit test fixtures | Carlhuda | 2010-04-30 | 3 | -0/+16 |
| | |||||
* | Load generators from both lib/rails/generators and lib/generators. Using the ↵ | José Valim | 2010-03-23 | 2 | -1/+1 |
| | | | | former since it's less obstrusive. | ||||
* | Give higher priority to rails generators. | José Valim | 2010-01-21 | 2 | -0/+1 |
| | |||||
* | More cleaning up on rails generators load path. | José Valim | 2010-01-18 | 3 | -5/+4 |
| | |||||
* | Avoid duplicated names on help description and show proper error message if ↵ | José Valim | 2009-11-03 | 1 | -0/+4 |
| | | | | | | trying to load a Rails 2.x generator. Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> | ||||
* | Move railties/lib/* into railties/lib/* | Yehuda Katz + Carl Lerche | 2009-09-24 | 1 | -1/+1 |
| | |||||
* | Allow rails templates relative to the current path to be given. | José Valim | 2009-08-07 | 1 | -0/+1 |
| | |||||
* | More tests for rails generators and lookup. | José Valim | 2009-07-03 | 8 | -2/+14 |
| | |||||
* | Use .gitignore as the convention for dummy file names. | Joshua Peek | 2008-04-24 | 3 | -0/+0 |
| | |||||
* | Add .empty files to empty directories so git preserves them. | Joshua Peek | 2008-04-21 | 3 | -0/+0 |
| | |||||
* | Railties: generator tests passing | Jeremy Kemper | 2006-08-29 | 2 | -0/+2 |
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4843 5ecf4fe2-1ee6-0310-87b1-e25e094e27de |