aboutsummaryrefslogtreecommitdiffstats
path: root/railties/configs
Commit message (Expand)AuthorAgeFilesLines
* Oracle: to increase performance, prefetch 100 rows and enable similar cursor ...Jeremy Kemper2006-11-131-1/+10
* Added timeout option to SQLite3 configurations to deal more gracefully with S...David Heinemeier Hansson2006-10-091-0/+3
* Added map.connect ':controller/:action/:id.:format' as a default route to con...David Heinemeier Hansson2006-09-201-0/+1
* rails -d frontbase to create a new project with a frontbase database.yml. Clo...Jeremy Kemper2006-07-081-0/+28
* Doc fix (closes #5418) [kevwil@gmail.com]David Heinemeier Hansson2006-07-051-2/+3
* Added pid file usage to script/process/spawner and script/process/reaper alon...David Heinemeier Hansson2006-04-281-0/+1
* Reformatted for better readability [DHH]David Heinemeier Hansson2006-04-041-12/+13
* Fixed broken OCIAdapter (closes #4457) [schoenm@earthlink.net]David Heinemeier Hansson2006-03-301-1/+6
* Added gzip compression for JavaScript, CSS, and HTML to default lighttpd.conf...David Heinemeier Hansson2006-03-291-1/+2
* Added sample named route [DHH]David Heinemeier Hansson2006-03-201-2/+5
* Fixed type (closes #3999)David Heinemeier Hansson2006-03-031-2/+2
* Added fix for upload problems with lighttpd from Safari/IE to config/lighttpd...David Heinemeier Hansson2006-03-021-0/+6
* Renamed the "oci" adapter to "oracle", but kept the old name as an alias (clo...David Heinemeier Hansson2006-03-011-0/+30
* Various problems with in-memory sqlite dbsDavid Heinemeier Hansson2006-02-282-2/+2
* Added tmp/sessions, tmp/cache, and tmp/sockets as default directories in the ...David Heinemeier Hansson2006-02-251-1/+1
* Added -d/--database option to the rails command, so you can do "rails --datab...David Heinemeier Hansson2006-02-255-100/+123
* Also use CWD on document_root (closes #3883) [grant@antiflux.org]David Heinemeier Hansson2006-02-191-1/+1
* Changed default lighttpd.conf to use CWD from lighttpd 1.4.10 that allows the...David Heinemeier Hansson2006-02-121-4/+4
* Windows: eliminate the socket option in database.yml. Closes #2924.Jeremy Kemper2005-11-181-13/+28
* Fix socket in the endDavid Heinemeier Hansson2005-11-071-3/+3
* Fix socket in the endDavid Heinemeier Hansson2005-11-071-2/+2
* Less spacingDavid Heinemeier Hansson2005-11-071-10/+5
* Copy lighttpd.conf when it is first needed, instead of on app creationJamis Buck2005-11-071-1/+1
* Only use a socket if thereDavid Heinemeier Hansson2005-11-071-2/+1
* Dont have password: optional in thereDavid Heinemeier Hansson2005-11-071-1/+1
* Dont have password: optional in thereDavid Heinemeier Hansson2005-11-071-1/+1
* Last conversion from dbfile to databaseDavid Heinemeier Hansson2005-10-301-1/+1
* Changed :dbfile to :database for SQLite adapter for consistency (old key stil...David Heinemeier Hansson2005-10-301-2/+3
* Comment database.yml and include PostgreSQL and SQLite examples.Jeremy Kemper2005-10-301-2/+69
* Trim down the default mimetypes in config/lighttpd.conf.Sam Stephenson2005-10-281-44/+8
* Move down to 1 proc by default and a bit more helpDavid Heinemeier Hansson2005-10-281-2/+4
* Added default lighttpd config in config/lighttpd.conf and added a default run...David Heinemeier Hansson2005-10-281-0/+74
* attempt to fix #2500Michael Koziarski2005-10-171-2/+0
* Fix rake dev and related commandsNicholas Seckar2005-10-161-3/+3
* Try to figure out which mysql socket to use. Default to /path/to/your/mysql....Jeremy Kemper2005-10-161-3/+3
* Made the rails command use the application name for database names in the tai...Florian Weber2005-10-161-3/+3
* Include suggestion for using different socket #1951 [NVRS]David Heinemeier Hansson2005-09-201-2/+4
* Remove switchtower integration from railsJamis Buck2005-08-301-115/+0
* Add integration with SwitchTower (rake tasks, default deploy.rb recipe)Jamis Buck2005-08-031-0/+115
* Reminder for dangers with Alias and mod_rewrite #1752 [dave@cherryville.org]David Heinemeier Hansson2005-07-171-0/+8
* Added warning about setting the test database to the same as production or de...David Heinemeier Hansson2005-07-061-0/+3
* More documentation for .htaccess #1137David Heinemeier Hansson2005-04-181-0/+7
* Removed SCRIPT_NAME from the WEBrick environment to prevent conflicts with PA...David Heinemeier Hansson2005-03-221-2/+2
* Added note about routing the site rootDavid Heinemeier Hansson2005-03-201-1/+5
* Changed .htaccess to allow dispatch.* to be called from a sub-directory as pa...David Heinemeier Hansson2005-03-201-2/+13
* Fixed caching for root and Routing for getting back the current urlDavid Heinemeier Hansson2005-02-211-0/+2
* Allow downloading of WSDL for an AWS controller as a proper file #674David Heinemeier Hansson2005-02-201-0/+4
* Made apache start out on cgi and added back the default apache optionsDavid Heinemeier Hansson2005-02-151-2/+9
* Updated the Rails generator command to workDavid Heinemeier Hansson2005-02-151-0/+0
* A hopefully more successful attempt at the Routing branch mergeDavid Heinemeier Hansson2005-02-152-58/+13