| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed the old .htaccess as it is no longer used | David Heinemeier Hansson | 2008-11-24 | 1 | -40/+0 |
* | missed lighttpd config | Joshua Peek | 2008-11-22 | 1 | -54/+0 |
* | Added ActiveSupport::BacktraceCleaner and Rails::BacktraceCleaner for cutting... | David Heinemeier Hansson | 2008-11-22 | 1 | -0/+7 |
* | Added config.i18n settings gatherer to config/environment, auto-loading of al... | David Heinemeier Hansson | 2008-11-18 | 1 | -0/+5 |
* | Expose default value of database connection pool in generated database.yml | Pratik Naik | 2008-10-19 | 4 | -0/+12 |
* | Add IMB DB support to Rails application generator. [#1136 state:resolved] | Antonio Cangiano | 2008-10-04 | 1 | -0/+62 |
* | Fix file permissions | Tarmo Tänav | 2008-07-31 | 1 | -0/+0 |
* | Added notes to Routing documentation and routes.rb regarding defaults routes ... | Clemens Kofler | 2008-07-10 | 1 | -0/+2 |
* | Inflector -> ActiveSupport::Inflector | Jeremy Kemper | 2008-06-10 | 1 | -1/+1 |
* | AR can be disabled, new_rails_defaults.rb should check [#303 state:resolved] ... | David Heinemeier Hansson | 2008-06-02 | 1 | -4/+6 |
* | Merge docrails. | Pratik Naik | 2008-05-25 | 7 | -17/+17 |
* | Return Partial Updates to be purely opt in to prevent users from inadvertentl... | Michael Koziarski | 2008-05-23 | 1 | -3/+0 |
* | Merge documentation changes from docrails. | Pratik Naik | 2008-05-16 | 1 | -1/+1 |
* | Add ActiveRecord option to store the full class name on STI's type column, al... | Rodrigo Kochenburger | 2008-05-13 | 1 | -0/+3 |
* | set ActiveSupport.escape_html_entities_in_json = false for new rails apps | Rick Olson | 2008-04-08 | 1 | -1/+5 |
* | Add config.active_support for future configuration options. Also, add more n... | Rick Olson | 2008-04-01 | 1 | -0/+6 |
* | rename config/initializers/new_in_rails_3.rb to new_rails_defaults.rb | Jeremy Kemper | 2008-03-31 | 1 | -0/+0 |
* | Partial updates include only unsaved attributes. Off by default; set YourClas... | Jeremy Kemper | 2008-03-31 | 1 | -0/+5 |
* | Improve documentation. | Pratik Naik | 2008-03-26 | 1 | -0/+6 |
* | Doc fixing | David Heinemeier Hansson | 2007-12-16 | 2 | -2/+2 |
* | MacOS X -> Mac OS X. Closes #10171 [henrik@nyh.se] | Jeremy Kemper | 2007-11-16 | 2 | -3/+3 |
* | Use Leopard's native mysql_config. Closes #10167 [Robert Evans] | Jeremy Kemper | 2007-11-15 | 1 | -1/+1 |
* | Correct MySQL install instructions for Leopard. Closes #10167 [mnaberez] | Jeremy Kemper | 2007-11-14 | 1 | -1/+1 |
* | Add MySQL install instructions for Leopard in particular. Closes #10167 [Robe... | Jeremy Kemper | 2007-11-14 | 1 | -0/+3 |
* | 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 |