-
Notifications
You must be signed in to change notification settings - Fork 251
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
uninitialized constant RedactorRails::Document (NameError) on Heroku #47
Comments
Dupe of #44 |
try to install properly rails generate redactor:install, and don't forget to migrate db on heroku, heroku run rake db:migrate |
Nope -- even though I do both, it doesn't seem to work. I'm stuck at using redactor gem 0.3.2 to avoid this issue. |
I did both but it doesn't work for me as well |
👍 same issue.. I'm using passenger for production ception class: Application root: Backtrace:
|
happend to me as well /app/vendor/bundle/ruby/1.9.1/gems/redactor-rails-0.3.3/lib/redactor-rails.rb:30:in `document_model': uninitialized constant RedactorRails::Document (NameError) |
Hi, here's the error I'm seeing after pushing my app to Heroku:
I don't see this issue locally. I have tried to force Heroku to use ruby 1.9.3, but it still spits out the error from the bundle in the ruby/1.9.1 directory.
The text was updated successfully, but these errors were encountered: