We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 847c3cc commit 374863cCopy full SHA for 374863c
CHANGELOG.md
@@ -1,3 +1,13 @@
1
+### 2.1.3
2
+
3
+* Correct NameError on Sprockets::Rails::VERSION.
4
5
+ It turns out `sprockets/railtie` gets required directly, without ever
6
+ loading `sprockets/rails`.
7
8
+ *Matthew Draper*
9
10
11
### 2.1.2
12
13
* Fix the precompile checker to to use asset's logical path.
test/test_railtie.rb
@@ -40,7 +40,6 @@ def test_initialize
40
41
class TestRailtie < TestBoot
42
def setup
43
- require 'sprockets/rails'
44
require 'sprockets/railtie'
45
super
46
end
0 commit comments