aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/base.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Update generators to use thor 0.13.6 with simpler source_root handling.José Valim2010-04-301-16/+22
* Load generators from both lib/rails/generators and lib/generators. Using the ...José Valim2010-03-231-1/+1
* No -rubygems neededwycats2010-03-221-1/+1
* Provide a better error if thor is missingwycats2010-03-221-1/+9
* fix usage examples and more to use new invocationsRomD2010-02-061-4/+4
* Add config.generators.templates to provide alternative paths for template loo...José Valim2010-02-061-2/+1
* Make bin/rails call rails/commands/application, fix generators usage and upda...José Valim2010-02-031-1/+1
* No more vendored thor.José Valim2010-02-031-1/+1
* Generators load path now will be Ruby load path. If you want to use rspec:ins...José Valim2010-01-181-1/+1
* Automatically remove :generators: from namespaces.José Valim2010-01-181-1/+1
* Ensure generators can be invoked by their shortcut and remove attr_reader tasks.José Valim2010-01-181-0/+4
* No more hacks to ensure generators are executed inside Rails.root.José Valim2010-01-071-17/+0
* Create Rails::Generators::TestCase.José Valim2010-01-031-1/+1
* Use regexp in lookups instead of traversing namespaces. This removes the need...José Valim2010-01-031-28/+32
* Contortions to work around brittle naming dependencyJeremy Kemper2009-11-091-27/+25
* Update Rails Generators to use Thor 0.12.0.José Valim2009-11-081-0/+4
* Fix generators tests that expect a class nameJeremy Kemper2009-11-051-7/+10
* Ensure that generators can be invoked from any directory.José Valim2009-11-021-0/+17
* CI breakageYehuda Katz2009-11-021-17/+0
* Generators should use Rails.root instead of Dir.pwd [#3408 status:resolved]José Valim2009-10-281-0/+17
* Deprecate RAILS_ROOT in favor of Rails.root (which proxies to the application...Carl Lerche2009-10-161-2/+2
* Move railties/lib/* into railties/lib/*Yehuda Katz + Carl Lerche2009-09-241-0/+349