aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails_generator/generators/applications
Commit message (Expand)AuthorAgeFilesLines
* 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
* Teach Rails apps to only load gems of the same Rails version they were genera...Nicholas Seckar2006-04-011-1/+1
* The Ruby path should be a string (closes #4361) [DHH]David Heinemeier Hansson2006-03-251-1/+1
* Added public/javascripts/application.js as a sample since it'll automatically...David Heinemeier Hansson2006-03-041-15/+6
* Added -a/--with-assets option to rails generator that will include default as...David Heinemeier Hansson2006-03-041-3/+13
* Renamed the "oci" adapter to "oracle", but kept the old name as an alias (clo...David Heinemeier Hansson2006-03-011-2/+2
* Guard against app generation if the database specified isnt supported for pre...David Heinemeier Hansson2006-02-281-0/+3
* Add integration test support to app generation and testingJamis Buck2006-02-281-0/+1
* Added -r/--repeat option to script/process/spawner that offers the same loop ...David Heinemeier Hansson2006-02-261-1/+1
* Added tmp/sessions, tmp/cache, and tmp/sockets as default directories in the ...David Heinemeier Hansson2006-02-251-0/+3
* Prepare order for uncommenting, use consistent opt options [DHH]David Heinemeier Hansson2006-02-251-2/+3
* Added -d/--database option to the rails command, so you can do "rails --datab...David Heinemeier Hansson2006-02-251-16/+18
* Windows: eliminate the socket option in database.yml. Closes #2924.Jeremy Kemper2005-11-181-2/+3
* Changed all script/* to use /usr/bin/env ruby instead of hard-coded Ruby path...David Heinemeier Hansson2005-11-091-4/+5
* Added an omnipresent RailsInfoController with a properties action that delive...Sam Stephenson2005-11-081-0/+1
* Copy lighttpd.conf when it is first needed, instead of on app creationJamis Buck2005-11-071-1/+0
* Added default lighttpd config in config/lighttpd.conf and added a default run...David Heinemeier Hansson2005-11-071-1/+1
* Added script/about to display formatted Rails::Info outputSam Stephenson2005-11-051-1/+1
* Change javascript_include_tag :defaults to not use script.aculo.us loader, wh...Thomas Fuchs2005-11-011-3/+0
* Update script.aculo.us to V1.5_rc4Thomas Fuchs2005-10-291-0/+1
* Add default Mac + DarwinPorts MySQL socket locations to the app generator.Jeremy Kemper2005-10-291-5/+11
* Removed app/apis as a default empty dir since its automatically created when ...David Heinemeier Hansson2005-10-281-2/+0
* Added script/plugin to manage plugins (install, remove, list, etc) [Ryan Toma...David Heinemeier Hansson2005-10-281-1/+1
* Added default lighttpd config in config/lighttpd.conf and added a default run...David Heinemeier Hansson2005-10-281-3/+4
* Added plugin generator to create a stub structure for a new plugin in vendor/...David Heinemeier Hansson2005-10-281-1/+0
* Added app/services as a default dir in the Rails skeleton and to the load pat...David Heinemeier Hansson2005-10-281-0/+1
* Clarify semantics of ActiveRecord::Base#respond_to? Closes #2560.Jeremy Kemper2005-10-221-1/+1
* attempt to fix #2500Michael Koziarski2005-10-171-2/+7
* suppress mysql_config errorsJeremy Kemper2005-10-171-1/+1
* Remove util.jsDavid Heinemeier Hansson2005-10-161-1/+0
* Try to figure out which mysql socket to use. Default to /path/to/your/mysql....Jeremy Kemper2005-10-161-1/+6
* Use expand_path for app_name so, e.g., rails . is supportedJeremy Kemper2005-10-161-1/+1