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
Can this be used with Sinatra , Padrino or any other non-rails apps?
thanks!
The text was updated successfully, but these errors were encountered:
I am using it with Sinatra but I have to mock out some classes or it crashes on load:
module Rails def self.env 'production' end module VERSION MAJOR = 0 end end class WickedPdf class Mime class Type def self.lookup_by_extension(var) true end end end end
Otherwise it works fine
Sorry, something went wrong.
ah. thx!
No branches or pull requests
Can this be used with Sinatra , Padrino or any other non-rails apps?
thanks!
The text was updated successfully, but these errors were encountered: