jwhitley / requirejs-rails

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

A small fix that makes requirejs-rails work with Sprockets 3.3.0 #246

Closed swils closed 9 years ago

swils commented 9 years ago

Sprockets expects a String object (on which it calls #start_with?), not a Path for this call.

carsomyr commented 9 years ago

@swils Thanks! I'll be merging this along with some other fixes this weekend.

agis commented 9 years ago

@swils I'm curious, have you tried this with Sprockers 2?

will-in-wi commented 9 years ago

This just bit us. We forked and created a tag for internal use, but do you know when you intend to push a release?

Thanks!

ketan commented 9 years ago

We have been badly affected by this - would you mind cutting a release so everyone can start using this?

carsomyr commented 9 years ago

@ketan Could you point your Gemfile to master for the next few days?