I\'ve generated a new rails 4 (rc1) project using rails new and generated a scaffold using rails g scaffold.
rails new
rails g scaffold
As expected it has created the mi
Rails 4 scaffold generator creates jbuilder files because the gem 'Jbuilder' is in the Gemfile. If you remove this from your Gemfile this functionality will stop.
Gemfile