| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Scaffold resource should have both a layout and a stylesheet [DHH] | David Heinemeier Hansson | 2006-11-19 | 6 | -1/+104 |
* | Update Prototype in trunk to [5550] | Thomas Fuchs | 2006-11-17 | 2 | -0/+26 |
* | Make sure that exceptions which are thrown outside of the user code try their... | Tobias Lütke | 2006-11-13 | 2 | -1/+4 |
* | Oracle: to increase performance, prefetch 100 rows and enable similar cursor ... | Jeremy Kemper | 2006-11-13 | 1 | -1/+10 |
* | Rails::VERSION::STRING on trunk is 1.2.0 | Jeremy Kemper | 2006-11-13 | 1 | -2/+2 |
* | Rails::VERSION::STRING should always be available. Closes #6244. | Jeremy Kemper | 2006-11-13 | 2 | -73/+81 |
* | Update to Prototype 1.5.0_rc2 | Sam Stephenson | 2006-11-12 | 2 | -179/+241 |
* | Add grep-based fallback to reaper, so it can work in pidless setups (again) | Jamis Buck | 2006-11-11 | 2 | -10/+26 |
* | Only wrap request processing with our USR1 signal handler so FastCGI can trap... | Jeremy Kemper | 2006-11-11 | 2 | -11/+27 |
* | Nested class gets qualified names. | Jeremy Kemper | 2006-11-11 | 1 | -2/+2 |
* | Alter prior change to use require_dependency instead of require_or_load. Caus... | Nicholas Seckar | 2006-11-09 | 2 | -1/+3 |
* | Rake: use absolute paths to load lib and vendor tasks so they may be run outs... | Jeremy Kemper | 2006-11-09 | 2 | -2/+4 |
* | Update changelog | Nicholas Seckar | 2006-11-07 | 1 | -0/+2 |
* | Remove temporary crutch to help ApplicationController be unloaded. Closes #6496. | Nicholas Seckar | 2006-11-07 | 1 | -1/+1 |
* | scaffold_resource generator uses _path named routes and head instead of rende... | Jeremy Kemper | 2006-11-05 | 2 | -21/+20 |
* | Turns out call_stack slows down the entire app, so just warn that breakpoints | Scott Barron | 2006-11-03 | 1 | -8/+2 |
* | umm ... who left that there | Scott Barron | 2006-11-02 | 1 | -4/+0 |
* | Generator can show diff on file collision to help you decide whether to skip ... | Jeremy Kemper | 2006-11-02 | 2 | -18/+38 |
* | Generated directories are recursively svn added, like mkdir -p. Closes #6416. | Jeremy Kemper | 2006-11-02 | 2 | -6/+22 |
* | Little better formatting of this string. | Scott Barron | 2006-11-02 | 1 | -4/+6 |
* | Don't do call_stack warning all the time, only if a breakpoint is used. | Scott Barron | 2006-11-02 | 1 | -4/+4 |
* | Interim test task for railties, the existing one fails suspiciously. | Michael Koziarski | 2006-11-02 | 1 | -1/+10 |
* | If using Ruby 1.8.5, pull in call_stack so breakpointer works again. | Scott Barron | 2006-11-01 | 1 | -1/+15 |
* | resource and scaffold_resource generators add a restful route to config/route... | Jeremy Kemper | 2006-11-01 | 4 | -24/+36 |
* | Revert environment changes for autoload_paths | Michael Koziarski | 2006-10-31 | 2 | -5/+3 |
* | Update to latest Prototype, which doesnt serialize disabled form elements, ad... | Thomas Fuchs | 2006-10-28 | 2 | -5/+13 |