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
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,7 @@
1
1
*Rails 3.1.0 (unreleased)*
2
2
3
+
* HTML5 button_tag helper. [Rizwan Reza]
4
+
3
5
* Template lookup now searches further up in the inheritance chain. [Artemave]
4
6
5
7
* Brought back config.action_view.cache_template_loading, which allows to decide whether templates should be cached or not. [Piotr Sarnacki]
@@ -33,14 +35,17 @@
33
35
34
36
* Add Rack::Cache to the default stack. Create a Rails store that delegates to the Rails cache, so by default, whatever caching layer you are using will be used for HTTP caching. Note that Rack::Cache will be used if you use #expires_in, #fresh_when or #stale with :public => true. Otherwise, the caching rules will apply to the browser only. [Yehuda Katz, Carl Lerche]
35
37
38
+
36
39
*Rails 3.0.2 (unreleased)*
37
40
38
41
* The helper number_to_currency accepts a new :negative_format option to be able to configure how to render negative amounts. [Don Wilson]
39
42
43
+
40
44
*Rails 3.0.1 (October 15, 2010)*
41
45
42
46
* No Changes, just a version bump.
43
47
48
+
44
49
*Rails 3.0.0 (August 29, 2010)*
45
50
46
51
* password_field renders with nil value by default making the use of passwords secure by default, if you want to render you should do for instance f.password_field(:password, :value => @user.password) [Santiago Pastorino]
0 commit comments