meleyal / backbone-on-rails

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

Rails 3.2.2 #22

Closed paglias closed 12 years ago

paglias commented 12 years ago

Hi with a clean installation of rails 3.2.2 and following instructions found in the readme i get this error from sprockets:

couldn't find file 'underscore'

meleyal commented 12 years ago

I couldn't reproduce this. Can you give any more details?

brecke commented 12 years ago

same happening to me using rails 3.2.1 I guess the .js files just aren't there.

brecke commented 12 years ago

nevermind, one needs to restart the server after updating the gemfile && bundle install. Sorry my bad :(

meleyal commented 12 years ago

I updated the docs with a reminder to restart after installing.