1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
Ruby on Rails
Find a file
Joshua Peek 5ebfa62427 Revert streaming params parser support.
AS Xml and Json parsers expect the request body to be a real IO object
supporting methods like getc or ungetc which are not specified by the
Rack spec and aren't supported by Passenger or the Rewindable input
wrapper.

We can restore functionality if the AS parsers are rewritten to support
Racks subset of supported IO methods.
2010-01-19 22:56:38 -06:00
actionmailer Mail should log when raise_delivery_methods is false. 2010-01-19 21:34:59 +01:00
actionpack Revert streaming params parser support. 2010-01-19 22:56:38 -06:00
activemodel Adding Proc support to validation messages so that they can become a little more dynamic, allowing for customisations during the request [#3514 status:resolved]. 2010-01-17 14:40:10 +01:00
activerecord Scope#find is no longer needed now that Relation#find handles all the cases 2010-01-20 03:40:37 +05:30
activeresource save(false) is gone, use save(:validate => false) instead. 2010-01-17 14:22:34 +01:00
activesupport Fix bug that causes TimeZone.seconds_to_utc_offset to returns wrong offset when hour < 0 and not in hundreds [#3741 status:resolved] 2010-01-19 20:31:33 +01:00
arel@0faeb50474 Temporarily add submodules to the Rails repo for Arel and Rack::Mount. These submodules will be removed once we add proper Gemfile following to bundler 2009-11-16 12:30:06 -08:00
ci Update CI bundler 2009-12-21 17:27:30 -06:00
doc/template
railties Cleanup middleware introspection output 2010-01-19 22:56:37 -06:00
tools Rename tools/profile_requires -> tools/profile since we do both require and ruby-prof profiling. 2009-05-27 01:11:33 -05:00
.gitignore Set a good example, no system ignores in project ignore file 2010-01-13 20:26:01 -06:00
.gitmodules Remove rack submodule, 1.1 has been released as a gem. 2010-01-04 10:09:10 -06:00
Gemfile Move I18n to gemspec and update dependencies. 2010-01-15 23:48:38 +01:00
pushgems.rb
rails.gemspec Break up rails and railties: 2009-12-02 11:35:47 -08:00
Rakefile rake smoke: toplevel task to quickly smoke-test all projects 2009-12-28 12:29:03 -08:00
release.rb