shiny_themes 0.0.5 → 0.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/shiny_themes/engine.rb +2 -2
- data/lib/shiny_themes/version.rb +1 -1
- data/test/dummy/app/controllers/application_controller.rb +9 -5
- data/test/dummy/app/themes/test_theme/assets/javascripts/test_theme/{manifest.css → manifest.js} +0 -0
- data/test/dummy/app/themes/test_theme/assets/stylesheets/test_theme/manifest.scss +0 -0
- data/test/dummy/app/themes/test_theme/views/application/test.html.erb +1 -0
- data/test/dummy/config/routes.rb +57 -56
- data/test/dummy/log/development.log +63 -0
- data/test/dummy/tmp/cache/assets/sprockets/v3.0/3hgvpRkEUXoG4iE34gXYJ-RyXKpiWXNjDPaFtn5O-u8.cache +1 -0
- data/test/dummy/tmp/cache/assets/sprockets/v3.0/3oCHyPcfvtwg9J1cCtKUa19e9WNdSCQ5C3umFWgZqZ0.cache +0 -0
- data/test/dummy/tmp/cache/assets/sprockets/v3.0/5ov68x-ANAg5pqEmISUb6hI8WalgntL8qDJXLfoHjNM.cache +3 -0
- data/test/dummy/tmp/cache/assets/sprockets/v3.0/8XyZmvyfMWyZj5uOkvMeyCcszIgC7e_OFYwEG4Uq6EI.cache +1 -0
- data/test/dummy/tmp/cache/assets/sprockets/v3.0/DSOLSc6A5RVSmvM415eEWAWG_AgOvZcLZOXQjsXyWQA.cache +2 -0
- data/test/dummy/tmp/cache/assets/sprockets/v3.0/GWHuNvS1eZXh04hQAeJVX63eZalDdm6th6XRSBt7hNw.cache +0 -0
- data/test/dummy/tmp/cache/assets/sprockets/v3.0/LlFFYImxHTW-jCcJjfvcCbvM3dNKJ4RrZqDCG9hMr7I.cache +1 -0
- data/test/dummy/tmp/cache/assets/sprockets/v3.0/Tocvsy-RdtI94paXYMxCB1vq9HB9r9UXC1jppjt1cOw.cache +0 -0
- data/test/dummy/tmp/cache/assets/sprockets/v3.0/gFDJd8bl1Fj0VtyPVVycQ6wKPQau5BDC1ov9IKaVL9A.cache +0 -0
- data/test/dummy/tmp/cache/assets/sprockets/v3.0/gZp3uXMHuYQC4hzCr7bQfetKNdJAtbQmg3so2KpW1Dw.cache +2 -0
- data/test/dummy/tmp/cache/assets/sprockets/v3.0/kqeQIO3iv9bEV6-uCsHZXRA7qeUz7_oSROqj0_3cwRw.cache +3 -0
- data/test/dummy/tmp/cache/assets/sprockets/v3.0/nysk3wx2VvGoc9nMuTlu-2rrgEGF0u32T8KD-Af4414.cache +0 -0
- data/test/dummy/tmp/cache/assets/sprockets/v3.0/q3SDZLU25vHW3QUrXTHnxxG7TTNXIO69bI52bQPkSkk.cache +0 -0
- data/test/dummy/tmp/cache/assets/sprockets/v3.0/qbx2mXO-fkGokyfMxMgxg2wGXtvQEEnkvDPdjGtQMsQ.cache +1 -0
- data/test/dummy/tmp/cache/assets/sprockets/v3.0/vgO0LgPXDIit10SBhbJvdYVybqmkZCGbe0dgQx362E0.cache +1 -0
- data/test/dummy/tmp/cache/assets/sprockets/v3.0/wDn_hTuBdbviONRPXp4hj4i2PUUYe1W2Y9x77r7SRuk.cache +1 -0
- data/test/dummy/tmp/cache/assets/sprockets/v3.0/znCZahCOTUR4lK0HAHIZikoq07BYSwV2Z9GyxRqNyuo.cache +2 -0
- metadata +41 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2f463259fea7bfddfca1d95e87ab4d283bc9eeb2
|
4
|
+
data.tar.gz: 4df6a1fb46b3685960df381b094b1f181d9aeb7f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e71b98d5a2055e51a0d69955fe8860313c6876043b4542bfb9c479886d3252c8cae5d519cec18e5f123d077d27ccefc9a6197947b89c6487ddded68601193d85
|
7
|
+
data.tar.gz: be2a5c9cba227d1447a163e849a5e88f34eaee3d60cc94c32781e375a40bb81b66734273d9b7d6250e1692459f9c0f2a3e45486ee0e0a2a820931b139d2c3aa8
|
data/lib/shiny_themes/engine.rb
CHANGED
@@ -39,12 +39,12 @@ module ShinyThemes
|
|
39
39
|
end
|
40
40
|
end
|
41
41
|
end
|
42
|
-
Dir.glob(Rails.root.join(app.config.theme.path, '*', 'assets', '
|
42
|
+
Dir.glob(Rails.root.join(app.config.theme.path, '*', 'assets', '**', 'manifest*')) do |manifest|
|
43
43
|
path = Pathname(manifest)
|
44
44
|
next if path.directory?
|
45
45
|
|
46
46
|
if %w(.scss .sass').include?(path.extname)
|
47
|
-
app.config.assets.precompile << "#{path.parent.basename}/#{path.basename}.css"
|
47
|
+
app.config.assets.precompile << "#{path.parent.basename}/#{path.basename(".*")}.css"
|
48
48
|
else
|
49
49
|
app.config.assets.precompile << "#{path.parent.basename}/#{path}"
|
50
50
|
end
|
data/lib/shiny_themes/version.rb
CHANGED
@@ -1,5 +1,9 @@
|
|
1
|
-
class ApplicationController < ActionController::Base
|
2
|
-
# Prevent CSRF attacks by raising an exception.
|
3
|
-
# For APIs, you may want to use :null_session instead.
|
4
|
-
protect_from_forgery with: :exception
|
5
|
-
|
1
|
+
class ApplicationController < ActionController::Base
|
2
|
+
# Prevent CSRF attacks by raising an exception.
|
3
|
+
# For APIs, you may want to use :null_session instead.
|
4
|
+
protect_from_forgery with: :exception
|
5
|
+
|
6
|
+
def test
|
7
|
+
render
|
8
|
+
end
|
9
|
+
end
|
data/test/dummy/app/themes/test_theme/assets/javascripts/test_theme/{manifest.css → manifest.js}
RENAMED
File without changes
|
File without changes
|
@@ -0,0 +1 @@
|
|
1
|
+
This is a test
|
data/test/dummy/config/routes.rb
CHANGED
@@ -1,56 +1,57 @@
|
|
1
|
-
Rails.application.routes.draw do
|
2
|
-
#
|
3
|
-
#
|
4
|
-
|
5
|
-
|
6
|
-
# root
|
7
|
-
|
8
|
-
|
9
|
-
#
|
10
|
-
|
11
|
-
|
12
|
-
#
|
13
|
-
|
14
|
-
|
15
|
-
#
|
16
|
-
|
17
|
-
|
18
|
-
#
|
19
|
-
#
|
20
|
-
#
|
21
|
-
#
|
22
|
-
#
|
23
|
-
#
|
24
|
-
#
|
25
|
-
#
|
26
|
-
#
|
27
|
-
#
|
28
|
-
|
29
|
-
|
30
|
-
#
|
31
|
-
#
|
32
|
-
#
|
33
|
-
#
|
34
|
-
|
35
|
-
|
36
|
-
#
|
37
|
-
#
|
38
|
-
# resources :
|
39
|
-
#
|
40
|
-
#
|
41
|
-
#
|
42
|
-
|
43
|
-
|
44
|
-
#
|
45
|
-
#
|
46
|
-
#
|
47
|
-
#
|
48
|
-
# resources :
|
49
|
-
|
50
|
-
|
51
|
-
#
|
52
|
-
#
|
53
|
-
# #
|
54
|
-
#
|
55
|
-
#
|
56
|
-
end
|
1
|
+
Rails.application.routes.draw do
|
2
|
+
root 'application#test'
|
3
|
+
# The priority is based upon order of creation: first created -> highest priority.
|
4
|
+
# See how all your routes lay out with "rake routes".
|
5
|
+
|
6
|
+
# You can have the root of your site routed with "root"
|
7
|
+
# root 'welcome#index'
|
8
|
+
|
9
|
+
# Example of regular route:
|
10
|
+
# get 'products/:id' => 'catalog#view'
|
11
|
+
|
12
|
+
# Example of named route that can be invoked with purchase_url(id: product.id)
|
13
|
+
# get 'products/:id/purchase' => 'catalog#purchase', as: :purchase
|
14
|
+
|
15
|
+
# Example resource route (maps HTTP verbs to controller actions automatically):
|
16
|
+
# resources :products
|
17
|
+
|
18
|
+
# Example resource route with options:
|
19
|
+
# resources :products do
|
20
|
+
# member do
|
21
|
+
# get 'short'
|
22
|
+
# post 'toggle'
|
23
|
+
# end
|
24
|
+
#
|
25
|
+
# collection do
|
26
|
+
# get 'sold'
|
27
|
+
# end
|
28
|
+
# end
|
29
|
+
|
30
|
+
# Example resource route with sub-resources:
|
31
|
+
# resources :products do
|
32
|
+
# resources :comments, :sales
|
33
|
+
# resource :seller
|
34
|
+
# end
|
35
|
+
|
36
|
+
# Example resource route with more complex sub-resources:
|
37
|
+
# resources :products do
|
38
|
+
# resources :comments
|
39
|
+
# resources :sales do
|
40
|
+
# get 'recent', on: :collection
|
41
|
+
# end
|
42
|
+
# end
|
43
|
+
|
44
|
+
# Example resource route with concerns:
|
45
|
+
# concern :toggleable do
|
46
|
+
# post 'toggle'
|
47
|
+
# end
|
48
|
+
# resources :posts, concerns: :toggleable
|
49
|
+
# resources :photos, concerns: :toggleable
|
50
|
+
|
51
|
+
# Example resource route within a namespace:
|
52
|
+
# namespace :admin do
|
53
|
+
# # Directs /admin/products/* to Admin::ProductsController
|
54
|
+
# # (app/controllers/admin/products_controller.rb)
|
55
|
+
# resources :products
|
56
|
+
# end
|
57
|
+
end
|
@@ -0,0 +1,63 @@
|
|
1
|
+
|
2
|
+
|
3
|
+
Started GET "/" for ::1 at 2016-02-25 18:55:13 -0800
|
4
|
+
Processing by ApplicationController#test as HTML
|
5
|
+
Rendered app/themes/test_theme/views/application/test.html.erb within layouts/test_layout (2.0ms)
|
6
|
+
Completed 500 Internal Server Error in 455ms
|
7
|
+
|
8
|
+
ActionView::Template::Error (Asset was not declared to be precompiled in production.
|
9
|
+
Add `Rails.application.config.assets.precompile += %w( test_theme/manifest.css )` to `config/initializers/assets.rb` and restart your server):
|
10
|
+
3: <head>
|
11
|
+
4: <title>Dummy</title>
|
12
|
+
5: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
|
13
|
+
6: <%= stylesheet_link_tag 'test_theme/manifest', media: 'all' %>
|
14
|
+
7: <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
|
15
|
+
8: <%= csrf_meta_tags %>
|
16
|
+
9: </head>
|
17
|
+
app/themes/test_theme/views/layouts/test_layout.html.erb:6:in `_app_themes_test_theme_views_layouts_test_layout_html_erb___853951823_46042944'
|
18
|
+
app/controllers/application_controller.rb:7:in `test'
|
19
|
+
|
20
|
+
|
21
|
+
Rendered F:/Libraries/Ruby22/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.0ms)
|
22
|
+
Rendered F:/Libraries/Ruby22/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (5.0ms)
|
23
|
+
Rendered F:/Libraries/Ruby22/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (13.0ms)
|
24
|
+
Rendered F:/Libraries/Ruby22/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (490.0ms)
|
25
|
+
|
26
|
+
|
27
|
+
Started GET "/" for ::1 at 2016-02-25 18:57:40 -0800
|
28
|
+
Processing by ApplicationController#test as HTML
|
29
|
+
Rendered app/themes/test_theme/views/application/test.html.erb within layouts/test_layout (2.0ms)
|
30
|
+
Completed 500 Internal Server Error in 363ms
|
31
|
+
|
32
|
+
ActionView::Template::Error (Asset was not declared to be precompiled in production.
|
33
|
+
Add `Rails.application.config.assets.precompile += %w( test_theme/manifest.css )` to `config/initializers/assets.rb` and restart your server):
|
34
|
+
3: <head>
|
35
|
+
4: <title>Dummy</title>
|
36
|
+
5: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
|
37
|
+
6: <%= stylesheet_link_tag 'test_theme/manifest', media: 'all' %>
|
38
|
+
7: <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
|
39
|
+
8: <%= csrf_meta_tags %>
|
40
|
+
9: </head>
|
41
|
+
app/themes/test_theme/views/layouts/test_layout.html.erb:6:in `_app_themes_test_theme_views_layouts_test_layout_html_erb__1054341172_34202208'
|
42
|
+
app/controllers/application_controller.rb:7:in `test'
|
43
|
+
|
44
|
+
|
45
|
+
Rendered F:/Libraries/Ruby22/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (1.0ms)
|
46
|
+
Rendered F:/Libraries/Ruby22/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.0ms)
|
47
|
+
Rendered F:/Libraries/Ruby22/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (13.0ms)
|
48
|
+
Rendered F:/Libraries/Ruby22/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (481.0ms)
|
49
|
+
|
50
|
+
|
51
|
+
Started GET "/" for ::1 at 2016-02-25 19:00:25 -0800
|
52
|
+
Processing by ApplicationController#test as HTML
|
53
|
+
Rendered app/themes/test_theme/views/application/test.html.erb within layouts/test_layout (2.0ms)
|
54
|
+
Completed 200 OK in 505ms (Views: 504.5ms)
|
55
|
+
|
56
|
+
|
57
|
+
Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-02-25 19:00:26 -0800
|
58
|
+
|
59
|
+
|
60
|
+
Started GET "/assets/test_theme/manifest.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-02-25 19:00:26 -0800
|
61
|
+
|
62
|
+
|
63
|
+
Started GET "/assets/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2016-02-25 19:00:26 -0800
|
data/test/dummy/tmp/cache/assets/sprockets/v3.0/3hgvpRkEUXoG4iE34gXYJ-RyXKpiWXNjDPaFtn5O-u8.cache
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
I"�app/themes/test_theme/assets/stylesheets/test_theme/manifest.scss?type=text/css&pipeline=self&id=f0386d0c4bfca739576092489170aa2924580fadf21cc8b446001f70bb14f141:ET
|
data/test/dummy/tmp/cache/assets/sprockets/v3.0/3oCHyPcfvtwg9J1cCtKUa19e9WNdSCQ5C3umFWgZqZ0.cache
ADDED
Binary file
|
data/test/dummy/tmp/cache/assets/sprockets/v3.0/5ov68x-ANAg5pqEmISUb6hI8WalgntL8qDJXLfoHjNM.cache
ADDED
@@ -0,0 +1,3 @@
|
|
1
|
+
[o:Set:
|
2
|
+
@hash{
|
3
|
+
I"environment-version:ETTI"environment-paths;TTI"Mprocessors:type=text/css&file_type=text/css&engines=.scss&pipeline=debug;TTI"Tfile-digest://app/themes/test_theme/assets/stylesheets/test_theme/manifest.scss;TTI"Lprocessors:type=text/css&file_type=text/css&engines=.scss&pipeline=self;TT
|
data/test/dummy/tmp/cache/assets/sprockets/v3.0/8XyZmvyfMWyZj5uOkvMeyCcszIgC7e_OFYwEG4Uq6EI.cache
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
I"�app/themes/test_theme/assets/stylesheets/test_theme/manifest.scss?type=text/css&id=bb5c32026995a3ce40ab7f77f18f8180d7dde9eb41ffdd7c1397582d805cf103:ET
|
data/test/dummy/tmp/cache/assets/sprockets/v3.0/DSOLSc6A5RVSmvM415eEWAWG_AgOvZcLZOXQjsXyWQA.cache
ADDED
@@ -0,0 +1,2 @@
|
|
1
|
+
[o:Set:
|
2
|
+
@hash{I"environment-version:ETTI"environment-paths;TTI"?processors:type=text/css&file_type=text/css&pipeline=debug;TTI"9file-digest://app/assets/stylesheets/application.css;TTI">processors:type=text/css&file_type=text/css&pipeline=self;TTI")file-digest://app/assets/stylesheets;TT
|
data/test/dummy/tmp/cache/assets/sprockets/v3.0/GWHuNvS1eZXh04hQAeJVX63eZalDdm6th6XRSBt7hNw.cache
ADDED
Binary file
|
data/test/dummy/tmp/cache/assets/sprockets/v3.0/LlFFYImxHTW-jCcJjfvcCbvM3dNKJ4RrZqDCG9hMr7I.cache
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
"%��B�����șo�$'�A�d��L���xR�U
|
data/test/dummy/tmp/cache/assets/sprockets/v3.0/Tocvsy-RdtI94paXYMxCB1vq9HB9r9UXC1jppjt1cOw.cache
ADDED
Binary file
|
data/test/dummy/tmp/cache/assets/sprockets/v3.0/gFDJd8bl1Fj0VtyPVVycQ6wKPQau5BDC1ov9IKaVL9A.cache
ADDED
Binary file
|
data/test/dummy/tmp/cache/assets/sprockets/v3.0/gZp3uXMHuYQC4hzCr7bQfetKNdJAtbQmg3so2KpW1Dw.cache
ADDED
@@ -0,0 +1,2 @@
|
|
1
|
+
[o:Set:
|
2
|
+
@hash{I"environment-version:ETTI"environment-paths;TTI"[processors:type=application/javascript&file_type=application/javascript&pipeline=debug;TTI"8file-digest://app/assets/javascripts/application.js;TTI"Zprocessors:type=application/javascript&file_type=application/javascript&pipeline=self;TTI")file-digest://app/assets/javascripts;TT
|
data/test/dummy/tmp/cache/assets/sprockets/v3.0/kqeQIO3iv9bEV6-uCsHZXRA7qeUz7_oSROqj0_3cwRw.cache
ADDED
@@ -0,0 +1,3 @@
|
|
1
|
+
[o:Set:
|
2
|
+
@hash{
|
3
|
+
I"environment-version:ETTI"environment-paths;TTI">processors:type=text/css&file_type=text/css&engines=.scss;TTI"Tfile-digest://app/themes/test_theme/assets/stylesheets/test_theme/manifest.scss;TTI"Lprocessors:type=text/css&file_type=text/css&engines=.scss&pipeline=self;TT
|
data/test/dummy/tmp/cache/assets/sprockets/v3.0/nysk3wx2VvGoc9nMuTlu-2rrgEGF0u32T8KD-Af4414.cache
ADDED
Binary file
|
data/test/dummy/tmp/cache/assets/sprockets/v3.0/q3SDZLU25vHW3QUrXTHnxxG7TTNXIO69bI52bQPkSkk.cache
ADDED
Binary file
|
data/test/dummy/tmp/cache/assets/sprockets/v3.0/qbx2mXO-fkGokyfMxMgxg2wGXtvQEEnkvDPdjGtQMsQ.cache
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
I"�app/assets/javascripts/application.js?type=application/javascript&pipeline=debug&id=205b7b23a1606713479153d5d58b8524ece243dccc4a4d23af7a38adf70dc82e:ET
|
data/test/dummy/tmp/cache/assets/sprockets/v3.0/vgO0LgPXDIit10SBhbJvdYVybqmkZCGbe0dgQx362E0.cache
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
I"�app/themes/test_theme/assets/stylesheets/test_theme/manifest.scss?type=text/css&pipeline=debug&id=6cd48cad5bfc18a96b686d1c58598b46c75e90a2254c3571be11cb2936014967:ET
|
data/test/dummy/tmp/cache/assets/sprockets/v3.0/wDn_hTuBdbviONRPXp4hj4i2PUUYe1W2Y9x77r7SRuk.cache
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
I"�app/assets/stylesheets/application.css?type=text/css&pipeline=debug&id=45a11f149dc247facdf1fb78db2c9d43f211ac1f0f54cc5ca734346d98a96d6c:ET
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: shiny_themes
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- shinylane
|
@@ -52,7 +52,9 @@ files:
|
|
52
52
|
- test/dummy/app/assets/stylesheets/application.css
|
53
53
|
- test/dummy/app/controllers/application_controller.rb
|
54
54
|
- test/dummy/app/helpers/application_helper.rb
|
55
|
-
- test/dummy/app/themes/test_theme/assets/javascripts/test_theme/manifest.
|
55
|
+
- test/dummy/app/themes/test_theme/assets/javascripts/test_theme/manifest.js
|
56
|
+
- test/dummy/app/themes/test_theme/assets/stylesheets/test_theme/manifest.scss
|
57
|
+
- test/dummy/app/themes/test_theme/views/application/test.html.erb
|
56
58
|
- test/dummy/app/themes/test_theme/views/layouts/test_layout.html.erb
|
57
59
|
- test/dummy/app/themes/test_theme/views/shiny_themes/test/test.html.erb
|
58
60
|
- test/dummy/app/views/layouts/application.html.erb
|
@@ -89,21 +91,38 @@ files:
|
|
89
91
|
- test/dummy/tmp/app/themes/temp_theme/assets/stylesheets/temp_theme/manifest.scss
|
90
92
|
- test/dummy/tmp/app/themes/temp_theme/views/layouts/temp_layout.html.erb
|
91
93
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/0GZCmn4-aCSaMKzSmrERVVXKeff_3s5E_YQIniNLyFU.cache
|
94
|
+
- test/dummy/tmp/cache/assets/sprockets/v3.0/3hgvpRkEUXoG4iE34gXYJ-RyXKpiWXNjDPaFtn5O-u8.cache
|
95
|
+
- test/dummy/tmp/cache/assets/sprockets/v3.0/3oCHyPcfvtwg9J1cCtKUa19e9WNdSCQ5C3umFWgZqZ0.cache
|
92
96
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/5Lly_CA8DZvPhQV2jDQx-Y6P_y3Ygra9t5jfSlGhHDA.cache
|
93
97
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/5kh7smnW6FvEzNG5AUBeXWEcyNse5DU58flJBTw9y4s.cache
|
98
|
+
- test/dummy/tmp/cache/assets/sprockets/v3.0/5ov68x-ANAg5pqEmISUb6hI8WalgntL8qDJXLfoHjNM.cache
|
99
|
+
- test/dummy/tmp/cache/assets/sprockets/v3.0/8XyZmvyfMWyZj5uOkvMeyCcszIgC7e_OFYwEG4Uq6EI.cache
|
94
100
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/C1Y6ASmigzCaokX5SNDMB_-SW52Xl43n6nqZVlY0qrs.cache
|
101
|
+
- test/dummy/tmp/cache/assets/sprockets/v3.0/DSOLSc6A5RVSmvM415eEWAWG_AgOvZcLZOXQjsXyWQA.cache
|
102
|
+
- test/dummy/tmp/cache/assets/sprockets/v3.0/GWHuNvS1eZXh04hQAeJVX63eZalDdm6th6XRSBt7hNw.cache
|
95
103
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/IrUweaE3T2aDkHWh-6oTgx9KZ1uqvVDXgPK2M0UKRCU.cache
|
104
|
+
- test/dummy/tmp/cache/assets/sprockets/v3.0/LlFFYImxHTW-jCcJjfvcCbvM3dNKJ4RrZqDCG9hMr7I.cache
|
96
105
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/OI6uxGcnsKavdWTtwDAasU3wPx8QXhzBgV0X2n1KjMQ.cache
|
97
106
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/O_LnEDQOBNaLnOB03yMjaxhEuO4icoCA6EUfGyzSL-k.cache
|
98
107
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/QqO9Q1jOWSyt_haHTzoIgxOTWMav9bGNU-Hfjs8m93o.cache
|
108
|
+
- test/dummy/tmp/cache/assets/sprockets/v3.0/Tocvsy-RdtI94paXYMxCB1vq9HB9r9UXC1jppjt1cOw.cache
|
99
109
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/_nkR2rRTJBH4cpuh-_zJqgUV2Y5vJnRojQnMw16UEPo.cache
|
100
110
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/eB6JR4xMeXiIXnLEBNQs30vA5zTKbwlaD7Wp0bGYGbY.cache
|
111
|
+
- test/dummy/tmp/cache/assets/sprockets/v3.0/gFDJd8bl1Fj0VtyPVVycQ6wKPQau5BDC1ov9IKaVL9A.cache
|
112
|
+
- test/dummy/tmp/cache/assets/sprockets/v3.0/gZp3uXMHuYQC4hzCr7bQfetKNdJAtbQmg3so2KpW1Dw.cache
|
101
113
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/hZi1k6tpxxCGYxRe7zY74ItcOI8gZrREOpGuA8JSpGg.cache
|
102
114
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/hegqiiJ3nlHWMxUPeOdAjzBmn_eajH_vFu9T0TOYB2Q.cache
|
103
115
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/inA0tp-ch6be9SvLXVYoQSjIxNwr-pzXk5h8dOFhTHk.cache
|
104
116
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/ioXnbadPz1NUSgO8uz4GX4KjSXJNEOXUlKS0cVUs6lQ.cache
|
117
|
+
- test/dummy/tmp/cache/assets/sprockets/v3.0/kqeQIO3iv9bEV6-uCsHZXRA7qeUz7_oSROqj0_3cwRw.cache
|
118
|
+
- test/dummy/tmp/cache/assets/sprockets/v3.0/nysk3wx2VvGoc9nMuTlu-2rrgEGF0u32T8KD-Af4414.cache
|
105
119
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/pEhaat2KBd5SrT7szC_8R1_6hK17FTpvoRFkmCRSD3M.cache
|
120
|
+
- test/dummy/tmp/cache/assets/sprockets/v3.0/q3SDZLU25vHW3QUrXTHnxxG7TTNXIO69bI52bQPkSkk.cache
|
121
|
+
- test/dummy/tmp/cache/assets/sprockets/v3.0/qbx2mXO-fkGokyfMxMgxg2wGXtvQEEnkvDPdjGtQMsQ.cache
|
122
|
+
- test/dummy/tmp/cache/assets/sprockets/v3.0/vgO0LgPXDIit10SBhbJvdYVybqmkZCGbe0dgQx362E0.cache
|
123
|
+
- test/dummy/tmp/cache/assets/sprockets/v3.0/wDn_hTuBdbviONRPXp4hj4i2PUUYe1W2Y9x77r7SRuk.cache
|
106
124
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/xj_zaev62H9JtHnn6ZZm24sd7Xn7O5U8J_0Mduixovs.cache
|
125
|
+
- test/dummy/tmp/cache/assets/sprockets/v3.0/znCZahCOTUR4lK0HAHIZikoq07BYSwV2Z9GyxRqNyuo.cache
|
107
126
|
- test/generators/shiny_themes/install_generator_test.rb
|
108
127
|
- test/generators/shiny_themes/theme_generator_test.rb
|
109
128
|
- test/lib/engine_test.rb
|
@@ -141,7 +160,9 @@ test_files:
|
|
141
160
|
- test/dummy/app/assets/stylesheets/application.css
|
142
161
|
- test/dummy/app/controllers/application_controller.rb
|
143
162
|
- test/dummy/app/helpers/application_helper.rb
|
144
|
-
- test/dummy/app/themes/test_theme/assets/javascripts/test_theme/manifest.
|
163
|
+
- test/dummy/app/themes/test_theme/assets/javascripts/test_theme/manifest.js
|
164
|
+
- test/dummy/app/themes/test_theme/assets/stylesheets/test_theme/manifest.scss
|
165
|
+
- test/dummy/app/themes/test_theme/views/application/test.html.erb
|
145
166
|
- test/dummy/app/themes/test_theme/views/layouts/test_layout.html.erb
|
146
167
|
- test/dummy/app/themes/test_theme/views/shiny_themes/test/test.html.erb
|
147
168
|
- test/dummy/app/views/layouts/application.html.erb
|
@@ -180,20 +201,37 @@ test_files:
|
|
180
201
|
- test/dummy/tmp/app/themes/temp_theme/assets/stylesheets/temp_theme/manifest.scss
|
181
202
|
- test/dummy/tmp/app/themes/temp_theme/views/layouts/temp_layout.html.erb
|
182
203
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/0GZCmn4-aCSaMKzSmrERVVXKeff_3s5E_YQIniNLyFU.cache
|
204
|
+
- test/dummy/tmp/cache/assets/sprockets/v3.0/3hgvpRkEUXoG4iE34gXYJ-RyXKpiWXNjDPaFtn5O-u8.cache
|
205
|
+
- test/dummy/tmp/cache/assets/sprockets/v3.0/3oCHyPcfvtwg9J1cCtKUa19e9WNdSCQ5C3umFWgZqZ0.cache
|
183
206
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/5kh7smnW6FvEzNG5AUBeXWEcyNse5DU58flJBTw9y4s.cache
|
184
207
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/5Lly_CA8DZvPhQV2jDQx-Y6P_y3Ygra9t5jfSlGhHDA.cache
|
208
|
+
- test/dummy/tmp/cache/assets/sprockets/v3.0/5ov68x-ANAg5pqEmISUb6hI8WalgntL8qDJXLfoHjNM.cache
|
209
|
+
- test/dummy/tmp/cache/assets/sprockets/v3.0/8XyZmvyfMWyZj5uOkvMeyCcszIgC7e_OFYwEG4Uq6EI.cache
|
185
210
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/C1Y6ASmigzCaokX5SNDMB_-SW52Xl43n6nqZVlY0qrs.cache
|
211
|
+
- test/dummy/tmp/cache/assets/sprockets/v3.0/DSOLSc6A5RVSmvM415eEWAWG_AgOvZcLZOXQjsXyWQA.cache
|
186
212
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/eB6JR4xMeXiIXnLEBNQs30vA5zTKbwlaD7Wp0bGYGbY.cache
|
213
|
+
- test/dummy/tmp/cache/assets/sprockets/v3.0/gFDJd8bl1Fj0VtyPVVycQ6wKPQau5BDC1ov9IKaVL9A.cache
|
214
|
+
- test/dummy/tmp/cache/assets/sprockets/v3.0/GWHuNvS1eZXh04hQAeJVX63eZalDdm6th6XRSBt7hNw.cache
|
215
|
+
- test/dummy/tmp/cache/assets/sprockets/v3.0/gZp3uXMHuYQC4hzCr7bQfetKNdJAtbQmg3so2KpW1Dw.cache
|
187
216
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/hegqiiJ3nlHWMxUPeOdAjzBmn_eajH_vFu9T0TOYB2Q.cache
|
188
217
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/hZi1k6tpxxCGYxRe7zY74ItcOI8gZrREOpGuA8JSpGg.cache
|
189
218
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/inA0tp-ch6be9SvLXVYoQSjIxNwr-pzXk5h8dOFhTHk.cache
|
190
219
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/ioXnbadPz1NUSgO8uz4GX4KjSXJNEOXUlKS0cVUs6lQ.cache
|
191
220
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/IrUweaE3T2aDkHWh-6oTgx9KZ1uqvVDXgPK2M0UKRCU.cache
|
221
|
+
- test/dummy/tmp/cache/assets/sprockets/v3.0/kqeQIO3iv9bEV6-uCsHZXRA7qeUz7_oSROqj0_3cwRw.cache
|
222
|
+
- test/dummy/tmp/cache/assets/sprockets/v3.0/LlFFYImxHTW-jCcJjfvcCbvM3dNKJ4RrZqDCG9hMr7I.cache
|
223
|
+
- test/dummy/tmp/cache/assets/sprockets/v3.0/nysk3wx2VvGoc9nMuTlu-2rrgEGF0u32T8KD-Af4414.cache
|
192
224
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/OI6uxGcnsKavdWTtwDAasU3wPx8QXhzBgV0X2n1KjMQ.cache
|
193
225
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/O_LnEDQOBNaLnOB03yMjaxhEuO4icoCA6EUfGyzSL-k.cache
|
194
226
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/pEhaat2KBd5SrT7szC_8R1_6hK17FTpvoRFkmCRSD3M.cache
|
227
|
+
- test/dummy/tmp/cache/assets/sprockets/v3.0/q3SDZLU25vHW3QUrXTHnxxG7TTNXIO69bI52bQPkSkk.cache
|
228
|
+
- test/dummy/tmp/cache/assets/sprockets/v3.0/qbx2mXO-fkGokyfMxMgxg2wGXtvQEEnkvDPdjGtQMsQ.cache
|
195
229
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/QqO9Q1jOWSyt_haHTzoIgxOTWMav9bGNU-Hfjs8m93o.cache
|
230
|
+
- test/dummy/tmp/cache/assets/sprockets/v3.0/Tocvsy-RdtI94paXYMxCB1vq9HB9r9UXC1jppjt1cOw.cache
|
231
|
+
- test/dummy/tmp/cache/assets/sprockets/v3.0/vgO0LgPXDIit10SBhbJvdYVybqmkZCGbe0dgQx362E0.cache
|
232
|
+
- test/dummy/tmp/cache/assets/sprockets/v3.0/wDn_hTuBdbviONRPXp4hj4i2PUUYe1W2Y9x77r7SRuk.cache
|
196
233
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/xj_zaev62H9JtHnn6ZZm24sd7Xn7O5U8J_0Mduixovs.cache
|
234
|
+
- test/dummy/tmp/cache/assets/sprockets/v3.0/znCZahCOTUR4lK0HAHIZikoq07BYSwV2Z9GyxRqNyuo.cache
|
197
235
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/_nkR2rRTJBH4cpuh-_zJqgUV2Y5vJnRojQnMw16UEPo.cache
|
198
236
|
- test/generators/shiny_themes/install_generator_test.rb
|
199
237
|
- test/generators/shiny_themes/theme_generator_test.rb
|