-
Notifications
You must be signed in to change notification settings - Fork 33
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
Any plan to support other than rails? #5
Comments
This seems like it would be pretty easy to do. I've never created a Tilt-compliant template engine before. |
@kball Somewhat related followup - within rails, does it support Rails-API (4 or 5) only projects? Or does it make certain assumptions that one should be aware of? |
@oyeanuj I use it in a Rails API 5 project, the only possibly related change i had to make was to re-add support for the asset-pipeline, but I think thats to do with |
@redroot thanks for your response. So did you just add |
@oyeanuj I had to uncomment / add this line at the top of application.rb near the other railties:
|
FWIW, I've added automatic tests for Rails 3, 4 & 5. I didn't have anything special to do to make it work with either versions once my config was working with all versions. |
I'm starting to look at how to use inky in a non-web environment too, in this case a rabbitmq consuming service that sends email. It only uses actionmailer from the Rails stack. I've got the templating somewhat working by pulling the TemplateHandler class into the app, but not the inlining. |
@ryanwi As per the doc, for the CSS inlining use either |
It seems this gem run only rails env. Do you have any plan to support other than rails like Sinatra, etc.?
The text was updated successfully, but these errors were encountered: