You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: actionpack/CHANGELOG
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,10 @@
30
30
31
31
*Rails 3.1.0 (unreleased)*
32
32
33
+
* Param values are `paramified` in controller tests. [David Chelimsky]
34
+
35
+
* x_sendfile_header now defaults to nil and config/environments/production.rb doesn't set a particular value for it. This allows servers to set it through X-Sendfile-Type. [Santiago Pastorino]
36
+
33
37
* The submit form helper does not generate an id "object_name_id" anymore. [fbrusatti]
34
38
35
39
* Make sure respond_with with :js tries to render a template in all cases [José Valim]
0 commit comments