sections_rails 0.8.0 → 0.8.1
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/sections_rails/config.rb +4 -4
- data/lib/sections_rails/version.rb +1 -1
- data/spec/controllers/partials_controller_spec.rb +5 -0
- data/spec/dummy/app/controllers/image_assets_controller.rb +1 -0
- data/spec/dummy/app/controllers/partials_controller.rb +3 -0
- data/spec/dummy/app/views/partials/slim_section.html.erb +1 -0
- data/spec/dummy/config/environments/test.rb +0 -5
- data/spec/dummy/log/test.log +80 -0
- data/spec/dummy/tmp/cache/assets/test/sass/6895cbbabdbdd68bfd5eaeb8a7205320b5ae8570/sass.sassc +0 -0
- data/spec/dummy/tmp/cache/assets/test/sass/8498f83ad93e5e5008158dd5f1a619c70444d1b9/css_scss.css.scssc +0 -0
- data/spec/dummy/tmp/cache/assets/test/sass/af6c5e5e0472cd741dba44cad548e8bee004b57f/css_sass.css.sassc +0 -0
- data/spec/dummy/tmp/cache/assets/test/sass/c4f2628633a30efcaac4adae6d64dc98a3dc5098/scss.scssc +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/07debd2f5bdd0945f151e2b19446f044 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/08f27e536dfd0bf16e287507b2acf9cd +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/0fca8ebe3afdfe78547af6286f823282 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/1b3072864335229a30962921e232e038 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/1e3b95f4fb7349356a18d5d6c25a03c5 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/1ef0ad5f3bf9347ff721cc9adb7ac475 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/22ca9b4c7a72cecb6e5bd86aeb2cbe1a +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/23a710a5152e77b9f6093d0ff6132cbb +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/2760c50c86bfb006436f3b08f7f86d50 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/27cd0623d0c7bf548c06891f9ff3a7fe +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/2883d6642cddc16b7cbec8a10d604e1f +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/43f23e226a6cf9111462a1de5a4141c9 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/4469f565cbeb63b8a9dd57c772a0063f +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/4bfa702f177bb40d4add4fa2cdc56290 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/620334e6045e81791d00cfc3d5880e99 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/778cbfb3c3494e0a1bff25acec1acb41 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/88172c7017f9d54036e04229e5aeb7a9 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/a1675ac0cfcd39baa9de6cd3800ed7d8 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/a5d83488b94f2eb72952aead38dff3e3 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/a6fce1b02a415f12102f90ede73a4466 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/ab9a16c02e5840aa2caa410053c6d992 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/ad63aa5b66774feeab4dc6bcf5cd62ba +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/b4e4bd3378cc31d280c2f1e817d7e563 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/b55f94acb73aef21cd0314d38e7154d1 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/bb6a12b80c6bb08c7943f43676e3c85b +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/c427bfd8150de82240a0e21a09f2555b +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/c6e5bc7bd239a1911ec2e68129e3de64 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/dca0e46db52c9d8f506520eb6da852d5 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/e96fdb62e07b19eed5b0da3f39778ad8 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/ea32dd93eace3bc52cef33158a05dff0 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/ee731240c77f9d385c44692245a14659 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/f05f533e9d84fde309ea83909d9ce528 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/f4e42345683e627f5c3ddbed7b0f3003 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/f5d263c951494ab0fb39fe65f211ea9d +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/fb9a65051eb9d735f3634545d153a9eb +0 -0
- data/spec/sections_rails/section_spec.rb +2 -0
- data/spec/spec_helper.rb +4 -25
- metadata +96 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9c5bacc7b77d91899b84c5851ec0d02e772ad266
|
|
4
|
+
data.tar.gz: 5b70e750334d3ae6c36b63467f58fdb70cc99a18
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ac8b1684c0499f9a6a2feda0b8d6b487d17f057fcf557d268c3bc1f7e5519b6314530ecbcaad5e3cb0c5d6ed8ae00cfbccee5dc84871ccaffdee06c91512f0ff
|
|
7
|
+
data.tar.gz: d5ca49ff774ec122470cf7e2d3f3f03a974db64f72c712ecd370d126d150e57c42a931b2223d84f51a7f1d09e5a9046b255f438778ebdd471d0017200d43b8d4
|
|
@@ -18,10 +18,10 @@ module SectionsRails
|
|
|
18
18
|
attr_accessor :path, :js_extensions, :css_extensions, :partial_extensions
|
|
19
19
|
|
|
20
20
|
def initialize options = {}
|
|
21
|
-
options.reverse_merge!({ :
|
|
22
|
-
:
|
|
23
|
-
:
|
|
24
|
-
:
|
|
21
|
+
options.reverse_merge!({ path: 'app/sections',
|
|
22
|
+
js_extensions: %w(js js.coffee coffee),
|
|
23
|
+
css_extensions: %w(css css.scss css.sass sass scss),
|
|
24
|
+
partial_extensions: %w(html.erb html.haml html.slim) })
|
|
25
25
|
|
|
26
26
|
options.each do |option, value|
|
|
27
27
|
if self.respond_to? option
|
|
@@ -17,6 +17,11 @@ describe PartialsController do
|
|
|
17
17
|
get :haml_section
|
|
18
18
|
expect(response.body.strip).to eql 'HAML partial content'
|
|
19
19
|
end
|
|
20
|
+
|
|
21
|
+
it 'allows to use SLIM partials' do
|
|
22
|
+
get :slim_section
|
|
23
|
+
expect(response.body.strip).to eql 'SLIM partial content'
|
|
24
|
+
end
|
|
20
25
|
end
|
|
21
26
|
|
|
22
27
|
context 'no partial options given' do
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<%= section 'partials/slim_section' %>
|
|
@@ -26,11 +26,6 @@ Dummy::Application.configure do
|
|
|
26
26
|
# Disable request forgery protection in test environment.
|
|
27
27
|
config.action_controller.allow_forgery_protection = false
|
|
28
28
|
|
|
29
|
-
# Tell Action Mailer not to deliver emails to the real world.
|
|
30
|
-
# The :test delivery method accumulates sent emails in the
|
|
31
|
-
# ActionMailer::Base.deliveries array.
|
|
32
|
-
# config.action_mailer.delivery_method = :test
|
|
33
|
-
|
|
34
29
|
# Print deprecation notices to the stderr.
|
|
35
30
|
config.active_support.deprecation = :stderr
|
|
36
31
|
end
|
data/spec/dummy/log/test.log
CHANGED
|
@@ -2039,3 +2039,83 @@ Completed 200 OK in 4ms (Views: 3.4ms)
|
|
|
2039
2039
|
Processing by ViewTypesController#haml as HTML
|
|
2040
2040
|
Rendered /Users/kevin/sections_rails/app/sections/view_types/foo/_foo.html.erb (0.1ms)
|
|
2041
2041
|
Completed 200 OK in 3ms (Views: 3.1ms)
|
|
2042
|
+
Processing by ErrorsController#missing_section as HTML
|
|
2043
|
+
Rendered errors/missing_section.html.erb within layouts/application (4.1ms)
|
|
2044
|
+
Completed 500 Internal Server Error in 13ms
|
|
2045
|
+
Processing by ImageAssetsController#gif as HTML
|
|
2046
|
+
Completed 200 OK in 7ms (Views: 7.0ms)
|
|
2047
|
+
Processing by ImageAssetsController#jpg as HTML
|
|
2048
|
+
Completed 200 OK in 5ms (Views: 4.4ms)
|
|
2049
|
+
Processing by ImageAssetsController#jpeg as HTML
|
|
2050
|
+
Completed 200 OK in 5ms (Views: 4.5ms)
|
|
2051
|
+
Processing by ImageAssetsController#png as HTML
|
|
2052
|
+
Completed 200 OK in 5ms (Views: 4.7ms)
|
|
2053
|
+
Processing by PartialsController#erb_section as HTML
|
|
2054
|
+
Rendered /Users/kevin/sections_rails/app/sections/partials/erb_section/_erb_section.html.erb (0.4ms)
|
|
2055
|
+
Completed 200 OK in 8ms (Views: 7.4ms)
|
|
2056
|
+
Processing by PartialsController#haml_section as HTML
|
|
2057
|
+
Rendered /Users/kevin/sections_rails/app/sections/partials/haml_section/_haml_section.html.haml (1.0ms)
|
|
2058
|
+
Completed 200 OK in 4ms (Views: 4.1ms)
|
|
2059
|
+
Processing by PartialsController#slim_section as HTML
|
|
2060
|
+
Rendered /Users/kevin/sections_rails/app/sections/partials/slim_section/_slim_section.html.slim (15.2ms)
|
|
2061
|
+
Completed 200 OK in 18ms (Views: 18.3ms)
|
|
2062
|
+
Processing by PartialsController#no_options as HTML
|
|
2063
|
+
Rendered /Users/kevin/sections_rails/app/sections/partials/no_options/_no_options.html.erb (0.3ms)
|
|
2064
|
+
Completed 200 OK in 3ms (Views: 3.4ms)
|
|
2065
|
+
Processing by PartialsController#tag_option as HTML
|
|
2066
|
+
Completed 200 OK in 2ms (Views: 1.7ms)
|
|
2067
|
+
Processing by PartialsController#custom_partial as HTML
|
|
2068
|
+
Rendered /Users/kevin/sections_rails/app/sections/partials/custom_partial/_different_name.html.erb (0.4ms)
|
|
2069
|
+
Completed 200 OK in 4ms (Views: 3.8ms)
|
|
2070
|
+
Processing by PartialsController#custom_partial as HTML
|
|
2071
|
+
Rendered /Users/kevin/sections_rails/app/sections/partials/custom_partial/_different_name.html.erb (0.1ms)
|
|
2072
|
+
Completed 200 OK in 1ms (Views: 1.1ms)
|
|
2073
|
+
Processing by PartialsController#disabled as HTML
|
|
2074
|
+
Completed 200 OK in 2ms (Views: 2.0ms)
|
|
2075
|
+
Processing by PartialsController#disabled as HTML
|
|
2076
|
+
Completed 200 OK in 1ms (Views: 0.7ms)
|
|
2077
|
+
Processing by PartialsController#production_mode as HTML
|
|
2078
|
+
Rendered /Users/kevin/sections_rails/app/sections/partials/production_mode/_production_mode.html.erb (0.4ms)
|
|
2079
|
+
Completed 200 OK in 4ms (Views: 4.1ms)
|
|
2080
|
+
Processing by PartialsController#partial_with_block as HTML
|
|
2081
|
+
Rendered /Users/kevin/sections_rails/app/sections/partials/partial_with_block/_partial_with_block.html.haml (0.9ms)
|
|
2082
|
+
Completed 200 OK in 5ms (Views: 4.7ms)
|
|
2083
|
+
Processing by PartialsController#custom_partial_with_block as HTML
|
|
2084
|
+
Rendered /Users/kevin/sections_rails/app/sections/partials/custom_partial_with_block/_different_name.html.erb (0.5ms)
|
|
2085
|
+
Completed 200 OK in 4ms (Views: 3.5ms)
|
|
2086
|
+
Processing by ScriptAssetsController#javascript as HTML
|
|
2087
|
+
Completed 200 OK in 9ms (Views: 8.4ms)
|
|
2088
|
+
Processing by ScriptAssetsController#coffeescript as HTML
|
|
2089
|
+
Completed 200 OK in 185ms (Views: 185.3ms)
|
|
2090
|
+
Processing by ScriptAssetsController#custom_script as HTML
|
|
2091
|
+
Completed 200 OK in 10ms (Views: 9.6ms)
|
|
2092
|
+
Processing by ScriptAssetsController#custom_script as HTML
|
|
2093
|
+
Completed 200 OK in 1ms (Views: 1.0ms)
|
|
2094
|
+
Processing by ScriptAssetsController#no_script as HTML
|
|
2095
|
+
Completed 200 OK in 3ms (Views: 3.0ms)
|
|
2096
|
+
Processing by ScriptAssetsController#production_mode as HTML
|
|
2097
|
+
Completed 200 OK in 2ms (Views: 2.2ms)
|
|
2098
|
+
Processing by StyleAssetsController#css as HTML
|
|
2099
|
+
Completed 200 OK in 9ms (Views: 8.6ms)
|
|
2100
|
+
Processing by StyleAssetsController#sass as HTML
|
|
2101
|
+
Completed 200 OK in 228ms (Views: 228.0ms)
|
|
2102
|
+
Processing by StyleAssetsController#css_sass as HTML
|
|
2103
|
+
Completed 200 OK in 9ms (Views: 9.2ms)
|
|
2104
|
+
Processing by StyleAssetsController#scss as HTML
|
|
2105
|
+
Completed 200 OK in 10ms (Views: 10.3ms)
|
|
2106
|
+
Processing by StyleAssetsController#css_scss as HTML
|
|
2107
|
+
Completed 200 OK in 10ms (Views: 9.5ms)
|
|
2108
|
+
Processing by StyleAssetsController#custom_style as HTML
|
|
2109
|
+
Completed 200 OK in 9ms (Views: 9.3ms)
|
|
2110
|
+
Processing by StyleAssetsController#custom_style as HTML
|
|
2111
|
+
Completed 200 OK in 1ms (Views: 1.0ms)
|
|
2112
|
+
Processing by StyleAssetsController#no_style as HTML
|
|
2113
|
+
Completed 200 OK in 3ms (Views: 3.1ms)
|
|
2114
|
+
Processing by StyleAssetsController#production_mode as HTML
|
|
2115
|
+
Completed 200 OK in 2ms (Views: 1.9ms)
|
|
2116
|
+
Processing by ViewTypesController#erb as HTML
|
|
2117
|
+
Rendered /Users/kevin/sections_rails/app/sections/view_types/foo/_foo.html.erb (0.4ms)
|
|
2118
|
+
Completed 200 OK in 9ms (Views: 8.4ms)
|
|
2119
|
+
Processing by ViewTypesController#haml as HTML
|
|
2120
|
+
Rendered /Users/kevin/sections_rails/app/sections/view_types/foo/_foo.html.erb (0.1ms)
|
|
2121
|
+
Completed 200 OK in 3ms (Views: 2.7ms)
|
data/spec/dummy/tmp/cache/assets/test/sass/6895cbbabdbdd68bfd5eaeb8a7205320b5ae8570/sass.sassc
ADDED
|
Binary file
|
|
Binary file
|
|
Binary file
|
data/spec/dummy/tmp/cache/assets/test/sass/c4f2628633a30efcaac4adae6d64dc98a3dc5098/scss.scssc
ADDED
|
Binary file
|
|
@@ -79,6 +79,7 @@ describe SectionsRails::Section do
|
|
|
79
79
|
it 'looks for all known types of partials' do
|
|
80
80
|
File.should_receive(:exists?).with("app/sections/folder/section/_section.html.erb").and_return(false)
|
|
81
81
|
File.should_receive(:exists?).with("app/sections/folder/section/_section.html.haml").and_return(false)
|
|
82
|
+
File.should_receive(:exists?).with("app/sections/folder/section/_section.html.slim").and_return(false)
|
|
82
83
|
subject.find_partial_renderpath
|
|
83
84
|
end
|
|
84
85
|
|
|
@@ -99,6 +100,7 @@ describe SectionsRails::Section do
|
|
|
99
100
|
it 'looks for all known types of partials' do
|
|
100
101
|
File.should_receive(:exists?).with("app/sections/folder/section/_section.html.erb").and_return(false)
|
|
101
102
|
File.should_receive(:exists?).with("app/sections/folder/section/_section.html.haml").and_return(false)
|
|
103
|
+
File.should_receive(:exists?).with("app/sections/folder/section/_section.html.slim").and_return(false)
|
|
102
104
|
subject.find_partial_filepath
|
|
103
105
|
end
|
|
104
106
|
|
data/spec/spec_helper.rb
CHANGED
|
@@ -1,37 +1,16 @@
|
|
|
1
|
-
|
|
1
|
+
unless ENV['COVERALLS_CONFIG'] == 'nocoveralls'
|
|
2
2
|
require 'coveralls'
|
|
3
3
|
Coveralls.wear!
|
|
4
4
|
end
|
|
5
|
+
ENV["RAILS_ENV"] ||= 'test'
|
|
5
6
|
|
|
6
|
-
require 'rubygems'
|
|
7
|
-
require 'bundler/setup'
|
|
8
|
-
require 'rails'
|
|
9
7
|
require File.expand_path("../dummy/config/environment.rb", __FILE__)
|
|
10
|
-
|
|
11
|
-
require 'rspec'
|
|
12
8
|
require 'rspec/rails'
|
|
9
|
+
require 'rspec/autorun'
|
|
13
10
|
require 'sections_rails'
|
|
14
11
|
|
|
15
|
-
# Configure Rails Environment
|
|
16
|
-
ENV["RAILS_ENV"] = "test"
|
|
17
|
-
#Rails = Hashie::Mash.new({:env => 'test'})
|
|
18
|
-
|
|
19
|
-
# Load support files
|
|
20
|
-
Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each { |f| require f }
|
|
21
|
-
|
|
22
12
|
|
|
23
13
|
RSpec.configure do |config|
|
|
24
|
-
|
|
25
|
-
#
|
|
26
|
-
# If you prefer to use mocha, flexmock or RR, uncomment the appropriate line:
|
|
27
|
-
#
|
|
28
|
-
# config.mock_with :mocha
|
|
29
|
-
# config.mock_with :flexmock
|
|
30
|
-
# config.mock_with :rr
|
|
14
|
+
config.infer_base_class_for_anonymous_controllers = false
|
|
31
15
|
config.mock_with :rspec
|
|
32
|
-
|
|
33
|
-
# If you're not using ActiveRecord, or you'd prefer not to run each of your
|
|
34
|
-
# examples within a transaction, remove the following line or assign false
|
|
35
|
-
# instead of true.
|
|
36
|
-
# config.use_transactional_fixtures = true
|
|
37
16
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sections_rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.8.
|
|
4
|
+
version: 0.8.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Kevin Goslar
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2013-08-
|
|
11
|
+
date: 2013-08-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|
|
@@ -136,6 +136,20 @@ dependencies:
|
|
|
136
136
|
- - '>='
|
|
137
137
|
- !ruby/object:Gem::Version
|
|
138
138
|
version: '0'
|
|
139
|
+
- !ruby/object:Gem::Dependency
|
|
140
|
+
name: slim
|
|
141
|
+
requirement: !ruby/object:Gem::Requirement
|
|
142
|
+
requirements:
|
|
143
|
+
- - '>='
|
|
144
|
+
- !ruby/object:Gem::Version
|
|
145
|
+
version: '0'
|
|
146
|
+
type: :development
|
|
147
|
+
prerelease: false
|
|
148
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
149
|
+
requirements:
|
|
150
|
+
- - '>='
|
|
151
|
+
- !ruby/object:Gem::Version
|
|
152
|
+
version: '0'
|
|
139
153
|
description: Sections_rails adds infrastructure to the view layer of Ruby on Rails.
|
|
140
154
|
It allows to define and use the HTML, CSS, and JavaScript code of dedicated sections
|
|
141
155
|
of pages together in one place.
|
|
@@ -190,6 +204,7 @@ files:
|
|
|
190
204
|
- spec/dummy/app/views/partials/no_options.html.erb
|
|
191
205
|
- spec/dummy/app/views/partials/partial_with_block.html.haml
|
|
192
206
|
- spec/dummy/app/views/partials/production_mode.html.erb
|
|
207
|
+
- spec/dummy/app/views/partials/slim_section.html.erb
|
|
193
208
|
- spec/dummy/app/views/partials/tag_option.html.erb
|
|
194
209
|
- spec/dummy/app/views/script_assets/coffeescript.html.erb
|
|
195
210
|
- spec/dummy/app/views/script_assets/custom_script.html.erb
|
|
@@ -259,6 +274,45 @@ files:
|
|
|
259
274
|
- spec/dummy/tmp/cache/assets/development/sprockets/f4e42345683e627f5c3ddbed7b0f3003
|
|
260
275
|
- spec/dummy/tmp/cache/assets/development/sprockets/f5d263c951494ab0fb39fe65f211ea9d
|
|
261
276
|
- spec/dummy/tmp/cache/assets/development/sprockets/fb9a65051eb9d735f3634545d153a9eb
|
|
277
|
+
- spec/dummy/tmp/cache/assets/test/sass/6895cbbabdbdd68bfd5eaeb8a7205320b5ae8570/sass.sassc
|
|
278
|
+
- spec/dummy/tmp/cache/assets/test/sass/8498f83ad93e5e5008158dd5f1a619c70444d1b9/css_scss.css.scssc
|
|
279
|
+
- spec/dummy/tmp/cache/assets/test/sass/af6c5e5e0472cd741dba44cad548e8bee004b57f/css_sass.css.sassc
|
|
280
|
+
- spec/dummy/tmp/cache/assets/test/sass/c4f2628633a30efcaac4adae6d64dc98a3dc5098/scss.scssc
|
|
281
|
+
- spec/dummy/tmp/cache/assets/test/sprockets/07debd2f5bdd0945f151e2b19446f044
|
|
282
|
+
- spec/dummy/tmp/cache/assets/test/sprockets/08f27e536dfd0bf16e287507b2acf9cd
|
|
283
|
+
- spec/dummy/tmp/cache/assets/test/sprockets/0fca8ebe3afdfe78547af6286f823282
|
|
284
|
+
- spec/dummy/tmp/cache/assets/test/sprockets/1b3072864335229a30962921e232e038
|
|
285
|
+
- spec/dummy/tmp/cache/assets/test/sprockets/1e3b95f4fb7349356a18d5d6c25a03c5
|
|
286
|
+
- spec/dummy/tmp/cache/assets/test/sprockets/1ef0ad5f3bf9347ff721cc9adb7ac475
|
|
287
|
+
- spec/dummy/tmp/cache/assets/test/sprockets/22ca9b4c7a72cecb6e5bd86aeb2cbe1a
|
|
288
|
+
- spec/dummy/tmp/cache/assets/test/sprockets/23a710a5152e77b9f6093d0ff6132cbb
|
|
289
|
+
- spec/dummy/tmp/cache/assets/test/sprockets/2760c50c86bfb006436f3b08f7f86d50
|
|
290
|
+
- spec/dummy/tmp/cache/assets/test/sprockets/27cd0623d0c7bf548c06891f9ff3a7fe
|
|
291
|
+
- spec/dummy/tmp/cache/assets/test/sprockets/2883d6642cddc16b7cbec8a10d604e1f
|
|
292
|
+
- spec/dummy/tmp/cache/assets/test/sprockets/43f23e226a6cf9111462a1de5a4141c9
|
|
293
|
+
- spec/dummy/tmp/cache/assets/test/sprockets/4469f565cbeb63b8a9dd57c772a0063f
|
|
294
|
+
- spec/dummy/tmp/cache/assets/test/sprockets/4bfa702f177bb40d4add4fa2cdc56290
|
|
295
|
+
- spec/dummy/tmp/cache/assets/test/sprockets/620334e6045e81791d00cfc3d5880e99
|
|
296
|
+
- spec/dummy/tmp/cache/assets/test/sprockets/778cbfb3c3494e0a1bff25acec1acb41
|
|
297
|
+
- spec/dummy/tmp/cache/assets/test/sprockets/88172c7017f9d54036e04229e5aeb7a9
|
|
298
|
+
- spec/dummy/tmp/cache/assets/test/sprockets/a1675ac0cfcd39baa9de6cd3800ed7d8
|
|
299
|
+
- spec/dummy/tmp/cache/assets/test/sprockets/a5d83488b94f2eb72952aead38dff3e3
|
|
300
|
+
- spec/dummy/tmp/cache/assets/test/sprockets/a6fce1b02a415f12102f90ede73a4466
|
|
301
|
+
- spec/dummy/tmp/cache/assets/test/sprockets/ab9a16c02e5840aa2caa410053c6d992
|
|
302
|
+
- spec/dummy/tmp/cache/assets/test/sprockets/ad63aa5b66774feeab4dc6bcf5cd62ba
|
|
303
|
+
- spec/dummy/tmp/cache/assets/test/sprockets/b4e4bd3378cc31d280c2f1e817d7e563
|
|
304
|
+
- spec/dummy/tmp/cache/assets/test/sprockets/b55f94acb73aef21cd0314d38e7154d1
|
|
305
|
+
- spec/dummy/tmp/cache/assets/test/sprockets/bb6a12b80c6bb08c7943f43676e3c85b
|
|
306
|
+
- spec/dummy/tmp/cache/assets/test/sprockets/c427bfd8150de82240a0e21a09f2555b
|
|
307
|
+
- spec/dummy/tmp/cache/assets/test/sprockets/c6e5bc7bd239a1911ec2e68129e3de64
|
|
308
|
+
- spec/dummy/tmp/cache/assets/test/sprockets/dca0e46db52c9d8f506520eb6da852d5
|
|
309
|
+
- spec/dummy/tmp/cache/assets/test/sprockets/e96fdb62e07b19eed5b0da3f39778ad8
|
|
310
|
+
- spec/dummy/tmp/cache/assets/test/sprockets/ea32dd93eace3bc52cef33158a05dff0
|
|
311
|
+
- spec/dummy/tmp/cache/assets/test/sprockets/ee731240c77f9d385c44692245a14659
|
|
312
|
+
- spec/dummy/tmp/cache/assets/test/sprockets/f05f533e9d84fde309ea83909d9ce528
|
|
313
|
+
- spec/dummy/tmp/cache/assets/test/sprockets/f4e42345683e627f5c3ddbed7b0f3003
|
|
314
|
+
- spec/dummy/tmp/cache/assets/test/sprockets/f5d263c951494ab0fb39fe65f211ea9d
|
|
315
|
+
- spec/dummy/tmp/cache/assets/test/sprockets/fb9a65051eb9d735f3634545d153a9eb
|
|
262
316
|
- spec/sections_rails/config_spec.rb
|
|
263
317
|
- spec/sections_rails/partial_parser_spec.rb
|
|
264
318
|
- spec/sections_rails/section_spec.rb
|
|
@@ -322,6 +376,7 @@ test_files:
|
|
|
322
376
|
- spec/dummy/app/views/partials/no_options.html.erb
|
|
323
377
|
- spec/dummy/app/views/partials/partial_with_block.html.haml
|
|
324
378
|
- spec/dummy/app/views/partials/production_mode.html.erb
|
|
379
|
+
- spec/dummy/app/views/partials/slim_section.html.erb
|
|
325
380
|
- spec/dummy/app/views/partials/tag_option.html.erb
|
|
326
381
|
- spec/dummy/app/views/script_assets/coffeescript.html.erb
|
|
327
382
|
- spec/dummy/app/views/script_assets/custom_script.html.erb
|
|
@@ -391,6 +446,45 @@ test_files:
|
|
|
391
446
|
- spec/dummy/tmp/cache/assets/development/sprockets/f4e42345683e627f5c3ddbed7b0f3003
|
|
392
447
|
- spec/dummy/tmp/cache/assets/development/sprockets/f5d263c951494ab0fb39fe65f211ea9d
|
|
393
448
|
- spec/dummy/tmp/cache/assets/development/sprockets/fb9a65051eb9d735f3634545d153a9eb
|
|
449
|
+
- spec/dummy/tmp/cache/assets/test/sass/6895cbbabdbdd68bfd5eaeb8a7205320b5ae8570/sass.sassc
|
|
450
|
+
- spec/dummy/tmp/cache/assets/test/sass/8498f83ad93e5e5008158dd5f1a619c70444d1b9/css_scss.css.scssc
|
|
451
|
+
- spec/dummy/tmp/cache/assets/test/sass/af6c5e5e0472cd741dba44cad548e8bee004b57f/css_sass.css.sassc
|
|
452
|
+
- spec/dummy/tmp/cache/assets/test/sass/c4f2628633a30efcaac4adae6d64dc98a3dc5098/scss.scssc
|
|
453
|
+
- spec/dummy/tmp/cache/assets/test/sprockets/07debd2f5bdd0945f151e2b19446f044
|
|
454
|
+
- spec/dummy/tmp/cache/assets/test/sprockets/08f27e536dfd0bf16e287507b2acf9cd
|
|
455
|
+
- spec/dummy/tmp/cache/assets/test/sprockets/0fca8ebe3afdfe78547af6286f823282
|
|
456
|
+
- spec/dummy/tmp/cache/assets/test/sprockets/1b3072864335229a30962921e232e038
|
|
457
|
+
- spec/dummy/tmp/cache/assets/test/sprockets/1e3b95f4fb7349356a18d5d6c25a03c5
|
|
458
|
+
- spec/dummy/tmp/cache/assets/test/sprockets/1ef0ad5f3bf9347ff721cc9adb7ac475
|
|
459
|
+
- spec/dummy/tmp/cache/assets/test/sprockets/22ca9b4c7a72cecb6e5bd86aeb2cbe1a
|
|
460
|
+
- spec/dummy/tmp/cache/assets/test/sprockets/23a710a5152e77b9f6093d0ff6132cbb
|
|
461
|
+
- spec/dummy/tmp/cache/assets/test/sprockets/2760c50c86bfb006436f3b08f7f86d50
|
|
462
|
+
- spec/dummy/tmp/cache/assets/test/sprockets/27cd0623d0c7bf548c06891f9ff3a7fe
|
|
463
|
+
- spec/dummy/tmp/cache/assets/test/sprockets/2883d6642cddc16b7cbec8a10d604e1f
|
|
464
|
+
- spec/dummy/tmp/cache/assets/test/sprockets/43f23e226a6cf9111462a1de5a4141c9
|
|
465
|
+
- spec/dummy/tmp/cache/assets/test/sprockets/4469f565cbeb63b8a9dd57c772a0063f
|
|
466
|
+
- spec/dummy/tmp/cache/assets/test/sprockets/4bfa702f177bb40d4add4fa2cdc56290
|
|
467
|
+
- spec/dummy/tmp/cache/assets/test/sprockets/620334e6045e81791d00cfc3d5880e99
|
|
468
|
+
- spec/dummy/tmp/cache/assets/test/sprockets/778cbfb3c3494e0a1bff25acec1acb41
|
|
469
|
+
- spec/dummy/tmp/cache/assets/test/sprockets/88172c7017f9d54036e04229e5aeb7a9
|
|
470
|
+
- spec/dummy/tmp/cache/assets/test/sprockets/a1675ac0cfcd39baa9de6cd3800ed7d8
|
|
471
|
+
- spec/dummy/tmp/cache/assets/test/sprockets/a5d83488b94f2eb72952aead38dff3e3
|
|
472
|
+
- spec/dummy/tmp/cache/assets/test/sprockets/a6fce1b02a415f12102f90ede73a4466
|
|
473
|
+
- spec/dummy/tmp/cache/assets/test/sprockets/ab9a16c02e5840aa2caa410053c6d992
|
|
474
|
+
- spec/dummy/tmp/cache/assets/test/sprockets/ad63aa5b66774feeab4dc6bcf5cd62ba
|
|
475
|
+
- spec/dummy/tmp/cache/assets/test/sprockets/b4e4bd3378cc31d280c2f1e817d7e563
|
|
476
|
+
- spec/dummy/tmp/cache/assets/test/sprockets/b55f94acb73aef21cd0314d38e7154d1
|
|
477
|
+
- spec/dummy/tmp/cache/assets/test/sprockets/bb6a12b80c6bb08c7943f43676e3c85b
|
|
478
|
+
- spec/dummy/tmp/cache/assets/test/sprockets/c427bfd8150de82240a0e21a09f2555b
|
|
479
|
+
- spec/dummy/tmp/cache/assets/test/sprockets/c6e5bc7bd239a1911ec2e68129e3de64
|
|
480
|
+
- spec/dummy/tmp/cache/assets/test/sprockets/dca0e46db52c9d8f506520eb6da852d5
|
|
481
|
+
- spec/dummy/tmp/cache/assets/test/sprockets/e96fdb62e07b19eed5b0da3f39778ad8
|
|
482
|
+
- spec/dummy/tmp/cache/assets/test/sprockets/ea32dd93eace3bc52cef33158a05dff0
|
|
483
|
+
- spec/dummy/tmp/cache/assets/test/sprockets/ee731240c77f9d385c44692245a14659
|
|
484
|
+
- spec/dummy/tmp/cache/assets/test/sprockets/f05f533e9d84fde309ea83909d9ce528
|
|
485
|
+
- spec/dummy/tmp/cache/assets/test/sprockets/f4e42345683e627f5c3ddbed7b0f3003
|
|
486
|
+
- spec/dummy/tmp/cache/assets/test/sprockets/f5d263c951494ab0fb39fe65f211ea9d
|
|
487
|
+
- spec/dummy/tmp/cache/assets/test/sprockets/fb9a65051eb9d735f3634545d153a9eb
|
|
394
488
|
- spec/sections_rails/config_spec.rb
|
|
395
489
|
- spec/sections_rails/partial_parser_spec.rb
|
|
396
490
|
- spec/sections_rails/section_spec.rb
|