meleyal / backbone-on-rails

A simple gem for using Backbone.js with Rails.
MIT License
809 stars 125 forks source link

Rails 3.1.2 breaks ../templates path #3

Closed meleyal closed 12 years ago

meleyal commented 12 years ago

Sprockets complains it can't find the file:

throw Error("Sprockets::FileOutsidePaths: /Users/meleyal/code/test/app/assets/templates/foo/index.jst.eco isn't in paths: 
meleyal commented 12 years ago

This was caused by running rails 3.1.2 + an older version of sass-rails (3.1.4). Updating to sass-rails 3.1.5.rc.2 (the default with rails 3.1.2) seems to fix the issue.