README.md in roadie-1.1.2 vs README.md in roadie-1.1.3
- old
+ new
@@ -76,11 +76,11 @@
mail(:subject => 'Newsletter', :to => 'someone@example.com', :css => [:email, :newsletter])
end
end
```
-This will look for a css file called `email.css` in your `public/stylesheets` folder. The `css` method can take either a string, a symbol or an array of both. You should pass the CSS filename without the ".css" extension.
+This will look for a css file called `email.css` in your `public/stylesheets` folder. The `css` method can take either a string, a symbol or an array of both. The ".css" extension will be added automatically.
### Image URL rewriting ###
If you have `default_url_options[:host]` set in your mailer, then Roadie will do it's best to make the URLs of images and in stylesheets absolute.
@@ -120,9 +120,17 @@
Bugs / TODO
-----------
* Improve overall performance
* Clean up stylesheet assignment code
+
+Getting segmentation faults or other C-like problems?
+-----------------------------------------------------
+
+Roadie uses Nokogiri to parse the HTML of your email, so any C-like problems like segfaults are likely in that end. The best way to fix this is to first upgrade libxml2 on your system and then reinstall Nokogiri.
+Instructions on how to do this on most platforms, see [Nokogiri's official install guide](http://nokogiri.org/tutorials/installing_nokogiri.html).
+
+Note that on my Mac OS X boxes, I don't have to do it as complex as they do it in the guide since I didn't install libxslt. YMMW.
Documentation
-------------
* [Online documentation for 1.1.2](http://rubydoc.info/gems/roadie/1.1.2/frames)