aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators.rb
Commit message (Expand)AuthorAgeFilesLines
* Add autoload to generators modules and fix failing test.José Valim2010-02-261-1/+7
* Use Object#singleton_class instead of #metaclass. Prefer Ruby's choice.Jeremy Kemper2010-02-251-2/+2
* Add missing -h/--help flag to several rails command [#3909 status:resolved]Prem Sichanugrist2010-02-101-2/+2
* Add config.generators.templates to provide alternative paths for template loo...José Valim2010-02-061-0/+5
* Make bin/rails call rails/commands/application, fix generators usage and upda...José Valim2010-02-031-3/+1
* Rename usage path to command to just the command nameDavid Heinemeier Hansson2010-02-021-2/+1
* Add config.generators.fallbacks.José Valim2010-02-011-0/+1
* Automatically configure generators if application is defined.José Valim2010-01-291-0/+3
* Move the ActiveRecord generator settings into the RailtieCarl Lerche2010-01-281-6/+1
* Cleanup the test_unit generator move into the railtieCarl Lerche2010-01-281-7/+2
* Fix the test_framework generator testsCarl Lerche2010-01-281-0/+1
* Test::Unit Railtie Carlhuda2010-01-281-2/+1
* Ensure app does not show up in generators.José Valim2010-01-261-0/+1
* Give higher priority to rails generators.José Valim2010-01-211-9/+14
* Don't let generators die if rubygems puts crap in your load path.José Valim2010-01-211-1/+3
* Allow railties to specify generators paths.José Valim2010-01-191-14/+24
* Improve script/generate help.José Valim2010-01-191-1/+11
* Improve generators help.José Valim2010-01-181-26/+48
* More cleaning up on rails generators load path.José Valim2010-01-181-42/+37
* Generators load path now will be Ruby load path. If you want to use rspec:ins...José Valim2010-01-181-52/+26
* 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-2/+3
* Use regexp in lookups instead of traversing namespaces. This removes the need...José Valim2010-01-031-92/+56
* Update vendored Thor.José Valim2010-01-021-1/+1
* Fix generators tests.José Valim2009-12-271-2/+3
* Fix the i18n dependency problemDavid Heinemeier Hansson2009-12-271-4/+3
* Fully expand relative rails framework paths and make sure we aren'tJoshua Peek2009-12-161-2/+3
* Update vendored thor and ensure that content is completely modified before ch...José Valim2009-12-011-1/+1
* Ensure generator fallbacks work even when a context is given.José Valim2009-11-231-1/+1
* Also load generators at lib/rails_generators.José Valim2009-11-231-22/+10
* Update Rails Generators to use Thor 0.12.0.José Valim2009-11-081-1/+1
* Configure generator when needed rather than during initializationJeremy Kemper2009-11-031-0/+6
* Avoid duplicated names on help description and show proper error message if t...José Valim2009-11-031-14/+36
* Fix rake dev and update vendored Thor.José Valim2009-10-271-1/+1
* Remove config.gem in favor of using the bundler. This makes config/boot.rb ob...Carl Lerche2009-10-161-2/+0
* Deprecate RAILS_ROOT in favor of Rails.root (which proxies to the application...Carl Lerche2009-10-161-5/+5
* Fix generators load pathsJeremy Kemper2009-10-111-1/+1
* Move railties/lib/* into railties/lib/*Yehuda Katz + Carl Lerche2009-09-241-0/+299