aboutsummaryrefslogtreecommitdiffstats
path: root/railties
Commit message (Expand)AuthorAgeFilesLines
* script/server creates the tmp/pids directory. Closes #6204.Jeremy Kemper2006-09-132-1/+3
* Fix script/console --sandbox for internal transactions changes. Closes #5738.Jeremy Kemper2006-09-122-2/+4
* Split Form.serialize into Form.serialize and Form.serializeElements. The latt...David Heinemeier Hansson2006-09-081-2/+6
* Too much dotwareNicholas Seckar2006-09-071-1/+1
* Remove the uncanny default of adding all app/models/*/ directories to the loa...Nicholas Seckar2006-09-072-6/+21
* Proper description syntax for test tasks (closes #5308)David Heinemeier Hansson2006-09-051-6/+6
* Update to script.aculo.us 1.6.3 [Thomas Fuchs]Thomas Fuchs2006-09-054-55/+120
* Update to Prototype 1.5.0_rc1Sam Stephenson2006-09-052-126/+355
* Doc fix (closes #5660)David Heinemeier Hansson2006-09-041-0/+3
* Formally deprecate the non-namespaced rake tasks. [Koz]Michael Koziarski2006-09-042-27/+36
* More inclusive 500 languageDavid Heinemeier Hansson2006-09-031-1/+1
* Update copyright timesDavid Heinemeier Hansson2006-09-032-2/+2
* Thoroughly test the FCGI dispatcher. Closes #5970.Jeremy Kemper2006-09-037-35/+171
* railties testsJeremy Kemper2006-09-033-12/+14
* Modernize the main README (closes #6002)David Heinemeier Hansson2006-09-021-63/+59
* Remove Dir.chdir in the Webrick DispatchServlet#initialize method. Fix bad p...Rick Olson2006-09-022-1/+2
* Fixed a few find_allsDavid Heinemeier Hansson2006-08-311-1/+1
* Tighten rescue clauses. Closes #5985.Jeremy Kemper2006-08-313-6/+8
* 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