how to deploy "surveyor" Rails plugin on heroku.com? -
i'm kinda new stuff, , need please created rails app using ruby 1.8.7/rails 2.3.8 added surveyor gemfile. pushed project heroku.com using git, went through normal procedure in "quick start" guide on heroku, including
$ heroku bundle install $ heroku db:migrate
and went through peacefully. when try create survey using:
$ heroku rake surveyor file=surveys/kitchen_sink_survey.rb
i following error:
rake aborted! uninitialized constant surveyor
can me please?
you need run rails generate surveyor:install
before db:migrate
Comments
Post a Comment