aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib
Commit message (Expand)AuthorAgeFilesLines
* Default $KCODE to 'u' to enable the multibyte-safe chars proxy. [Koz]Michael Koziarski2006-10-171-0/+8
* Added config.plugins to control which plugins are loaded #6269 [skaes]. By de...David Heinemeier Hansson2006-10-171-2/+14
* Remove extraneous expand_path; fix plugin load pathsNicholas Seckar2006-10-161-3/+1
* Add plugins and builtins to the load_path.Nicholas Seckar2006-10-161-0/+3
* Remove autoload_paths to simplify configuration.Nicholas Seckar2006-10-161-65/+21
* PostgreSQL: db:test:purge closes open database connections first. Closes #6236.Jeremy Kemper2006-10-091-0/+2
* Fixed test:uncommitted on Windows (backslash issue) (closes #4999) [paul@paul...David Heinemeier Hansson2006-10-091-2/+2
* Fixed migration creation to work with namespaced models, so script/generate m...David Heinemeier Hansson2006-10-091-0/+1
* Include field:type option for modelsDavid Heinemeier Hansson2006-10-092-1/+4
* Added script/generate resource which works just like scaffold_resource, but c...David Heinemeier Hansson2006-10-0916-60/+246
* Added proper USAGE to the scaffold_resource generator [DHH]David Heinemeier Hansson2006-10-081-4/+10
* Added proper USAGE to the scaffold_resource generator [DHH]David Heinemeier Hansson2006-10-081-5/+20
* Use the first unparsed argument as the code or file to run. Closes #6286.Jeremy Kemper2006-09-291-5/+8
* script/runner can run files, pass on arguments, and be used as a shebang. Clo...Jeremy Kemper2006-09-261-6/+24
* scaffold_resource naming, fixes #6276Jeremy Kemper2006-09-252-4/+4
* Look for rake tasks in plugin subdirs. Closes #6259.Jeremy Kemper2006-09-221-1/+1
* Implemented ./script/generate scaffold_resource comment body:text created_at:...David Heinemeier Hansson2006-09-197-71/+120
* Work-in-progress scaffolder for resources [DHH/Rick Olson]David Heinemeier Hansson2006-09-1713-0/+343
* session_migration generator adds an index on updated_at. Closes #6207.Jeremy Kemper2006-09-131-1/+2
* script/server creates the tmp/pids directory. Closes #6204.Jeremy Kemper2006-09-131-1/+1
* Fix script/console --sandbox for internal transactions changes. Closes #5738.Jeremy Kemper2006-09-121-2/+2
* Remove the uncanny default of adding all app/models/*/ directories to the loa...Nicholas Seckar2006-09-071-6/+14
* Proper description syntax for test tasks (closes #5308)David Heinemeier Hansson2006-09-051-6/+6
* Formally deprecate the non-namespaced rake tasks. [Koz]Michael Koziarski2006-09-041-27/+34
* Update copyright timesDavid Heinemeier Hansson2006-09-031-1/+1
* Thoroughly test the FCGI dispatcher. Closes #5970.Jeremy Kemper2006-09-031-23/+27
* Remove Dir.chdir in the Webrick DispatchServlet#initialize method. Fix bad p...Rick Olson2006-09-021-1/+0
* Tighten rescue clauses. Closes #5985.Jeremy Kemper2006-08-312-6/+6
* remove superfluous ABSOLUTE_RAILS_ROOT from webrick serverJeremy Kemper2006-08-291-3/+1
* Update Initializer to use load_once_paths to avoid plugin reloading. Referenc...Nicholas Seckar2006-08-291-3/+28
* Add controller_paths variable to Routing; Assign Routing.controller_paths fro...Nicholas Seckar2006-08-151-4/+11
* Add silencing to deprecations; avoid self-scolding.Nicholas Seckar2006-08-141-1/+3
* Rearrange application resetting and preparation, fix bug with leaking subclas...Rick Olson2006-08-091-1/+5
* 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-091-0/+3
* Nested controller scaffolding also nests the generated layout.Jeremy Kemper2006-08-091-0/+1
* be sure to require_dependency on 'application', so that dependency loading is...Jamis Buck2006-08-081-1/+1
* New dependencies implementationNicholas Seckar2006-08-082-0/+42
* Fix Dispatcher.reset_application! so that AR subclasses are removed and Obser...Rick Olson2006-08-071-1/+1
* Clarify usage of script/plugin source. Closes #5344. [james.adam@gmail.com]Marcel Molina2006-08-071-2/+2
* 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-062-3/+51
* Tweak the Rails load order so observers are loaded after plugins, and reloade...Rick Olson2006-08-062-3/+10
* Added that you can change the web server port in config/lighttpd.conf from sc...David Heinemeier Hansson2006-08-051-0/+17
* script/performance/profiler compatibility with the new ruby-prof, including a...Jeremy Kemper2006-08-051-9/+25
* 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-281-2/+5