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: railties/CHANGELOG.md
+7-5Lines changed: 7 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,20 +1,22 @@
1
1
## Rails 3.2.0 (unreleased) ##
2
2
3
+
* Add a serializer generator and add a hook for it in the scaffold generators *José Valim*
4
+
3
5
* Scaffold returns 204 No Content for API requests without content. This makes scaffold work with jQuery out of the box. *José Valim*
4
6
5
-
*Updated Rails::Rack::Logger middleware to apply any tags set in config.log_tags to the newly ActiveSupport::TaggedLogging Rails.logger. This makes it easy to tag log lines with debug information like subdomain and request id -- both very helpful in debugging multi-user production applications *DHH*
7
+
*Update Rails::Rack::Logger middleware to apply any tags set in config.log_tags to the newly ActiveSupport::TaggedLogging Rails.logger. This makes it easy to tag log lines with debug information like subdomain and request id -- both very helpful in debugging multi-user production applications *DHH*
6
8
7
9
* Default options to `rails new` can be set in ~/.railsrc *Guillermo Iguaran*
8
10
9
-
*Added destroy alias to Rails engines.*Guillermo Iguaran*
11
+
*Add destroy alias to Rails engines *Guillermo Iguaran*
10
12
11
-
*Added destroy alias for Rails command line. This allows the following: `rails d model post`.*Andrey Ognevsky*
13
+
*Add destroy alias for Rails command line. This allows the following: `rails d model post`*Andrey Ognevsky*
12
14
13
15
* Attributes on scaffold and model generators default to string. This allows the following: "rails g scaffold Post title body:text author" *José Valim*
14
16
15
-
*Removed old plugin generator (`rails generate plugin`) in favor of `rails plugin new` command.*Guillermo Iguaran*
17
+
*Remove old plugin generator (`rails generate plugin`) in favor of `rails plugin new` command *Guillermo Iguaran*
16
18
17
-
*Removed old 'config.paths.app.controller' API in favor of 'config.paths["app/controller"]' API.*Guillermo Iguaran*
19
+
*Remove old 'config.paths.app.controller' API in favor of 'config.paths["app/controller"]' API *Guillermo Iguaran*
0 commit comments