ndbroadbent / turbo-sprockets-rails3

Speeds up your Rails 3 assets:precompile by only recompiling changed files, and only compiling once to generate all assets
MIT License
974 stars 76 forks source link

uninitialized constant UnserializeError #1

Closed steverandy closed 12 years ago

steverandy commented 12 years ago

Using Rails 3.2.8

ndbroadbent commented 12 years ago

Thanks for the bug report! I've released a fix at 0.1.1, so please run bundle update turbo-sprockets-rails3 and try again.

steverandy commented 12 years ago

That was fast! It works now.

Thanks for making this awesome gem. assets_sync was the bottleneck of deployment.