README.md in roadie-rails-1.0.2 vs README.md in roadie-rails-1.0.3
- old
+ new
@@ -252,9 +252,26 @@
end
end
end
```
+## Known issues ##
+
+Roadie will not be able to find your stylesheets if you have an `asset_host` configured and will ignore those lines when inlining.
+
+A workaround for this is to not use `asset_host` in your mailers:
+
+```ruby
+config.action_controller.asset_host = # ...
+config.action_mailer.asset_host = nil
+
+# or
+
+class MyMailer < ActionMailer::Base
+ self.asset_host = nil
+end
+```
+
## Build status ##
Tested with [Travis CI](http://travis-ci.org) using [almost all combinations of](http://travis-ci.org/#!/Mange/roadie-rails):
* Ruby: