| Commit message (Expand) | Author | Age | Files | Lines |
* | Nested controller scaffolding also nests the generated layout. | Jeremy Kemper | 2006-08-09 | 2 | -3/+4 |
* | 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 | 3 | -0/+49 |
* | Fix Dispatcher.reset_application! so that AR subclasses are removed and Obser... | Rick Olson | 2006-08-07 | 2 | -1/+3 |
* | Clarify usage of script/plugin source. Closes #5344. [james.adam@gmail.com] | Marcel Molina | 2006-08-07 | 2 | -2/+4 |
* | 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 | 4 | -3/+102 |
* | Tweak the Rails load order so observers are loaded after plugins, and reloade... | Rick Olson | 2006-08-06 | 3 | -3/+12 |
* | Added that you can change the web server port in config/lighttpd.conf from sc... | David Heinemeier Hansson | 2006-08-05 | 2 | -0/+19 |
* | script/performance/profiler compatibility with the new ruby-prof, including a... | Jeremy Kemper | 2006-08-05 | 2 | -9/+27 |
* | Mention reload! when talking about console (closes #5560) | David Heinemeier Hansson | 2006-08-05 | 1 | -0/+3 |
* | 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 | 2 | -2/+7 |
* | Make sure script/reaper only reaps dispatcher pids by default, and not the sp... | Jamis Buck | 2006-07-18 | 2 | -2/+4 |
* | Fix script/plugin about so it uses about.yml and not meta.yml. [James Adam] | Rick Olson | 2006-07-17 | 2 | -4/+6 |
* | 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 | 2 | -1/+3 |
* | rails -d frontbase to create a new project with a frontbase database.yml. Clo... | Jeremy Kemper | 2006-07-08 | 3 | -6/+36 |
* | make_dest_dirs rake task uses path = . by default. Closes #3874. | Jeremy Kemper | 2006-07-08 | 1 | -2/+2 |
* | Ensure the logger is initialized. Closes #5629. | Jeremy Kemper | 2006-07-06 | 2 | -1/+6 |
* | Updated | David Heinemeier Hansson | 2006-07-06 | 1 | -0/+10 |
* | 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 | 2 | -4/+6 |
* | db:test:clone should remove existing tables before reloading the schema. Clos... | Jeremy Kemper | 2006-07-05 | 2 | -5/+7 |
* | Fixed migration generation for class names like ACLController (closes #5197) ... | David Heinemeier Hansson | 2006-07-05 | 2 | -1/+3 |
* | Doc fix (closes #5418) [kevwil@gmail.com] | David Heinemeier Hansson | 2006-07-05 | 1 | -2/+3 |
* | Added show_source_list and show_call_stack to breakpoints to make it easier t... | David Heinemeier Hansson | 2006-07-05 | 2 | -0/+43 |
* | Generate scaffold layout in subdirectory appropriate to its module nesting. C... | Jeremy Kemper | 2006-07-01 | 2 | -1/+7 |
* | script/server prefers mongrel over lighttpd | Jeremy Kemper | 2006-06-29 | 2 | -4/+4 |
* | Mongrel: script/server tails the rails log like it does with lighttpd. Closes... | Jeremy Kemper | 2006-06-29 | 4 | -19/+29 |
* | Don't assume Active Record is available. Closes #5497. | Jeremy Kemper | 2006-06-28 | 2 | -11/+15 |
* | Mongrel: script/server works on Win32. Closes #5499. | Jeremy Kemper | 2006-06-28 | 3 | -5/+14 |
* | Remove opts.on { |options[:option_name] } style hash assignment. Closes #4440. | Nicholas Seckar | 2006-06-28 | 12 | -35/+37 |
* | Mongrel support for script/server. Closes #5475. | Jeremy Kemper | 2006-06-23 | 3 | -7/+58 |
* | 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 | 2 | -6/+12 |
* | Fix plugin install bug at dir with space. (closes #5359) [Yoshimasa NIWA] | Rick Olson | 2006-06-11 | 2 | -1/+3 |
* | Fix bug with 'script/plugin install' so it reports unknown plugin names corre... | Rick Olson | 2006-06-09 | 2 | -1/+3 |
* | Include uninstall.rb (closes #5003) | David Heinemeier Hansson | 2006-06-06 | 1 | -0/+1 |
* | Added uninstall.rb hook to plugin handling, such that plugins have a way of r... | David Heinemeier Hansson | 2006-06-03 | 3 | -0/+9 |
* | Create temporary dirs relative to RAILS_ROOT when running script/server #5014... | David Heinemeier Hansson | 2006-06-03 | 2 | -1/+3 |
* | New routes implementation. Simpler, faster, easier to understand. The publish... | Jamis Buck | 2006-06-01 | 2 | -1/+3 |
* | Make "script/plugin install" work with svn+ssh URLs | Sam Stephenson | 2006-05-31 | 2 | -1/+3 |
* | Expanded :method option in FormTagHelper#form_tag, FormHelper#form_for, Proto... | David Heinemeier Hansson | 2006-05-29 | 1 | -0/+6 |
* | Added lib/ to the directories that will get application docs generated [DHH] | David Heinemeier Hansson | 2006-05-28 | 2 | -0/+3 |