git clone git://github.com/rails/rails.git
Dont include WS docs
Releasing 0.11.0
Fixed documentation and prepared for 0.11.0 release
Updated more documentation
Added documentation and fixed an ajax bug
Last-minute ajax fixes #898
Removed SCRIPT_NAME from the WEBrick environment to prevent conflicts with PATH_INFO #896 [Nicholas Seckar] Removed ? from the dispatch.f/cgi redirect line to get rid of 'complete/path/from/request.html' => nil being in the @params now that the ENV[REQUEST_URI] is used to determine the path #895 [dblack/Nicholas Seckar]
Applied the Safari fix on both prototype.js files
fix for javascript_helper.rb build_callbacks #893
Added additional error handling to the FastCGI dispatcher to catch even errors taking down the entire process
Made the Ajax request itself also use the &_= trick for Safari
Tweaked the documentation
Wrong parameter names in observe_field/observe_form
Protect against nil strings and empty conversion bases
Made the unquoted subject and body the default
Cleanup pkg when pushing gems
Dont repeat error messages in scaffolds
Choose a simpler requiring of picking gems or not for library loading
Expanded the requires again and included the load paths
Renamed Toggle.visibility to Toggle.display and fixed it for multiple arguments
Fixed js bug
Add prototype.js to new apps in javascripts/ #885
Added a JavascriptHelper and accompanying prototype.js library that opens the world of Ajax to Action Pack with a large array of options for dynamically interacting with an application without reloading the page #884 [Sam Stephenson/David]
Routes: *path items should use arrays #883
Fixed stuff for vendor/rails
Improved the generated scaffold code a lot to take advantage of recent Rails developments #882 [Tobias Luetke]
Added note about routing the site root
Added pagination support through both a controller and helper add-on #817 [Sam Stephenson]