jamesmacaulay / sprockets_rails3_backport

Backport of Rails 3.1.x Sprockets integration to Rails 3.0.x
MIT License
6 stars 12 forks source link

Let compute_source_path fall through to ActionView::AssetPaths#compute_source_path #2

Closed ssorallen closed 9 years ago

ssorallen commented 12 years ago

AssetPaths was taken from Rails 3.1, but the compute_source_path in rails_helper.rb overrides the method of the same name in the backport. When trying to get the sass-rails gem to work with this backport, it throws CircularDependencyErrors because the replacement compute_source_path never goes to disc.

ssorallen commented 9 years ago

Abandoning this because it's a few years old at this point.