aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails_generator/generators
Commit message (Expand)AuthorAgeFilesLines
* Fixed that template runner gem method to output :lib => false correctly [#194...Damian Terentiev2009-03-121-1/+1
* Ensure TemplateRunner#ask? works with the rake task to apply a template [#165...Andrew Timberlake2009-03-091-1/+1
* Use Array.wrap() instead of Array() and handle action_view.cache_template_loa...Pratik Naik2009-02-281-1/+1
* Ensure 16b3d2b621b1682f249209097c31b0a10f0f87ef works with Ruby 1.9Pratik Naik2009-02-281-1/+1
* Added :env option for gem in template runner [#1983 state:resolved]Andrew Vit2009-02-281-4/+24
* Ensure template_runner can run script/* ruby scripts under Windows. [#1859 st...unknown2009-02-161-2/+8
* Changed scaffold generated controller tests to use #to_param.Pat Nakajima2009-02-131-4/+4
* A few more minor scaffold template cleanupsDavid Heinemeier Hansson2009-02-055-7/+7
* Update scaffolding [#1840 state:committed]Mike Gunderloy2009-02-052-2/+2
* Merge docrailsPratik Naik2009-01-181-1/+7
* Remove script/performance/profiler in favour of performance integration tests.Pratik Naik2009-01-181-1/+1
* Ensure template runner tests don't depend on hash ordering [#1654 state:resol...Mike Gunderloy2008-12-281-1/+1
* Use SimpleLogger for Rails::TemplateRunner outside of the Generator context [...Aaron Quint2008-12-281-0/+10
* Adding test coverage and better logging to Rails::TemplateRunner [#1618 state...Aaron Quint2008-12-271-66/+53
* Make generated Metal bits a pure rack endpoint application (not middleware)Joshua Peek2008-12-171-4/+4
* Introduce Rails MetalJoshua Peek2008-12-163-0/+28
* Fix message when running TemplateRunner#git. [#1526 state:resolved]Sergio Gil2008-12-081-2/+2
* Add a rake task to apply a template to an existing application.Pratik Naik2008-12-072-3/+3
* Remove unused TemplateRunner attributesPratik Naik2008-12-071-1/+1
* Added support for plugins to be installed as submodules with the application ...Peter Cooper2008-12-061-1/+7
* Add :env and :sudo options to TemplateRunner#rake.Pratik Naik2008-12-041-3/+6
* Make TemplateRunner#generate accept any number of argumentsPratik Naik2008-12-031-3/+3
* Remove docs for TemplateRunner#gem as the behaviour has been changedPratik Naik2008-12-021-13/+0
* Add "-m/--template" option to Rails generator to apply template to generated ...Jeremy McAnally2008-12-025-0/+419
* Generate rackup dispatcher with rails:update:generate_dispatchersJoshua Peek2008-12-011-0/+1
* Extracted the process scripts (inspector, reaper, spawner) into the plugin ir...David Heinemeier Hansson2008-11-301-3/+2
* Cleanup the app generatorDavid Heinemeier Hansson2008-11-301-142/+196
* Fix typo in 5b5730cc6e9194fb5f67fe79d2c7849e200ba6edPratik Naik2008-11-241-4/+4
* Don't generate public/dispatch.cgi/fcgi/rb files by default.Yaroslav Markin2008-11-241-4/+10
* Added ActiveSupport::BacktraceCleaner and Rails::BacktraceCleaner for cutting...David Heinemeier Hansson2008-11-221-3/+4
* Require active_support/secure_random for Ruby 1.9.Akira Matsuda2008-11-191-0/+1
* Added config.i18n settings gatherer to config/environment, auto-loading of al...David Heinemeier Hansson2008-11-181-0/+4
* Add helper test generators [#1199 state:resolved]Eugene Bolshakov2008-11-1712-14/+92
* BACKWARDS INCOMPATIBLE: Renamed application.rb to application_controller.rb a...David Heinemeier Hansson2008-11-171-1/+2
* Fixed plugin generator so that generated unit tests would subclass ActiveSupp...Mathias Meyer2008-10-304-12/+16
* Don't create test/performance/test_helper.rb. Just require the needed files f...Pratik Naik2008-10-172-2/+2
* Remove the class_path from the collisions test.Michael Koziarski2008-10-149-11/+11
* Add IMB DB support to Rails application generator. [#1136 state:resolved]Antonio Cangiano2008-10-041-1/+1
* Dont reference the class being tested when it can be assumedDavid Heinemeier Hansson2008-09-091-1/+0
* Deprecate Rails::SecretKeyGenerator in favor of ActiveSupport::SecureRandom.Hongli Lai (Phusion2008-08-271-2/+1
* Generate belongs_to association when generating a modelTarmo Tänav2008-08-231-1/+1
* Generate belongs_to associations automatically for 'references' types [#640 s...Tarmo Tänav2008-08-231-0/+3
* Removed config.ru template from app generatorJoshua Peek2008-08-191-1/+0
* Fix file permissionsTarmo Tänav2008-07-311-0/+0
* Merge with docrails.Pratik Naik2008-07-161-5/+9
* Add config.ru to rails app generatorPratik Naik2008-07-161-0/+1
* Ensure observer test inherits from ActiveSupport::TestCasePratik Naik2008-06-271-1/+1
* Warn and uses singularized ModelName if a plural ModelName is given to script...Pat George2008-06-271-1/+8
* Add performance test generatorPratik Naik2008-06-193-0/+32
* Use test/performance/test_helper to do test setup then boost log level and tu...Jeremy Kemper2008-06-151-0/+1