ruby on rails - When i run: heroku run rake db:migrate -
when pushing project heroku i'm using postgresql database, error:
sorry went wrong.
then run:
heroku run rake db:migrate
and these errors:
heroku run rake db:migrate running `rake db:migrate` attached terminal... up, run.6196 deprecation warning: have rails 2.3-style plugins in vendor/plugins! support these plugins removed in rails 4.0. move them out , bundle them in gemfile, or fold them in app lib/myplugin/* , config/initializers/myplugin.rb. see release notes more on this: http://weblog.rubyonrails.org/2012/1/4/rails-3-2-0-rc2-has- been-released. (called <top (required)> @ /app/rakefile:7) deprecation warning: have rails 2.3-style plugins in vendor/plugins! support these plugins removed in rails 4.0. move them out , bundle them in gemfile, or fold them in app lib/myplugin/* , config/initializers/myplugin.rb. see release notes more on this: http://weblog.rubyonrails.org/2012/1/4/rails-3-2-0-rc2-has-been-released (called <top (required)> @ /app/rakefile:7) connecting database specified database_url migrating createproducts (20130714042819)
Comments
Post a Comment