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.
AssetPaths
was taken from Rails 3.1, but thecompute_source_path
inrails_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 replacementcompute_source_path
never goes to disc.