aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/generators/plugin_generator_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Fix misspelling of 'deprecation' in plugin_generator.Doug Ireton2010-11-161-1/+1
|
* Deprecate plugin generatorPiotr Sarnacki2010-11-161-6/+12
|
* Load generators from both lib/rails/generators and lib/generators. Using the ↵José Valim2010-03-231-1/+1
| | | | former since it's less obstrusive.
* Make plugin generator compatible with new schema.José Valim2010-01-241-1/+1
|
* I removed the rdoc task from plugin RakefileJoshua Peek2010-01-221-1/+1
|
* Get generators tests running on Ruby 1.9.1José Valim2010-01-191-1/+2
|
* Generators load path now will be Ruby load path. If you want to use ↵José Valim2010-01-181-1/+1
| | | | rspec:install generator, you need generators/rspec/install_generator in your load path.
* Plugin generator should use templates.José Valim2010-01-171-0/+15
|
* Move all generators tests to use new test case syntax.José Valim2010-01-031-8/+1
|
* CI breakageYehuda Katz2009-11-021-1/+1
| | | | This reverts commit a288b74f1c75c6f100de7611a5093a421f1ad6d1.
* Generators should use Rails.root instead of Dir.pwd [#3408 status:resolved]José Valim2009-10-281-1/+1
| | | | Signed-off-by: Yehuda Katz <wycats@gmail.com>
* Move railties/lib/* into railties/lib/*Yehuda Katz + Carl Lerche2009-09-241-1/+1
|
* Updated vendored Thor to 0.11.1 and update Rails::Generators.José Valim2009-07-141-1/+1
|
* Add the new generators environment and update commands.José Valim2009-07-081-2/+2
|
* Plugin generators now reflect new generators sutrcture.José Valim2009-07-031-4/+3
|
* Added lookup to generators.José Valim2009-07-031-3/+2
|
* Tests for scaffold generator.José Valim2009-07-021-2/+7
|
* Simplifying resource generator.José Valim2009-06-291-1/+2
|
* Add a fixture replacement hook to TestUnit model generator.José Valim2009-06-271-1/+1
|
* Added class collision checks.José Valim2009-06-251-5/+10
|
* Tests for metal generator.José Valim2009-06-251-4/+0
|
* Tests for plugin generator.José Valim2009-06-251-0/+51