| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix Rails::Initializer since #view_paths is never nil | Rick Olson | 2007-02-04 | 1 | -2/+2 |
* | Update Rails Initializer to use ActionController::Base#view_paths [Rick] | Rick Olson | 2007-02-04 | 2 | -5/+6 |
* | Fix gem deprecation warnings, which also means depending on RubyGems 0.9.0+ [... | David Heinemeier Hansson | 2007-02-04 | 3 | -3/+5 |
* | Plugins may be symlinked in vendor/plugins. Closes #4245. | Jeremy Kemper | 2007-02-01 | 4 | -4/+6 |
* | Resource generator depends on the model generator rather than duplicating it.... | Jeremy Kemper | 2007-01-28 | 6 | -50/+3 |
* | Add/Update usage documentation for script/destroy, resource generator and sca... | Rick Olson | 2007-01-23 | 4 | -5/+60 |
* | Update trunk to script.aculo.us 1.7.0 | Thomas Fuchs | 2007-01-19 | 3 | -86/+88 |
* | Update prototype.js to [5985], fixes content-type issue with simulated HTTP m... | Thomas Fuchs | 2007-01-18 | 1 | -8/+9 |
* | Update to Prototype 1.5.0 | Sam Stephenson | 2007-01-17 | 2 | -126/+216 |
* | Generator: use destination path for diff tempfiles. Closes #7015. | Jeremy Kemper | 2007-01-13 | 2 | -1/+3 |
* | Fixed that webrick would strip leading newlines and hang connection (closes #... | David Heinemeier Hansson | 2007-01-05 | 2 | -1/+3 |
* | Update to latest Prototype | Sam Stephenson | 2007-01-05 | 1 | -61/+102 |
* | Ensure plugins are in the Dependencies.load_once_paths collection by default.... | Rick Olson | 2006-12-27 | 2 | -4/+8 |
* | Attempt at fixing the preparation_callbacks, nzkoz will double check | David Heinemeier Hansson | 2006-12-27 | 1 | -8/+2 |
* | Allow config.to_prepare to work, make the dispatcher safe to 're require'. [K... | Michael Koziarski | 2006-12-26 | 3 | -1/+4 |
* | Fix scaffold_resource generator so it respects the --pretend argument when cr... | Rick Olson | 2006-12-26 | 2 | -2/+6 |
* | Fix Webrick Daemon dispatching bug regarding a bad current working directory.... | Rick Olson | 2006-12-25 | 2 | -1/+5 |
* | Reapply plugin load path changes from [5720] | Michael Koziarski | 2006-12-18 | 3 | -10/+58 |
* | Revert [5720] | Michael Koziarski | 2006-12-16 | 3 | -51/+10 |
* | Make config.plugins affect $LOAD_PATH and remove duplication from $LOAD_PATH ... | Michael Koziarski | 2006-12-15 | 3 | -10/+51 |
* | Rewrap scaffold_resource USAGE so it displays nicely on most terminals. Clos... | Jeremy Kemper | 2006-12-08 | 1 | -20/+28 |
* | Changelog for bungled commit. | Jeremy Kemper | 2006-12-06 | 1 | -0/+2 |
* | Missed commit from [5686]. | Jeremy Kemper | 2006-12-06 | 2 | -1/+4 |
* | Fixed script/process/spawner to work properly with Mongrel including in -r (d... | David Heinemeier Hansson | 2006-12-04 | 2 | -4/+16 |
* | Dropped the idea of automatically routing :format for the vanilla routes -- t... | David Heinemeier Hansson | 2006-12-04 | 1 | -5/+9 |
* | Documentation for generators (closes #6671) [topfunky] | David Heinemeier Hansson | 2006-12-03 | 1 | -24/+73 |
* | Wups | David Heinemeier Hansson | 2006-12-01 | 1 | -4/+4 |
* | If only life was that simple (it didnt help) | David Heinemeier Hansson | 2006-12-01 | 1 | -2/+5 |
* | Replace the elaborate reloading connection checking scheme, just fix the Ruby... | David Heinemeier Hansson | 2006-12-01 | 1 | -5/+2 |
* | Added one-letter aliases for the three default environments to script/console... | David Heinemeier Hansson | 2006-12-01 | 2 | -1/+10 |
* | Refactored to use same option setup | David Heinemeier Hansson | 2006-11-30 | 1 | -6/+11 |
* | Fixed that script/server running against Mongrel should tail the proper log r... | David Heinemeier Hansson | 2006-11-30 | 3 | -5/+10 |
* | merge 5639 to trunk | Michael Koziarski | 2006-11-27 | 1 | -1/+2 |
* | Only reload connections in development mode that supports (and requires that)... | David Heinemeier Hansson | 2006-11-26 | 1 | -2/+5 |
* | redirect_to is the one place where _url should be used, not _path [DHH] | David Heinemeier Hansson | 2006-11-26 | 1 | -4/+4 |
* | Tried delaying database disconnect until after dependency resolution (referen... | David Heinemeier Hansson | 2006-11-25 | 1 | -5/+3 |
* | Update initializer to load Rails::VERSION as soon as possible. Closes #6698. | Nicholas Seckar | 2006-11-25 | 2 | -6/+3 |
* | Added text/csv as a default mime type and included example on how to make you... | David Heinemeier Hansson | 2006-11-23 | 1 | -0/+4 |
* | Added ActiveRecord::Base.clear_active_connections! in development mode so the... | David Heinemeier Hansson | 2006-11-23 | 2 | -1/+7 |
* | Actually require the gem found | David Heinemeier Hansson | 2006-11-23 | 1 | -2/+2 |
* | Made RAILS_GEM_VERSION work for beta gems too, so specifying 1.1.6 will give ... | David Heinemeier Hansson | 2006-11-23 | 2 | -1/+4 |
* | Dont include the mime.yml anyway, Mongrel will just ship with more defaults i... | David Heinemeier Hansson | 2006-11-23 | 1 | -1/+0 |
* | Make sure .morph makes it in | Thomas Fuchs | 2006-11-20 | 1 | -1/+6 |
* | Test session table pluralization. Closes #6459. | Jeremy Kemper | 2006-11-20 | 1 | -7/+17 |
* | Update trunk w/ latest Prototype and script.aculo.us | Thomas Fuchs | 2006-11-19 | 5 | -15/+161 |
* | Restore windows compatibility | David Heinemeier Hansson | 2006-11-19 | 2 | -4/+6 |
* | Starting, not started yet | David Heinemeier Hansson | 2006-11-19 | 1 | -1/+1 |
* | Make script/server work with -d and -e on Mongrel | David Heinemeier Hansson | 2006-11-19 | 1 | -41/+32 |
* | Use custom mime file for script/server mongrel if config/mime.yml exists. Pa... | Rick Olson | 2006-11-19 | 2 | -1/+11 |
* | Add custom mime type file for mongrel. config/mime.yml is added with generat... | Rick Olson | 2006-11-19 | 2 | -0/+3 |