Ruby on Rails Friday, January 23, 2015

Hello folks,

I've some issues with 
rake db:structure:dump and rails 4.2.0

If config.active_record.schema_format = :ruby,  rake db:structure:dump will generate structure.sql nevertheless - tests will fail because of a missing schema.rb file
(/home/jan/RubymineProjects/cdb3/db/schema.rb doesn't exist yet. Run `rake db:migrate` to create it, then try again. If you do not intend to use a database, you should instead alter /home/jan/RubymineProjects/cdb3/config/application.rb to limit the frameworks that will be loaded.
Started)

What's wrong here? 

Thanks in advance, 
Jan

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/6c785259-f885-4e45-a925-a26ddccc50b1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment