aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application/generators_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Solve the RAILS_ENV problem in the railties tests in a more generic wayJon Leighton2011-06-061-0/+4
* Use load_generators instead.José Valim2011-05-251-4/+2
* Fixed failing tests for generators_testArun Agrawal2011-05-251-2/+2
* Tidy up generators commits.José Valim2010-11-171-11/+2
* Fix generators tests on ruby 1.9Piotr Sarnacki2010-11-171-6/+8
* Do not allow to use plugin_new generator directly, you should use Usage:Piotr Sarnacki2010-11-161-0/+6
* Allow running `rails plugin new` command inside rails applicationPiotr Sarnacki2010-11-161-0/+6
* Provide a cleaner syntax for paths configuration that does not rely on method...José Valim2010-10-061-1/+1
* Make config.generators accept string namespaces, you can do now config.genera...Santiago Pastorino2010-07-211-0/+15
* Should call configure! to initiliaze the applicationSantiago Pastorino2010-06-091-0/+1
* Add config.generators.templates to provide alternative paths for template loo...José Valim2010-02-061-11/+4
* Add config.generators.fallbacks.José Valim2010-02-011-1/+12
* Move the ActiveRecord generator settings into the RailtieCarl Lerche2010-01-281-1/+1
* Test::Unit Railtie Carlhuda2010-01-281-2/+8
* Refactor railties test, break huge files in smaller chunks and move initiali...José Valim2010-01-261-13/+0
* Set up subscriber on initialization.José Valim2010-01-131-1/+1
* Rename rails.rb -> rails/all.rb and rails/core.rb -> rails.rbCarl Lerche2009-12-311-1/+1
* tests pass with requiring the frameworks in rails.rbCarlhuda2009-12-231-14/+16
* Remove global Rails initializersCarlhuda2009-12-021-9/+17
* Configure generator when needed rather than during initializationJeremy Kemper2009-11-031-1/+2
* Pass config.generators options along when RAILS_GENERATORS is set and show --...José Valim2009-11-031-2/+4
* Remove config.gem in favor of using the bundler. This makes config/boot.rb ob...Carl Lerche2009-10-161-0/+1
* Use Rails.initialize! where we just want to run the initializers and aren't c...Joshua Peek2009-10-161-2/+2
* Deprecate RAILS_ROOT in favor of Rails.root (which proxies to the application...Carl Lerche2009-10-161-0/+2
* Have config/application.rb contain the application definition and require tha...Carl Lerche2009-10-151-0/+4
* Finish porting over the initializers to the app object and fix all the testsCarl Lerche2009-10-141-1/+1
* Finish porting over the initializers to the app object and fix all the testsCarl Lerche2009-10-081-0/+89