Hello developers I am in trouble
When I try to do a rake db:migrate it returns a warning but it doesn't seems to do the migration. This is the error:
sanchez@danik21:/var/www/nubedianWebSite$ rake db:migrate
DEPRECATION WARNING: You have Rails 2.3-style plugins in vendor/plugins! Support for these plugins will be removed in Rails 4.0. Move them out and bundle them in your Gemfile, or fold them in to your app as lib/myplugin/* and config/initializers/myplugin.rb. See the release notes for more on this: http://weblog.rubyonrails.org/2012/1/4/rails-3-2-0-rc2-has-been-released. (called from <top (required)> at /var/www/nubedianWebSite/Rakefile:7)
sanchez@danik21:/var/www/nubedianWebSite$
And then I have this error:
Started GET "/" for 141.21.12.238 at 2014-04-10 10:27:49 +0200
Processing by Refinery::PagesController#home as HTML
Parameters: {"locale"=>:de}
Completed 500 Internal Server Error in 7ms
ActiveRecord::StatementInvalid (Could not find table 'refinery_roles'):
app/models/refinery/role.rb:14:in `[]'
I am using rails 3.2.6 with refineryCMS.
I hope your answers soon. Antonio