aboutsummaryrefslogtreecommitdiffstats
path: root/railties
Commit message (Expand)AuthorAgeFilesLines
* Added a DOCTYPE of HTML transitional to the HTML files generated by Rails #11...David Heinemeier Hansson2005-07-024-1/+9
* Rake task to update spin off libraries #1514 [Tobias Luetke]David Heinemeier Hansson2005-07-021-0/+12
* r1588@asus: jeremy | 2005-07-02 03:14:45 -0700Jeremy Kemper2005-07-026-21/+161
* Use SIGHUP to dynamically reload an fcgi process without restarting it. Refac...Jamis Buck2005-06-295-134/+182
* Added support for upload progress indicators in Apache and lighttpd 1.4.x (wo...David Heinemeier Hansson2005-06-281-0/+21
* Had some logic backwards in the new dispatch.fcgi handlerJamis Buck2005-06-271-2/+2
* RailsFCGIHandler (dispatch.fcgi) no longer tries to explicitly flush $stdout ...Jamis Buck2005-06-272-1/+2
* Include the new Javascripts in new appsDavid Heinemeier Hansson2005-06-262-11/+14
* Removing javascripts to make it an svn:externals insteadDavid Heinemeier Hansson2005-06-261-763/+0
* Added help text for WEBrick #1508 [courtney]David Heinemeier Hansson2005-06-261-0/+1
* Fixed rakefile actions against PostgreSQL when the password is all numeric #1...David Heinemeier Hansson2005-06-252-4/+6
* Fixed ActionMailer generated tests to work properly after quoted refactoring ...David Heinemeier Hansson2005-06-251-1/+3
* Fixed prototype to consider all fields it doesn't know as text (such as Safar...David Heinemeier Hansson2005-06-251-4/+2
* ActionMailer::Base subclasses are reloaded with other rails components #1262Jamis Buck2005-06-243-0/+66
* Added ActionController::Base.allow_concurrency to control whether the applica...David Heinemeier Hansson2005-06-232-3/+3
* Fixed new WEBrick handling to actually pass parametersDavid Heinemeier Hansson2005-06-221-14/+23
* Removed the mutex from the WEBrick adapter under the production environment s...David Heinemeier Hansson2005-06-223-34/+70
* Missing parameter for trap_handler in dispatch.fcgiJamis Buck2005-06-222-2/+2
* Updated changelog for [1479]Jamis Buck2005-06-221-1/+1
* Refactored dispatch.fcgi. Added unit tests for dispatch.fcgi. Added trap to r...Jamis Buck2005-06-224-53/+202
* Added a migration generatorDavid Heinemeier Hansson2005-06-222-0/+16
* Fixed that mailer generator generated fixtures/plural while units expected fi...David Heinemeier Hansson2005-06-212-2/+4
* Added a 'whiny nil' that's aim to ensure that when users pass nil to methods ...David Heinemeier Hansson2005-06-183-0/+6
* Revealed the man behind the mask!David Heinemeier Hansson2005-06-161-12/+12
* Fix spellingDavid Heinemeier Hansson2005-06-161-1/+1
* Fixed the test_helper.rb to be safe for requiring controllers from multiple s...David Heinemeier Hansson2005-06-162-1/+6
* Fixed Webrick to escape + characters in URL's the same way that lighttpd and ...David Heinemeier Hansson2005-06-162-12/+12
* Added -e/--environment option to script/runner #1408 [fbeausoleil@ftml.net]David Heinemeier Hansson2005-06-162-0/+26
* r2495@sedna: jeremy | 2005-05-27 22:07:18 -0700Jeremy Kemper2005-06-122-20/+40
* CSS needs "red" not #redDavid Heinemeier Hansson2005-06-061-1/+1
* Fixed scaffolding to use the latest styleDavid Heinemeier Hansson2005-06-025-19/+21
* Remove unneeded fileDavid Heinemeier Hansson2005-05-211-0/+0
* Missing fileDavid Heinemeier Hansson2005-05-211-0/+35
* Added graceful exit from pressing CTRL-C during the run of the rails command ...David Heinemeier Hansson2005-05-212-1/+5
* Made the console and profiler work with the default 1.8.2 profiler #1325 [bit...David Heinemeier Hansson2005-05-213-34/+24
* Fixed docs for scaffolding generator #1303 [thijs@vandervossen.net]David Heinemeier Hansson2005-05-191-1/+1
* Fixed Form.disable in Prototype #1317 [Wintermute]David Heinemeier Hansson2005-05-191-1/+1
* Push to .org insteadDavid Heinemeier Hansson2005-05-191-2/+2
* Added better error handling for regexp caching expirationDavid Heinemeier Hansson2005-05-061-1/+0
* Made dispatch.fcgi more robust by catching fluke errors and retrying unless i...David Heinemeier Hansson2005-05-042-6/+53
* Dont activate the query cache just yetDavid Heinemeier Hansson2005-05-021-1/+0
* Started work on a per-request query cacheDavid Heinemeier Hansson2005-05-021-0/+1
* Added console --profile for profiling an IRB session #1154 [bitsweat]. Change...David Heinemeier Hansson2005-04-308-22/+57
* Prepared for 0.12.1David Heinemeier Hansson2005-04-191-1/+1
* Added xml_http_request/xhr method for simulating XMLHttpRequest in functional...David Heinemeier Hansson2005-04-192-4/+9
* Update to Prototype 1.2.1Sam Stephenson2005-04-191-3/+4
* Fixed documentation and prepared for release of 0.12David Heinemeier Hansson2005-04-182-9/+10
* Updated to take compilation out of the measurementsDavid Heinemeier Hansson2005-04-182-0/+6
* More documentation for .htaccess #1137David Heinemeier Hansson2005-04-181-0/+7
* Added graceful handling of PUT, DELETE, and OPTIONS requests for a complete c...David Heinemeier Hansson2005-04-181-4/+2