aboutsummaryrefslogtreecommitdiffstats
path: root/railties
Commit message (Expand)AuthorAgeFilesLines
* dispatcher test cosmeticsJeremy Kemper2006-08-291-15/+15
* Railties: axe junk webrick dispatcher testJeremy Kemper2006-08-291-27/+0
* Railties: info tests passingJeremy Kemper2006-08-291-3/+7
* Railties: info controller tests passingJeremy Kemper2006-08-291-0/+2
* Railties: generator tests passingJeremy Kemper2006-08-294-8/+26
* Cleaning up railties tests. Set RAILS_ROOT for Rails::Initializer if undefined.Jeremy Kemper2006-08-292-0/+10
* remove superfluous ABSOLUTE_RAILS_ROOT from webrick serverJeremy Kemper2006-08-291-3/+1
* make the railties test task availableJeremy Kemper2006-08-291-5/+6
* Update Initializer to use load_once_paths to avoid plugin reloading. Referenc...Nicholas Seckar2006-08-292-3/+30
* Updated trunk to script.aculo.us 1.6.2Thomas Fuchs2006-08-154-44/+71
* Add controller_paths variable to Routing; Assign Routing.controller_paths fro...Nicholas Seckar2006-08-152-4/+13
* Add silencing to deprecations; avoid self-scolding.Nicholas Seckar2006-08-142-1/+5
* Rearrange application resetting and preparation, fix bug with leaking subclas...Rick Olson2006-08-092-1/+10
* Cause ApplicationController to be reloadedDavid Heinemeier Hansson2006-08-091-1/+1
* Add missing mock directories from the autoload_paths configuration. [Rick Ol...Rick Olson2006-08-092-2/+6
* Nested controller scaffolding also nests the generated layout.Jeremy Kemper2006-08-092-3/+4
* be sure to require_dependency on 'application', so that dependency loading is...Jamis Buck2006-08-081-1/+1
* New dependencies implementationNicholas Seckar2006-08-083-0/+49
* Fix Dispatcher.reset_application! so that AR subclasses are removed and Obser...Rick Olson2006-08-072-1/+3
* Clarify usage of script/plugin source. Closes #5344. [james.adam@gmail.com]Marcel Molina2006-08-072-2/+4
* Proper initializationDavid Heinemeier Hansson2006-08-061-1/+1
* Remove requires from webrick server; they were causing dispatcher.rb to be do...Nicholas Seckar2006-08-061-4/+1
* Move methodNicholas Seckar2006-08-061-8/+8
* Add Dispatcher.to_prepare and config.to_prepare to provide a pre-request hook.Nicholas Seckar2006-08-064-3/+102
* Tweak the Rails load order so observers are loaded after plugins, and reloade...Rick Olson2006-08-063-3/+12
* Added that you can change the web server port in config/lighttpd.conf from sc...David Heinemeier Hansson2006-08-052-0/+19
* script/performance/profiler compatibility with the new ruby-prof, including a...Jeremy Kemper2006-08-052-9/+27
* Mention reload! when talking about console (closes #5560)David Heinemeier Hansson2006-08-051-0/+3
* Call an inspector for inspectorDavid Heinemeier Hansson2006-08-051-1/+1
* ./script/generate usage. Closes #5721.Jeremy Kemper2006-08-051-1/+1
* Fixed the failsafe response so it uses either the current recognized controll...Rick Olson2006-07-282-2/+7
* Make sure script/reaper only reaps dispatcher pids by default, and not the sp...Jamis Buck2006-07-182-2/+4
* Fix script/plugin about so it uses about.yml and not meta.yml. [James Adam]Rick Olson2006-07-172-4/+6
* Firebird database tasks.Jeremy Kemper2006-07-091-0/+20
* Dispatcher processes rescued actions with the same controller that processed ...Jeremy Kemper2006-07-082-1/+3
* rails -d frontbase to create a new project with a frontbase database.yml. Clo...Jeremy Kemper2006-07-083-6/+36
* make_dest_dirs rake task uses path = . by default. Closes #3874.Jeremy Kemper2006-07-081-2/+2
* Ensure the logger is initialized. Closes #5629.Jeremy Kemper2006-07-062-1/+6
* UpdatedDavid Heinemeier Hansson2006-07-061-0/+10
* Added Mongrel-spawning capabilities to script/process/spawner. Mongrel will b...David Heinemeier Hansson2006-07-061-17/+61
* Really, this time. References #5612.Jeremy Kemper2006-07-051-7/+11
* Update scaffolding functional tests to use :id => people(:first) instead of :...Jeremy Kemper2006-07-052-4/+6
* db:test:clone should remove existing tables before reloading the schema. Clos...Jeremy Kemper2006-07-052-5/+7
* Fixed migration generation for class names like ACLController (closes #5197) ...David Heinemeier Hansson2006-07-052-1/+3
* Doc fix (closes #5418) [kevwil@gmail.com]David Heinemeier Hansson2006-07-051-2/+3
* Added show_source_list and show_call_stack to breakpoints to make it easier t...David Heinemeier Hansson2006-07-052-0/+43
* Generate scaffold layout in subdirectory appropriate to its module nesting. C...Jeremy Kemper2006-07-012-1/+7
* script/server prefers mongrel over lighttpdJeremy Kemper2006-06-292-4/+4
* Mongrel: script/server tails the rails log like it does with lighttpd. Closes...Jeremy Kemper2006-06-294-19/+29
* Don't assume Active Record is available. Closes #5497.Jeremy Kemper2006-06-282-11/+15