refinery / refinerycms

An extendable Ruby on Rails CMS that supports Rails 6.0+
https://www.refinerycms.com/
MIT License
3.9k stars 1.26k forks source link

Deployment to heroku missing auxiliary engines #751

Closed dgonzo closed 13 years ago

dgonzo commented 13 years ago

I've been working on this issue on the refinerycms google groups here. Since it may be a Heroku specific problem I won't rehash here but I would appreciate if anyone here would be willing to weigh in with advice or things to try.

David

steveklabnik commented 13 years ago

That error message means that a table doesn't exist. You're sure heroku rake db:migrate didn't work?

What's your gemfile look like? Are the engines from vendor/engines, or somewhere else?

parndt commented 13 years ago

@davidbgonzalez does this one help you? http://groups.google.com/group/refinery-cms/browse_thread/thread/2ff3db377c028a60/7f40d0520bbf0e42?lnk=raot#7f40d0520bbf0e42

dgonzo commented 13 years ago

I'll take a closer look today and see if either of these helps.

parndt commented 13 years ago

@davidbgonzalez cool - any joy?

parndt commented 13 years ago

Reopen if you're still having troubles.

dgonzo commented 13 years ago

No issues.