rails--rails/railties/configs
David Heinemeier Hansson 943be923f0 Added timeout option to SQLite3 configurations to deal more gracefully with SQLite3::BusyException, now the connection can instead retry for x seconds to see if the db clears up before throwing that exception (closes #6126) [wreese@gmail.com] Added default timeout setting of 5 seconds to SQLite3 database.yml configurations [DHH]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5258 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2006-10-09 02:02:27 +00:00
..
databases Added timeout option to SQLite3 configurations to deal more gracefully with SQLite3::BusyException, now the connection can instead retry for x seconds to see if the db clears up before throwing that exception (closes #6126) [wreese@gmail.com] Added default timeout setting of 5 seconds to SQLite3 database.yml configurations [DHH] 2006-10-09 02:02:27 +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 pid file usage to script/process/spawner and script/process/reaper along with a directive in default config/lighttpd.conf file to record the pid. They will all save their pid file in tmp/pids [DHH] 2006-04-28 00:00:50 +00:00
routes.rb Added map.connect ':controller/:action/:id.:format' as a default route to config/routes.rb [DHH] 2006-09-20 09:33:59 +00:00