1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/railties/configs
2006-02-25 20:26:14 +00:00
..
databases Added -d/--database option to the rails command, so you can do "rails --database=sqlite2 myapp" to start a new application preconfigured to use SQLite2 as the database. Removed the configuration examples from SQLite and PostgreSQL from the default MySQL configuration [DHH] 2006-02-25 18:41:13 +00:00
apache.conf Reminder for dangers with Alias and mod_rewrite #1752 [dave@cherryville.org] 2005-07-17 09:22:19 +00:00
empty.log Updated the Rails generator command to work 2005-02-15 13:09:18 +00:00
lighttpd.conf Added tmp/sessions, tmp/cache, and tmp/sockets as default directories in the Rails skeleton [DHH] Changed the default session configuration to place sessions in tmp/sessions, if that directory is available, instead of /tmp (this essentially means a goodbye to 9/10 White Screen of Death errors and should have web hosting firms around the world cheering) [DHH] Added a default configuration of the FileStore for fragment caching if tmp/cache is available, which makes action/fragment caching ready to use out of the box with no additional configuration [DHH] Changed the default configuration for lighttpd to use tmp/sockets instead of log/ for the FastCGI sockets [DHH] 2006-02-25 20:26:14 +00:00
routes.rb Added note about routing the site root 2005-03-20 23:39:07 +00:00