| Commit message (Expand) | Author | Age | Files | Lines |
* | Railties: generator tests passing | Jeremy Kemper | 2006-08-29 | 1 | -1/+1 |
* | Cleaning up railties tests. Set RAILS_ROOT for Rails::Initializer if undefined. | Jeremy Kemper | 2006-08-29 | 1 | -0/+2 |
* | Update Initializer to use load_once_paths to avoid plugin reloading. Referenc... | Nicholas Seckar | 2006-08-29 | 1 | -0/+2 |
* | Updated trunk to script.aculo.us 1.6.2 | Thomas Fuchs | 2006-08-15 | 1 | -0/+2 |
* | Add controller_paths variable to Routing; Assign Routing.controller_paths fro... | Nicholas Seckar | 2006-08-15 | 1 | -0/+2 |
* | Add silencing to deprecations; avoid self-scolding. | Nicholas Seckar | 2006-08-14 | 1 | -0/+2 |
* | Rearrange application resetting and preparation, fix bug with leaking subclas... | Rick Olson | 2006-08-09 | 1 | -0/+5 |
* | Add missing mock directories from the autoload_paths configuration. [Rick Ol... | Rick Olson | 2006-08-09 | 1 | -2/+3 |
* | Nested controller scaffolding also nests the generated layout. | Jeremy Kemper | 2006-08-09 | 1 | -3/+3 |
* | New dependencies implementation | Nicholas Seckar | 2006-08-08 | 1 | -0/+7 |
* | Fix Dispatcher.reset_application! so that AR subclasses are removed and Obser... | Rick Olson | 2006-08-07 | 1 | -0/+2 |
* | Clarify usage of script/plugin source. Closes #5344. [james.adam@gmail.com] | Marcel Molina | 2006-08-07 | 1 | -0/+2 |
* | Add Dispatcher.to_prepare and config.to_prepare to provide a pre-request hook. | Nicholas Seckar | 2006-08-06 | 1 | -0/+2 |
* | Tweak the Rails load order so observers are loaded after plugins, and reloade... | Rick Olson | 2006-08-06 | 1 | -0/+2 |
* | Added that you can change the web server port in config/lighttpd.conf from sc... | David Heinemeier Hansson | 2006-08-05 | 1 | -0/+2 |
* | script/performance/profiler compatibility with the new ruby-prof, including a... | Jeremy Kemper | 2006-08-05 | 1 | -0/+2 |
* | Fixed the failsafe response so it uses either the current recognized controll... | Rick Olson | 2006-07-28 | 1 | -0/+2 |
* | Make sure script/reaper only reaps dispatcher pids by default, and not the sp... | Jamis Buck | 2006-07-18 | 1 | -0/+2 |
* | Fix script/plugin about so it uses about.yml and not meta.yml. [James Adam] | Rick Olson | 2006-07-17 | 1 | -0/+2 |
* | Dispatcher processes rescued actions with the same controller that processed ... | Jeremy Kemper | 2006-07-08 | 1 | -0/+2 |
* | rails -d frontbase to create a new project with a frontbase database.yml. Clo... | Jeremy Kemper | 2006-07-08 | 1 | -0/+2 |
* | Ensure the logger is initialized. Closes #5629. | Jeremy Kemper | 2006-07-06 | 1 | -0/+2 |
* | Updated | David Heinemeier Hansson | 2006-07-06 | 1 | -0/+10 |
* | Update scaffolding functional tests to use :id => people(:first) instead of :... | Jeremy Kemper | 2006-07-05 | 1 | -0/+2 |
* | db:test:clone should remove existing tables before reloading the schema. Clos... | Jeremy Kemper | 2006-07-05 | 1 | -0/+2 |
* | Fixed migration generation for class names like ACLController (closes #5197) ... | David Heinemeier Hansson | 2006-07-05 | 1 | -0/+2 |
* | Added show_source_list and show_call_stack to breakpoints to make it easier t... | David Heinemeier Hansson | 2006-07-05 | 1 | -0/+19 |
* | Generate scaffold layout in subdirectory appropriate to its module nesting. C... | Jeremy Kemper | 2006-07-01 | 1 | -0/+2 |
* | script/server prefers mongrel over lighttpd | Jeremy Kemper | 2006-06-29 | 1 | -1/+1 |
* | Mongrel: script/server tails the rails log like it does with lighttpd. Closes... | Jeremy Kemper | 2006-06-29 | 1 | -0/+2 |
* | Don't assume Active Record is available. Closes #5497. | Jeremy Kemper | 2006-06-28 | 1 | -0/+2 |
* | Mongrel: script/server works on Win32. Closes #5499. | Jeremy Kemper | 2006-06-28 | 1 | -0/+2 |
* | Remove opts.on { |options[:option_name] } style hash assignment. Closes #4440. | Nicholas Seckar | 2006-06-28 | 1 | -0/+2 |
* | Mongrel support for script/server. Closes #5475. | Jeremy Kemper | 2006-06-23 | 1 | -0/+2 |
* | Fix script/plugin so it doesn't barf on invalid URLs [Rick] | Rick Olson | 2006-06-12 | 1 | -0/+2 |
* | Fix plugin install bug at dir with space. (closes #5359) [Yoshimasa NIWA] | Rick Olson | 2006-06-11 | 1 | -0/+2 |
* | Fix bug with 'script/plugin install' so it reports unknown plugin names corre... | Rick Olson | 2006-06-09 | 1 | -0/+2 |
* | Added uninstall.rb hook to plugin handling, such that plugins have a way of r... | David Heinemeier Hansson | 2006-06-03 | 1 | -0/+2 |
* | Create temporary dirs relative to RAILS_ROOT when running script/server #5014... | David Heinemeier Hansson | 2006-06-03 | 1 | -0/+2 |
* | New routes implementation. Simpler, faster, easier to understand. The publish... | Jamis Buck | 2006-06-01 | 1 | -0/+2 |
* | Make "script/plugin install" work with svn+ssh URLs | Sam Stephenson | 2006-05-31 | 1 | -0/+2 |
* | Added lib/ to the directories that will get application docs generated [DHH] | David Heinemeier Hansson | 2006-05-28 | 1 | -0/+2 |
* | Add observer generator. Closes #5167. [francois.beausoleil@gmail.com] | Marcel Molina | 2006-05-23 | 1 | -0/+2 |
* | Session migration generator obeys pluralize_table_names. Closes #5145. | Jeremy Kemper | 2006-05-22 | 1 | -0/+2 |
* | rake test:recent understands subdirectories. Closes #2925. | Jeremy Kemper | 2006-05-12 | 1 | -0/+2 |
* | The app generator detects the XAMPP package's MySQL socket location. Closes #... | Jeremy Kemper | 2006-05-12 | 1 | -0/+2 |
* | The app generator sets a session key in application.rb so apps running on the... | Jeremy Kemper | 2006-05-07 | 1 | -0/+2 |
* | Distinguish the spawners for different processes | David Heinemeier Hansson | 2006-05-02 | 1 | -0/+2 |
* | Added -n/--process to script/process/spawner name the process pid (default is... | David Heinemeier Hansson | 2006-05-02 | 1 | -0/+2 |
* | Namespaced OrderedHash so the Rails implementation does not clash with any ot... | Rick Olson | 2006-04-30 | 1 | -0/+2 |