mirror of
https://github.com/github/rails.git
synced 2026-01-30 16:58:15 -05:00
Credit #10443 + more changelog updates
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8360 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
@@ -387,7 +387,7 @@
|
||||
|
||||
* auto_complete_field takes a :method option so you can GET or POST. #8120 [zapnap]
|
||||
|
||||
* Added option to suppress :size when using :maxlength for FormTagHelper#text_field #3112 [rails@tpope.info]
|
||||
* Added option to suppress :size when using :maxlength for FormTagHelper#text_field #3112 [Tim Pope]
|
||||
|
||||
* catch possible WSOD when trying to render a missing partial. Closes #8454 [Catfish]
|
||||
|
||||
@@ -577,7 +577,7 @@
|
||||
|
||||
* Ensure that render_text only adds string content to the body of the response [DHH]
|
||||
|
||||
* Return the string representation from an Xml Builder when rendering a partial. Closes #5044 [tpope]
|
||||
* Return the string representation from an Xml Builder when rendering a partial. Closes #5044 [Tim Pope]
|
||||
|
||||
* Fixed that parameters from XML should also be presented in a hash with indifferent access [DHH]
|
||||
|
||||
@@ -938,7 +938,7 @@ superclass' view_paths. [Rick]
|
||||
|
||||
* Deprecate JavaScriptHelper#update_element_function, which is superseeded by RJS [Thomas Fuchs]
|
||||
|
||||
* pluralize helper interprets nil as zero. #6474 [pope]
|
||||
* pluralize helper interprets nil as zero. #6474 [Tim Pope]
|
||||
|
||||
* Fix invalid test fixture exposed by stricter Ruby 1.8.5 multipart parsing. #6524 [Bob Silva]
|
||||
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
*SVN*
|
||||
|
||||
* RAILS_GEM_VERSION may be double-quoted also. #10443 [James Cox]
|
||||
|
||||
* Update rails:freeze:gems to work with RubyGems 0.9.5. [Jeremy Kemper]
|
||||
|
||||
|
||||
@@ -40,7 +42,7 @@
|
||||
|
||||
* Refactor Plugin Loader. Add plugin lib paths early, and add lots of tests. Closes #9795 [lazyatom]
|
||||
|
||||
* Added --skip-timestamps to generators that produce models #10036 [tpope]
|
||||
* Added --skip-timestamps to generators that produce models #10036 [Tim Pope]
|
||||
|
||||
* Update Prototype to 1.6.0 and script.aculo.us to 1.8.0. [sam, madrobby]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user