We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In Daemon. If i run: rake daemon:my_daemon:start RAILS_ENV=production
I have error ( after require 'render_anywhere') :
uninitialized constant RenderAnywhere::ActionController (NameError)
If i run: rake daemon RAILS_ENV=production - ALL OK! NO ERROR!
The text was updated successfully, but these errors were encountered:
I get this error if I run from IRB
Sorry, something went wrong.
No branches or pull requests
In Daemon. If i run: rake daemon:my_daemon:start RAILS_ENV=production
I have error ( after require 'render_anywhere') :
uninitialized constant RenderAnywhere::ActionController (NameError)
If i run: rake daemon RAILS_ENV=production - ALL OK! NO ERROR!
The text was updated successfully, but these errors were encountered: