aboutsummaryrefslogtreecommitdiffstats
path: root/railties/configs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Backed out of routing merge.. investigating missing patchesDavid Heinemeier Hansson2005-02-151-2/+57
* Merged back the Routing branchDavid Heinemeier Hansson2005-02-151-57/+2
* Fixed page caching problems with saving cached file fails for the index actio...David Heinemeier Hansson2005-01-151-6/+32
* Added rewrite conditions needed for page caching to workDavid Heinemeier Hansson2005-01-081-0/+6
* You should redirect externally on the default actionDavid Heinemeier Hansson2004-12-221-1/+1
* Renamed public/dispatch.servlet to script/server -- it wasn't really dispatch...David Heinemeier Hansson2004-12-161-2/+0
* Fixed bad chars in public/.htaccess [imajes]David Heinemeier Hansson2004-11-251-8/+8
* InitialDavid Heinemeier Hansson2004-11-242-0/+51