aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/generators/rails/plugin
Commit message (Expand)AuthorAgeFilesLines
* lib is already included w/ rake test taskJoshua Peek2010-01-221-2/+0
* Remove rdoc task from generated plugin RakefileJoshua Peek2010-01-221-10/+0
* Since Rails will require Ruby >= 1.8.7, we can rely on instance_exec.José Valim2010-01-191-6/+6
* Generators load path now will be Ruby load path. If you want to use rspec:ins...José Valim2010-01-1810-0/+123
* Move railties/lib/* into railties/lib/*Yehuda Katz + Carl Lerche2009-09-2410-124/+0
* Modified rake tasks to use new app generator structure and updated Thor version.José Valim2009-07-161-2/+2
* Change false to :verbose => false as in new Thor version.José Valim2009-07-151-2/+2
* Allow namespaced configuration on generators.José Valim2009-07-151-3/+2
* Refactored some generators to make use of improved invocations on thor.José Valim2009-07-154-21/+12
* Plugin generators now reflect new generators sutrcture.José Valim2009-07-035-3/+6
* Added lookup to generators.José Valim2009-07-031-27/+20
* Tests for scaffold generator.José Valim2009-07-021-1/+11
* Rename invoke_for to hook_for.José Valim2009-06-271-1/+1
* Clean up class collisions check and a class method helper.José Valim2009-06-261-3/+1
* More code refactoring.José Valim2009-06-251-1/+1
* Added class collision checks.José Valim2009-06-251-2/+3
* Added observer generator.José Valim2009-06-251-0/+1
* Tests for plugin generator.José Valim2009-06-251-1/+1
* Clean up plugin generator.José Valim2009-06-251-8/+8
* Added plugin generators (and a couple of TODOs).José Valim2009-06-2313-0/+128