aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails_generator/generators/components/plugin/plugin_generator.rb
Commit message (Expand)AuthorAgeFilesLines
* rm -rf rails_generator/generatorsJosé Valim2009-07-021-39/+0
* Fixed plugin generator so that generated unit tests would subclass ActiveSupp...Mathias Meyer2008-10-301-10/+10
* Remove the class_path from the collisions test.Michael Koziarski2008-10-141-1/+1
* Added assumption that all plugin creators desire to be sharing individuals an...David Heinemeier Hansson2007-02-271-0/+1
* Plugin generator: check for class collisions. Closes #4833.Jeremy Kemper2006-10-231-0/+3
* Added uninstall.rb hook to plugin handling, such that plugins have a way of r...David Heinemeier Hansson2006-06-031-0/+1
* Add install.rb file to plugin generation which is loaded, if it exists, when ...Marcel Molina2005-12-031-0/+1
* Added that plugins can carry generators and that generator stub files can be ...David Heinemeier Hansson2005-10-281-1/+11
* Add Rakefile to plugin generator. Let test_plugins rake task look deeper int...Jeremy Kemper2005-10-281-10/+16
* Added plugin generator to create a stub structure for a new plugin in vendor/...David Heinemeier Hansson2005-10-281-0/+17