aboutsummaryrefslogtreecommitdiffstats
path: root/railties/configs
Commit message (Expand)AuthorAgeFilesLines
* MacOS X -> Mac OS X. Closes #10171 [henrik@nyh.se]Jeremy Kemper2007-11-162-3/+3
* Use Leopard's native mysql_config. Closes #10167 [Robert Evans]Jeremy Kemper2007-11-151-1/+1
* Correct MySQL install instructions for Leopard. Closes #10167 [mnaberez]Jeremy Kemper2007-11-141-1/+1
* Add MySQL install instructions for Leopard in particular. Closes #10167 [Robe...Jeremy Kemper2007-11-141-0/+3
* Remind that you need a server restart for initializer defaultsDavid Heinemeier Hansson2007-09-292-0/+4
* Stress that you should really install the C-based MySQL library when running ...David Heinemeier Hansson2007-09-201-1/+1
* Updated some docs to reference the latest and greatest and played style nazi ...David Heinemeier Hansson2007-09-202-6/+14
* Improve performance and functionality of the postgresql adapter. Closes #804...Michael Koziarski2007-08-161-12/+13
* MySQL, PostgreSQL: database.yml defaults to utf-8. Closes #8701.Jeremy Kemper2007-06-252-0/+6
* Normalize whitespace. Closes #8385 [Time Pope]Jeremy Kemper2007-05-275-8/+8
* Include sub-resources exampleDavid Heinemeier Hansson2007-04-291-2/+4
* Include default route for formatsDavid Heinemeier Hansson2007-04-241-2/+3
* Removed default WSDL route now that AWS is debundled from RailsDavid Heinemeier Hansson2007-04-241-3/+0
* Include two default initializers as examplesDavid Heinemeier Hansson2007-02-232-0/+11
* Dropped the idea of automatically routing :format for the vanilla routes -- t...David Heinemeier Hansson2006-12-041-5/+9
* 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