gem 'spring'
bundle install
  guard :rspec, :spring => true, :binstubs => true do
     watch('Gemfile.lock')
     watch(%r{^spec/.+_spec\.rb$})
     ...
    end
  end
            $ spring rake db:migrate
$ spring console
$ spring generate migration AddTable
$rails console
$spring console