Closed pwnall closed 13 years ago
Maybe rails changed :(
I find it a bit weird that the main Gemfile requires edge rails, but the applications in test/fixtures require rails 3.1.rc4 in their Gemfiles. Is that on purpose?
I can try switching all Gemfiles to 3.1.rc4, and/or to edge. Would that be worthwhile, or am I missing a subtlety?
Thank you!
I've updated the tests to keep the fixtures in sync with the current bundled environment when running tests. See: 428503d6b0ea9c3159e1a11dcc13b9b67c615ea5 and 77c6e73d44c25b119e6765d8f54657e620fb78a0
I'm trying to get the tests to run. I tried on both Ubuntu 11.04 and OSX, using MRI 1.9.2-p180 installed with rvm. These tests are failing for me in both cases (trace included below). I did a vanilla checkout of the
3-1-stable
branch, and thenbundle install
.I've been trying to read out the code in
sass-rails
andsprockets
, but I haven't been able to figure it out yet. Help would be awesome! I hope that, at the very least,README.markdown
can be improved after figuring out the root issue.Thank you!