Mange / roadie

Making HTML emails comfortable for the Ruby rockstars

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Doesn't use assets pipeline in Rails 4.0.0.rc1

dmarkow opened this issue · comments

config.assets.enabled now returns nil in Rails 4.0.0.rc1, as it has been deprecated.

Because of this, the current_provider method in lib/roadie.rb will always use FilesystemProvider instead of AssetPipelineProvder.

I should be able to submit a pull request for this soon, but wanted to report the issue in the mean time.

+1, looking forward to this

The PR works for me, thanks @dmarkow!