| Commit message (Expand) | Author | Age | Files | Lines |
* | Added timeout option to SQLite3 configurations to deal more gracefully with S... | David Heinemeier Hansson | 2006-10-09 | 1 | -0/+3 |
* | Added map.connect ':controller/:action/:id.:format' as a default route to con... | David Heinemeier Hansson | 2006-09-20 | 1 | -0/+1 |
* | rails -d frontbase to create a new project with a frontbase database.yml. Clo... | Jeremy Kemper | 2006-07-08 | 1 | -0/+28 |
* | Doc fix (closes #5418) [kevwil@gmail.com] | David Heinemeier Hansson | 2006-07-05 | 1 | -2/+3 |
* | Added pid file usage to script/process/spawner and script/process/reaper alon... | David Heinemeier Hansson | 2006-04-28 | 1 | -0/+1 |
* | Reformatted for better readability [DHH] | David Heinemeier Hansson | 2006-04-04 | 1 | -12/+13 |
* | Fixed broken OCIAdapter (closes #4457) [schoenm@earthlink.net] | David Heinemeier Hansson | 2006-03-30 | 1 | -1/+6 |
* | Added gzip compression for JavaScript, CSS, and HTML to default lighttpd.conf... | David Heinemeier Hansson | 2006-03-29 | 1 | -1/+2 |
* | Added sample named route [DHH] | David Heinemeier Hansson | 2006-03-20 | 1 | -2/+5 |
* | Fixed type (closes #3999) | David Heinemeier Hansson | 2006-03-03 | 1 | -2/+2 |
* | Added fix for upload problems with lighttpd from Safari/IE to config/lighttpd... | David Heinemeier Hansson | 2006-03-02 | 1 | -0/+6 |
* | Renamed the "oci" adapter to "oracle", but kept the old name as an alias (clo... | David Heinemeier Hansson | 2006-03-01 | 1 | -0/+30 |
* | Various problems with in-memory sqlite dbs | David Heinemeier Hansson | 2006-02-28 | 2 | -2/+2 |
* | Added tmp/sessions, tmp/cache, and tmp/sockets as default directories in the ... | David Heinemeier Hansson | 2006-02-25 | 1 | -1/+1 |
* | Added -d/--database option to the rails command, so you can do "rails --datab... | David Heinemeier Hansson | 2006-02-25 | 5 | -100/+123 |
* | Also use CWD on document_root (closes #3883) [grant@antiflux.org] | David Heinemeier Hansson | 2006-02-19 | 1 | -1/+1 |
* | Changed default lighttpd.conf to use CWD from lighttpd 1.4.10 that allows the... | David Heinemeier Hansson | 2006-02-12 | 1 | -4/+4 |
* | Windows: eliminate the socket option in database.yml. Closes #2924. | Jeremy Kemper | 2005-11-18 | 1 | -13/+28 |
* | Fix socket in the end | David Heinemeier Hansson | 2005-11-07 | 1 | -3/+3 |
* | Fix socket in the end | David Heinemeier Hansson | 2005-11-07 | 1 | -2/+2 |
* | Less spacing | David Heinemeier Hansson | 2005-11-07 | 1 | -10/+5 |
* | Copy lighttpd.conf when it is first needed, instead of on app creation | Jamis Buck | 2005-11-07 | 1 | -1/+1 |
* | Only use a socket if there | David Heinemeier Hansson | 2005-11-07 | 1 | -2/+1 |
* | Dont have password: optional in there | David Heinemeier Hansson | 2005-11-07 | 1 | -1/+1 |
* | Dont have password: optional in there | David Heinemeier Hansson | 2005-11-07 | 1 | -1/+1 |
* | Last conversion from dbfile to database | David Heinemeier Hansson | 2005-10-30 | 1 | -1/+1 |
* | Changed :dbfile to :database for SQLite adapter for consistency (old key stil... | David Heinemeier Hansson | 2005-10-30 | 1 | -2/+3 |
* | Comment database.yml and include PostgreSQL and SQLite examples. | Jeremy Kemper | 2005-10-30 | 1 | -2/+69 |
* | Trim down the default mimetypes in config/lighttpd.conf. | Sam Stephenson | 2005-10-28 | 1 | -44/+8 |
* | Move down to 1 proc by default and a bit more help | David Heinemeier Hansson | 2005-10-28 | 1 | -2/+4 |
* | Added default lighttpd config in config/lighttpd.conf and added a default run... | David Heinemeier Hansson | 2005-10-28 | 1 | -0/+74 |
* | attempt to fix #2500 | Michael Koziarski | 2005-10-17 | 1 | -2/+0 |
* | Fix rake dev and related commands | Nicholas Seckar | 2005-10-16 | 1 | -3/+3 |
* | Try to figure out which mysql socket to use. Default to /path/to/your/mysql.... | Jeremy Kemper | 2005-10-16 | 1 | -3/+3 |
* | Made the rails command use the application name for database names in the tai... | Florian Weber | 2005-10-16 | 1 | -3/+3 |
* | Include suggestion for using different socket #1951 [NVRS] | David Heinemeier Hansson | 2005-09-20 | 1 | -2/+4 |
* | Remove switchtower integration from rails | Jamis Buck | 2005-08-30 | 1 | -115/+0 |
* | Add integration with SwitchTower (rake tasks, default deploy.rb recipe) | Jamis Buck | 2005-08-03 | 1 | -0/+115 |
* | Reminder for dangers with Alias and mod_rewrite #1752 [dave@cherryville.org] | David Heinemeier Hansson | 2005-07-17 | 1 | -0/+8 |
* | Added warning about setting the test database to the same as production or de... | David Heinemeier Hansson | 2005-07-06 | 1 | -0/+3 |
* | More documentation for .htaccess #1137 | David Heinemeier Hansson | 2005-04-18 | 1 | -0/+7 |
* | Removed SCRIPT_NAME from the WEBrick environment to prevent conflicts with PA... | David Heinemeier Hansson | 2005-03-22 | 1 | -2/+2 |
* | Added note about routing the site root | David Heinemeier Hansson | 2005-03-20 | 1 | -1/+5 |
* | Changed .htaccess to allow dispatch.* to be called from a sub-directory as pa... | David Heinemeier Hansson | 2005-03-20 | 1 | -2/+13 |
* | Fixed caching for root and Routing for getting back the current url | David Heinemeier Hansson | 2005-02-21 | 1 | -0/+2 |
* | Allow downloading of WSDL for an AWS controller as a proper file #674 | David Heinemeier Hansson | 2005-02-20 | 1 | -0/+4 |
* | Made apache start out on cgi and added back the default apache options | David Heinemeier Hansson | 2005-02-15 | 1 | -2/+9 |
* | Updated the Rails generator command to work | David Heinemeier Hansson | 2005-02-15 | 1 | -0/+0 |
* | A hopefully more successful attempt at the Routing branch merge | David Heinemeier Hansson | 2005-02-15 | 2 | -58/+13 |
* | Backed out of routing merge.. investigating missing patches | David Heinemeier Hansson | 2005-02-15 | 1 | -2/+57 |