codebrew / backbone-rails

Easily use backbone.js with rails 3.1
MIT License
1.61k stars 255 forks source link

Only depend on railties #80

Closed josepjaume closed 12 years ago

josepjaume commented 12 years ago

Hi,

I'm building a database-less site but I wanted to take advantage of rails 3.1 asset pipeline. Since rails-backbone depends on "rails", it was automatically requiring "activerecord" - and thus shooting a "connection not stablished error".

Depending only on railties fixes this.

codebrew commented 12 years ago

great catch, I just merged in this change. Thanks