When you generate a rails scaffold using a command like rails g scaffold Thing is there any way to avoid getting that annoying
rails g scaffold Thing
respond_to do |format
Comment out gem jbuilder in your Gemfile and respond_to blocks won't be generated.
jbuilder
Gemfile
respond_to