Skip to content

Commit

Permalink
Add changelog entry for scaffold generator and jbuilder changes
Browse files Browse the repository at this point in the history
Introduced in 3bfd99d.
Related to rails#8840.

[ci skip]
  • Loading branch information
carlosantoniodasilva committed Jan 11, 2013
1 parent d61b49e commit 39a88f6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions railties/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
## Rails 4.0.0 (unreleased) ##

* Include `jbuilder` by default and rely on its scaffold generator to show json API.
Check https://github.com/rails/jbuilder for more info and examples.

*DHH*

* Scaffold now generates HTML-only controller by default.

*DHH + Pavel Pravosud*

* The generated `README.rdoc` for new applications invites the user to
document the necessary steps to get the application up and running.

Expand Down

0 comments on commit 39a88f6

Please sign in to comment.