| Commit message (Expand) | Author | Age | Files | Lines |
* | Remind that you need a server restart for initializer defaults | David Heinemeier Hansson | 2007-09-29 | 2 | -0/+4 |
* | Stress that you should really install the C-based MySQL library when running ... | David Heinemeier Hansson | 2007-09-20 | 1 | -1/+1 |
* | Updated some docs to reference the latest and greatest and played style nazi ... | David Heinemeier Hansson | 2007-09-20 | 2 | -6/+14 |
* | Improve performance and functionality of the postgresql adapter. Closes #804... | Michael Koziarski | 2007-08-16 | 1 | -12/+13 |
* | MySQL, PostgreSQL: database.yml defaults to utf-8. Closes #8701. | Jeremy Kemper | 2007-06-25 | 2 | -0/+6 |
* | Normalize whitespace. Closes #8385 [Time Pope] | Jeremy Kemper | 2007-05-27 | 5 | -8/+8 |
* | Include sub-resources example | David Heinemeier Hansson | 2007-04-29 | 1 | -2/+4 |
* | Include default route for formats | David Heinemeier Hansson | 2007-04-24 | 1 | -2/+3 |
* | Removed default WSDL route now that AWS is debundled from Rails | David Heinemeier Hansson | 2007-04-24 | 1 | -3/+0 |
* | Include two default initializers as examples | David Heinemeier Hansson | 2007-02-23 | 2 | -0/+11 |
* | Dropped the idea of automatically routing :format for the vanilla routes -- t... | David Heinemeier Hansson | 2006-12-04 | 1 | -5/+9 |
* | Oracle: to increase performance, prefetch 100 rows and enable similar cursor ... | Jeremy Kemper | 2006-11-13 | 1 | -1/+10 |
* | 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 |