jwhitley / requirejs-rails

RequireJS support for your Rails 3 or 4 application
MIT License
592 stars 202 forks source link

Digest file names should be strings, not pathnames #263

Closed dkatten closed 1 year ago

dkatten commented 8 years ago

Currently, this fails when file_digest is a Pathname. To be sure it's a string (that can have unpack called on it, we should call #to_s on the file_digest.