inky-rb
inky-rb copied to clipboard
Comparing the names is much less efficient than comparing the instance directly. It may also change in the future: https://bugs.ruby-lang.org/issues/18576
When running the specs for the mailers that use inky, I get the following warning message: ``` DEPRECATION WARNING: The asset "emails.css" is not present in the asset pipeline. Falling...
fixes raw tag parsing mentioned in #95 since this is an HTML based library, and raw tags are supported in the repo, only allowing single line parsing is a huge...
fixes raw tag parsing mentioned in #95
fixes components config section of #95
Nokogiri, when run with JRuby, doesn't seem to like having `css` called on its elements, if they are missing (empty). ``` ActionView::Template::Error: undefined method `root' for nil:NilClass # /Users/ohm/.rbenv/versions/jruby-9.2.5.0/lib/ruby/gems/shared/gems/nokogiri-1.9.1-java/lib/nokogiri/xml/searchable.rb:224:in `extract_params'...
after surrounding a section I need inky not to touch in `` tags, the html is still being transformed. mixing .inky and .erb tags also does not work (rendering a...
**How can we reproduce this bug?** HTML: ```html ``` SCSS: ```scss .new-conversation { .message-content { padding: 1em; } } ``` **What did you expect to happen?** For there to be...
Attempting to use inky components like `container` in the slim (in my case) layouts that were generated just rendered useless tags like `` but renaming the file to `.inky` let...