| Commit message (Expand) | Author | Age | Files | Lines |
* | Proper description syntax for test tasks (closes #5308) | David Heinemeier Hansson | 2006-09-05 | 1 | -6/+6 |
* | Formally deprecate the non-namespaced rake tasks. [Koz] | Michael Koziarski | 2006-09-04 | 1 | -27/+34 |
* | Update copyright times | David Heinemeier Hansson | 2006-09-03 | 1 | -1/+1 |
* | Thoroughly test the FCGI dispatcher. Closes #5970. | Jeremy Kemper | 2006-09-03 | 1 | -23/+27 |
* | Remove Dir.chdir in the Webrick DispatchServlet#initialize method. Fix bad p... | Rick Olson | 2006-09-02 | 1 | -1/+0 |
* | Tighten rescue clauses. Closes #5985. | Jeremy Kemper | 2006-08-31 | 2 | -6/+6 |
* | remove superfluous ABSOLUTE_RAILS_ROOT from webrick server | Jeremy Kemper | 2006-08-29 | 1 | -3/+1 |
* | Update Initializer to use load_once_paths to avoid plugin reloading. Referenc... | Nicholas Seckar | 2006-08-29 | 1 | -3/+28 |
* | Add controller_paths variable to Routing; Assign Routing.controller_paths fro... | Nicholas Seckar | 2006-08-15 | 1 | -4/+11 |
* | Add silencing to deprecations; avoid self-scolding. | Nicholas Seckar | 2006-08-14 | 1 | -1/+3 |
* | Rearrange application resetting and preparation, fix bug with leaking subclas... | Rick Olson | 2006-08-09 | 1 | -1/+5 |
* | Cause ApplicationController to be reloaded | David Heinemeier Hansson | 2006-08-09 | 1 | -1/+1 |
* | Add missing mock directories from the autoload_paths configuration. [Rick Ol... | Rick Olson | 2006-08-09 | 1 | -0/+3 |
* | Nested controller scaffolding also nests the generated layout. | Jeremy Kemper | 2006-08-09 | 1 | -0/+1 |
* | be sure to require_dependency on 'application', so that dependency loading is... | Jamis Buck | 2006-08-08 | 1 | -1/+1 |
* | New dependencies implementation | Nicholas Seckar | 2006-08-08 | 2 | -0/+42 |
* | Fix Dispatcher.reset_application! so that AR subclasses are removed and Obser... | Rick Olson | 2006-08-07 | 1 | -1/+1 |
* | Clarify usage of script/plugin source. Closes #5344. [james.adam@gmail.com] | Marcel Molina | 2006-08-07 | 1 | -2/+2 |
* | Proper initialization | David Heinemeier Hansson | 2006-08-06 | 1 | -1/+1 |
* | Remove requires from webrick server; they were causing dispatcher.rb to be do... | Nicholas Seckar | 2006-08-06 | 1 | -4/+1 |
* | Move method | Nicholas Seckar | 2006-08-06 | 1 | -8/+8 |
* | Add Dispatcher.to_prepare and config.to_prepare to provide a pre-request hook. | Nicholas Seckar | 2006-08-06 | 2 | -3/+51 |
* | Tweak the Rails load order so observers are loaded after plugins, and reloade... | Rick Olson | 2006-08-06 | 2 | -3/+10 |
* | Added that you can change the web server port in config/lighttpd.conf from sc... | David Heinemeier Hansson | 2006-08-05 | 1 | -0/+17 |
* | script/performance/profiler compatibility with the new ruby-prof, including a... | Jeremy Kemper | 2006-08-05 | 1 | -9/+25 |
* | Call an inspector for inspector | David Heinemeier Hansson | 2006-08-05 | 1 | -1/+1 |
* | ./script/generate usage. Closes #5721. | Jeremy Kemper | 2006-08-05 | 1 | -1/+1 |
* | Fixed the failsafe response so it uses either the current recognized controll... | Rick Olson | 2006-07-28 | 1 | -2/+5 |
* | Make sure script/reaper only reaps dispatcher pids by default, and not the sp... | Jamis Buck | 2006-07-18 | 1 | -2/+2 |
* | Fix script/plugin about so it uses about.yml and not meta.yml. [James Adam] | Rick Olson | 2006-07-17 | 1 | -4/+4 |
* | Firebird database tasks. | Jeremy Kemper | 2006-07-09 | 1 | -0/+20 |
* | Dispatcher processes rescued actions with the same controller that processed ... | Jeremy Kemper | 2006-07-08 | 1 | -1/+1 |
* | rails -d frontbase to create a new project with a frontbase database.yml. Clo... | Jeremy Kemper | 2006-07-08 | 1 | -6/+6 |
* | Ensure the logger is initialized. Closes #5629. | Jeremy Kemper | 2006-07-06 | 1 | -1/+4 |
* | Added Mongrel-spawning capabilities to script/process/spawner. Mongrel will b... | David Heinemeier Hansson | 2006-07-06 | 1 | -17/+61 |
* | Really, this time. References #5612. | Jeremy Kemper | 2006-07-05 | 1 | -7/+11 |
* | Update scaffolding functional tests to use :id => people(:first) instead of :... | Jeremy Kemper | 2006-07-05 | 1 | -4/+4 |
* | db:test:clone should remove existing tables before reloading the schema. Clos... | Jeremy Kemper | 2006-07-05 | 1 | -5/+5 |
* | Fixed migration generation for class names like ACLController (closes #5197) ... | David Heinemeier Hansson | 2006-07-05 | 1 | -1/+1 |
* | Added show_source_list and show_call_stack to breakpoints to make it easier t... | David Heinemeier Hansson | 2006-07-05 | 1 | -0/+24 |
* | Generate scaffold layout in subdirectory appropriate to its module nesting. C... | Jeremy Kemper | 2006-07-01 | 1 | -1/+5 |
* | script/server prefers mongrel over lighttpd | Jeremy Kemper | 2006-06-29 | 1 | -3/+3 |
* | Mongrel: script/server tails the rails log like it does with lighttpd. Closes... | Jeremy Kemper | 2006-06-29 | 3 | -19/+27 |
* | Don't assume Active Record is available. Closes #5497. | Jeremy Kemper | 2006-06-28 | 1 | -11/+13 |
* | Mongrel: script/server works on Win32. Closes #5499. | Jeremy Kemper | 2006-06-28 | 2 | -5/+12 |
* | Remove opts.on { |options[:option_name] } style hash assignment. Closes #4440. | Nicholas Seckar | 2006-06-28 | 11 | -35/+35 |
* | Mongrel support for script/server. Closes #5475. | Jeremy Kemper | 2006-06-23 | 2 | -7/+56 |
* | Remove some cruft from the framework:update:configs task and fix the document... | Rick Olson | 2006-06-21 | 1 | -3/+1 |
* | Include rails -v / rails --version in app generator usage. Closes #5440. | Jeremy Kemper | 2006-06-20 | 1 | -1/+5 |
* | Fix script/plugin so it doesn't barf on invalid URLs [Rick] | Rick Olson | 2006-06-12 | 1 | -6/+10 |