aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
Commit message (Expand)AuthorAgeFilesLines
* Revert environment changes for autoload_pathsMichael Koziarski2006-10-311-0/+2
* Update to latest Prototype, which doesnt serialize disabled form elements, ad...Thomas Fuchs2006-10-281-0/+2
* Clean up the output of rake stats, de-emphasise components and apis, and re...Michael Koziarski2006-10-271-0/+2
* Added option to script/process/spawner of specifying the binding address #513...David Heinemeier Hansson2006-10-261-0/+2
* Update environment.rb comments to include config.autoload_paths. Closes #6478...Michael Koziarski2006-10-241-0/+2
* Update scaffold to use new form_tag block functionality. Closes #6480 [BobSilva]Michael Koziarski2006-10-241-0/+2
* Plugin generator: check for class collisions. Closes #4833.Jeremy Kemper2006-10-231-0/+2
* Mailer generator: handle mailers in modules, set mime_version in unit test.Jeremy Kemper2006-10-201-0/+2
* Default $KCODE to 'u' to enable the multibyte-safe chars proxy. [Koz]Michael Koziarski2006-10-171-0/+2
* Added config.plugins to control which plugins are loaded #6269 [skaes]. By de...David Heinemeier Hansson2006-10-171-0/+4
* Tidy up the markup on the bundled error pages. Closes #6379. [Tim Lucas]Michael Koziarski2006-10-151-0/+2
* Fixed default 404.html and 500.htmls to remove extreme ugliness and added err...David Heinemeier Hansson2006-10-101-0/+2
* Update to latest Prototype and script.aculo.us trunk versionsThomas Fuchs2006-10-091-0/+2
* 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-0/+2
* Fixed migration creation to work with namespaced models, so script/generate m...David Heinemeier Hansson2006-10-091-0/+4
* Added timeout option to SQLite3 configurations to deal more gracefully with S...David Heinemeier Hansson2006-10-091-0/+2
* Added script/generate resource which works just like scaffold_resource, but c...David Heinemeier Hansson2006-10-091-0/+6
* Use the first unparsed argument as the code or file to run. Closes #6286.Jeremy Kemper2006-09-291-1/+1
* script/runner can run files, pass on arguments, and be used as a shebang. Clo...Jeremy Kemper2006-09-261-0/+5
* Look for rake tasks in plugin subdirs. Closes #6259.Jeremy Kemper2006-09-221-0/+2
* Added map.connect ':controller/:action/:id.:format' as a default route to con...David Heinemeier Hansson2006-09-201-0/+2
* Updated prototype.js to 1.5.0_rc1 with latest fixes. [Rick Olson]Rick Olson2006-09-161-0/+6
* session_migration generator adds an index on updated_at. Closes #6207.Jeremy Kemper2006-09-131-0/+2
* script/server creates the tmp/pids directory. Closes #6204.Jeremy Kemper2006-09-131-0/+2
* Fix script/console --sandbox for internal transactions changes. Closes #5738.Jeremy Kemper2006-09-121-0/+2
* Too much dotwareNicholas Seckar2006-09-071-1/+1
* Remove the uncanny default of adding all app/models/*/ directories to the loa...Nicholas Seckar2006-09-071-0/+7
* Update to script.aculo.us 1.6.3 [Thomas Fuchs]Thomas Fuchs2006-09-051-0/+2
* Update to Prototype 1.5.0_rc1Sam Stephenson2006-09-051-0/+2
* Formally deprecate the non-namespaced rake tasks. [Koz]Michael Koziarski2006-09-041-0/+2
* Thoroughly test the FCGI dispatcher. Closes #5970.Jeremy Kemper2006-09-031-0/+2
* Remove Dir.chdir in the Webrick DispatchServlet#initialize method. Fix bad p...Rick Olson2006-09-021-0/+2
* Tighten rescue clauses. Closes #5985.Jeremy Kemper2006-08-311-0/+2
* Railties: generator tests passingJeremy Kemper2006-08-291-1/+1
* Cleaning up railties tests. Set RAILS_ROOT for Rails::Initializer if undefined.Jeremy Kemper2006-08-291-0/+2
* Update Initializer to use load_once_paths to avoid plugin reloading. Referenc...Nicholas Seckar2006-08-291-0/+2
* Updated trunk to script.aculo.us 1.6.2Thomas Fuchs2006-08-151-0/+2
* Add controller_paths variable to Routing; Assign Routing.controller_paths fro...Nicholas Seckar2006-08-151-0/+2
* Add silencing to deprecations; avoid self-scolding.Nicholas Seckar2006-08-141-0/+2
* Rearrange application resetting and preparation, fix bug with leaking subclas...Rick Olson2006-08-091-0/+5
* Add missing mock directories from the autoload_paths configuration. [Rick Ol...Rick Olson2006-08-091-2/+3
* Nested controller scaffolding also nests the generated layout.Jeremy Kemper2006-08-091-3/+3
* New dependencies implementationNicholas Seckar2006-08-081-0/+7
* Fix Dispatcher.reset_application! so that AR subclasses are removed and Obser...Rick Olson2006-08-071-0/+2
* Clarify usage of script/plugin source. Closes #5344. [james.adam@gmail.com]Marcel Molina2006-08-071-0/+2
* Add Dispatcher.to_prepare and config.to_prepare to provide a pre-request hook.Nicholas Seckar2006-08-061-0/+2
* Tweak the Rails load order so observers are loaded after plugins, and reloade...Rick Olson2006-08-061-0/+2
* Added that you can change the web server port in config/lighttpd.conf from sc...David Heinemeier Hansson2006-08-051-0/+2
* script/performance/profiler compatibility with the new ruby-prof, including a...Jeremy Kemper2006-08-051-0/+2