http://i.imgur.com/tF5gZ48.png?1
I have created a project named Treebook then after I added a code "rails generate scaffold status name:string context:text" which created my class as
class CreateStatuses < ActiveRecord::Migration def change create_table :statuses do |t| t.string :name t.text :context t.timestamps end end end
then after opening my localhost i got an error which is shown in above link .
therubyracer
. Uncomment this and rebundle – Santhosh