ember-appkit-rails 0.3.0 → 0.3.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/ember/appkit/rails/sprockets/context.rb +1 -1
- data/lib/ember/appkit/rails/version.rb +1 -1
- data/test/dummy/config/initializers/secret_token.rb +1 -1
- data/test/dummy/log/test.log +7 -8
- data/test/dummy/tmp/cache/assets/test/sprockets/012cc56cb3d167247c623ab5a4dd2f8a +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/07afa5d8ceda557642e2330ab45eb203 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/13fe41fee1fe35b49d145bcc06610705 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/1f15c49a05b13c3a7ee50d2ac3900f38 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/357970feca3ac29060c1e3861e2c0953 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/660bc633c8899c6c1b20514637fa0169 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/67afcba9807cd5e57b80b5fdf9f26758 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/702dbd08a7eb5e831dd268e0460d97b2 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/9160f792acb62d1f7721c714681fcfe6 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/ae884a1acda0e6f9bb27a856a22bb08d +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/d5a48c6656341c56cac8a8e42bb925a5 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/d771ace226fc8215a3572e0aa35bb0d6 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/de0932670a6c856bc6eda1586fd29061 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/e15ec26dd7914851e352c6f2c73c4284 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/e3ddb4a07e99c5bbf5f9cd9db3cdb82a +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/eeb5bd38d1dad0d908461fd114f702bc +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/fde9e78f8d55a70f4ef757638fc6cde0 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/fdfac6623944c5a23737724cbd90e58e +0 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: beb5c4573c75c46a65195ff21fe9d9c09606f022
|
4
|
+
data.tar.gz: 049356c8891e8d1d360783385b348a8c1a130bbc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e40a33b2af23d687352ef459918e6a19ebf5c35bc5eceb32ab611a525e73e69d0dbddf280a31fa76646ea874fff5a60393cddf5299de0a9342b937736738c2a4
|
7
|
+
data.tar.gz: ee807c56ec30f3ba7445aaafb5e9e594b6866681099976f5b4bf3bce220f047b3405738a0caba0c6030cdf49bedbb8dfffdd534817a9578fc869629e80c78e36
|
@@ -2,7 +2,7 @@ require 'sprockets/context'
|
|
2
2
|
|
3
3
|
module Ember::Appkit::Rails::Sprockets::Context
|
4
4
|
def asset_requirable?(path)
|
5
|
-
return false if path.to_s.match File.join(::Rails.root, 'app/assets')
|
5
|
+
return false if path.to_s.match File.join(::Rails.root, 'app/assets/javascripts')
|
6
6
|
super
|
7
7
|
end
|
8
8
|
end
|
@@ -9,4 +9,4 @@
|
|
9
9
|
|
10
10
|
# Make sure your secret_key_base is kept private
|
11
11
|
# if you're sharing your code publicly.
|
12
|
-
Dummy::Application.config.secret_key_base = '
|
12
|
+
Dummy::Application.config.secret_key_base = '1392fb38b2fa0c7a8e5c5796501b455b2976a709cd711362f20d71a30617de119dd526e6eda35cf315cfd5a39a1a7a406ab6056d3257d21700db991e848ca37c'
|
data/test/dummy/log/test.log
CHANGED
@@ -169,16 +169,15 @@ AutoloadModulesTest: test_does_not_auto_create_modules_for_directories_that_do_n
|
|
169
169
|
----------------------------------------------------
|
170
170
|
NavigationTest: test_can_render_default_landing_page
|
171
171
|
----------------------------------------------------
|
172
|
-
Started GET "/" for 127.0.0.1 at 2014-01-
|
172
|
+
Started GET "/" for 127.0.0.1 at 2014-01-10 11:04:22 -0500
|
173
173
|
Processing by LandingController#index as HTML
|
174
|
-
Completed 200 OK in
|
175
|
-
Started GET "/assets/application.css" for 127.0.0.1 at 2014-01-
|
176
|
-
Started GET "/assets/application.js" for 127.0.0.1 at 2014-01-
|
174
|
+
Completed 200 OK in 368ms (Views: 368.0ms)
|
175
|
+
Started GET "/assets/application.css" for 127.0.0.1 at 2014-01-10 11:04:22 -0500
|
176
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2014-01-10 11:04:22 -0500
|
177
177
|
---------------------------------------------------
|
178
178
|
NavigationTest: test_can_using_simple_"ember_magic"
|
179
179
|
---------------------------------------------------
|
180
|
-
Started GET "/" for 127.0.0.1 at 2014-01-
|
180
|
+
Started GET "/" for 127.0.0.1 at 2014-01-10 11:04:23 -0500
|
181
181
|
Processing by LandingController#index as HTML
|
182
|
-
Completed 200 OK in 1ms (Views: 1.
|
183
|
-
Started GET "/assets/application.
|
184
|
-
Started GET "/assets/application.css" for 127.0.0.1 at 2014-01-01 08:12:55 -0500
|
182
|
+
Completed 200 OK in 1ms (Views: 1.1ms)
|
183
|
+
Started GET "/assets/application.css" for 127.0.0.1 at 2014-01-10 11:04:23 -0500
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ember-appkit-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Brian Cardarella
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-01-
|
11
|
+
date: 2014-01-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|