aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails_generator/generators/applications
Commit message (Expand)AuthorAgeFilesLines
* 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
* BACKWARDS INCOMPATIBLE: Renamed application.rb to application_controller.rb a...David Heinemeier Hansson2008-11-171-1/+2
* Don't create test/performance/test_helper.rb. Just require the needed files f...Pratik Naik2008-10-171-1/+0
* Add IMB DB support to Rails application generator. [#1136 state:resolved]Antonio Cangiano2008-10-041-1/+1
* Deprecate Rails::SecretKeyGenerator in favor of ActiveSupport::SecureRandom.Hongli Lai (Phusion2008-08-271-2/+1
* Removed config.ru template from app generatorJoshua Peek2008-08-191-1/+0
* Add config.ru to rails app generatorPratik Naik2008-07-161-0/+1
* Use test/performance/test_helper to do test setup then boost log level and tu...Jeremy Kemper2008-06-151-0/+1
* Performance: integration test benchmarking and profiling. [Jeremy Kemper]Jeremy Kemper2008-06-141-0/+2
* Add script/dbconsole to app generatorJeremy Kemper2008-05-071-1/+1
* rename config/initializers/new_in_rails_3.rb to new_rails_defaults.rbJeremy Kemper2008-03-311-1/+1
* Partial updates include only unsaved attributes. Off by default; set YourClas...Jeremy Kemper2008-03-311-1/+2
* Removed the default .htaccess configuration as there are so many good deploym...David Heinemeier Hansson2008-03-291-3/+2
* Stop adding the antiquated test/mocks/* directories and only add them to the ...David Heinemeier Hansson2008-03-271-2/+0
* App generate says sqlite3 is the default and mentions frontbase. Closes #1055...Jeremy Kemper2007-12-211-3/+4
* Changed the default database from mysql to sqlite3, so now running "rails mya...David Heinemeier Hansson2007-12-161-1/+1
* Ruby 1.9 compat: File.exists\? -> File.exist\? en masse. References #1689 [Pr...Jeremy Kemper2007-12-101-1/+1
* Introduce SecretKeyGenerator for more secure session secrets than CGI::Sessio...Jeremy Kemper2007-11-281-1/+5
* Remove stale warning from application generator usage message. Closes #10165 ...Jeremy Kemper2007-11-141-7/+0
* Request profilerJeremy Kemper2007-10-251-1/+1
* Better error messages if you leave out the :secret option for request forgery...Rick Olson2007-09-281-1/+1
* Include the new 422 in the app generationDavid Heinemeier Hansson2007-09-241-1/+1
* Removed breakpointer and Binding.of_caller in favor of relying on ruby-debug ...David Heinemeier Hansson2007-04-281-1/+1
* Add environment variable RAILS_DEFAULT_DATABASE, which allows the builtin def...Nicholas Seckar2007-03-141-1/+2
* Windows: include MinGW in RUBY_PLATFORM check. Closes #2982.Jeremy Kemper2007-03-061-1/+1
* fix app generatorRick Olson2007-02-241-2/+12
* Include two default initializers as examplesDavid Heinemeier Hansson2007-02-231-0/+4
* Added config/initializers where all ruby files within it are automatically lo...David Heinemeier Hansson2007-02-231-0/+1
* Missed commit for [6184]. Generate a random secret for new app's cookie sessi...Jeremy Kemper2007-02-211-1/+1
* Missed commit from [5686].Jeremy Kemper2006-12-061-1/+0
* Dont include the mime.yml anyway, Mongrel will just ship with more defaults i...David Heinemeier Hansson2006-11-231-1/+0
* Add custom mime type file for mongrel. config/mime.yml is added with generat...Rick Olson2006-11-191-0/+1
* rails -d frontbase to create a new project with a frontbase database.yml. Clo...Jeremy Kemper2006-07-081-6/+6
* Remove opts.on { |options[:option_name] } style hash assignment. Closes #4440.Nicholas Seckar2006-06-281-3/+3
* The app generator detects the XAMPP package's MySQL socket location. Closes #...Jeremy Kemper2006-05-121-1/+2
* The app generator sets a session key in application.rb so apps running on the...Jeremy Kemper2006-05-071-2/+3
* Added script/process/inspector to do simple process status information on Rai...David Heinemeier Hansson2006-04-281-1/+1
* Added pid file usage to script/process/spawner and script/process/reaper alon...David Heinemeier Hansson2006-04-281-0/+1
* Fixed that the -r/--ruby path option of the rails command was not being respe...David Heinemeier Hansson2006-04-061-3/+4
* Added -f/--freeze option to rails command for freezing the application to the...David Heinemeier Hansson2006-04-011-2/+6
* Specify gem version in environment.rbDavid Heinemeier Hansson2006-04-011-2/+2