rails_imager 0.0.22 → 0.0.23
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/controllers/rails_imager/images_controller.rb +15 -4
- data/lib/rails_imager/version.rb +1 -1
- data/spec/controllers/rails_imager/images_controller_spec.rb +129 -0
- data/spec/dummy/README.rdoc +28 -0
- data/spec/dummy/Rakefile +6 -0
- data/spec/dummy/app/assets/javascripts/application.js +13 -0
- data/spec/dummy/app/assets/stylesheets/application.css +13 -0
- data/spec/dummy/app/controllers/application_controller.rb +5 -0
- data/spec/dummy/app/helpers/application_helper.rb +2 -0
- data/spec/dummy/app/views/layouts/application.html.erb +14 -0
- data/spec/dummy/bin/bundle +3 -0
- data/spec/dummy/bin/rails +4 -0
- data/spec/dummy/bin/rake +4 -0
- data/spec/dummy/config/application.rb +23 -0
- data/spec/dummy/config/boot.rb +5 -0
- data/spec/dummy/config/database.yml +25 -0
- data/spec/dummy/config/environment.rb +5 -0
- data/spec/dummy/config/environments/development.rb +29 -0
- data/spec/dummy/config/environments/production.rb +80 -0
- data/spec/dummy/config/environments/test.rb +36 -0
- data/spec/dummy/config/initializers/backtrace_silencers.rb +7 -0
- data/spec/dummy/config/initializers/filter_parameter_logging.rb +4 -0
- data/spec/dummy/config/initializers/inflections.rb +16 -0
- data/spec/dummy/config/initializers/mime_types.rb +5 -0
- data/spec/dummy/config/initializers/secret_token.rb +12 -0
- data/spec/dummy/config/initializers/session_store.rb +3 -0
- data/spec/dummy/config/initializers/wrap_parameters.rb +14 -0
- data/spec/dummy/config/locales/en.yml +23 -0
- data/spec/dummy/config/routes.rb +3 -0
- data/spec/dummy/config.ru +4 -0
- data/spec/dummy/db/development.sqlite3 +0 -0
- data/spec/dummy/db/test.sqlite3 +0 -0
- data/spec/dummy/log/development.log +1877 -0
- data/spec/dummy/log/test.log +10153 -0
- data/spec/dummy/public/404.html +58 -0
- data/spec/dummy/public/422.html +58 -0
- data/spec/dummy/public/500.html +57 -0
- data/spec/dummy/public/favicon.ico +0 -0
- data/spec/dummy/public/test.png +0 -0
- data/spec/dummy/public/test_/303/246_/303/270_/303/245.png +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/0664a19cc0f5d977f80bafcefe17e9c9 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/0a9ac96e2e41642bb5a979bc1bba099d +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/2ca25a1b4dbb5046e79cdc5c2b0e6d55 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/510b6fd97773642f0b777a14f0ef5366 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/9e801b0fd4666d3a5cb45345d7de21a7 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/b40bea70cdbfe1b3b11ede81a1d20002 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/be7b64afb60161c417c6465682b304ac +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/c0dbbd2455c6e7638bd41c5f003dff53 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/cc85e49d1f8af3e2bb0073f666f413be +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/e31424e52369b0afcae5d0350c19ae82 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/f202557856e13ca5921856c87d402bd4 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/fe7c9c32074445201dccf284f19078bf +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/0a9ac96e2e41642bb5a979bc1bba099d +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/2ca25a1b4dbb5046e79cdc5c2b0e6d55 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/510b6fd97773642f0b777a14f0ef5366 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/9e801b0fd4666d3a5cb45345d7de21a7 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/b40bea70cdbfe1b3b11ede81a1d20002 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/be7b64afb60161c417c6465682b304ac +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/c0dbbd2455c6e7638bd41c5f003dff53 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/e31424e52369b0afcae5d0350c19ae82 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/f202557856e13ca5921856c87d402bd4 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/fe7c9c32074445201dccf284f19078bf +0 -0
- data/spec/helpers/rails_imager/images_helper_spec.rb +8 -0
- data/spec/spec_helper.rb +45 -0
- data/spec/test.png +0 -0
- metadata +143 -3
@@ -0,0 +1,58 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
<html>
|
3
|
+
<head>
|
4
|
+
<title>The page you were looking for doesn't exist (404)</title>
|
5
|
+
<style>
|
6
|
+
body {
|
7
|
+
background-color: #EFEFEF;
|
8
|
+
color: #2E2F30;
|
9
|
+
text-align: center;
|
10
|
+
font-family: arial, sans-serif;
|
11
|
+
}
|
12
|
+
|
13
|
+
div.dialog {
|
14
|
+
width: 25em;
|
15
|
+
margin: 4em auto 0 auto;
|
16
|
+
border: 1px solid #CCC;
|
17
|
+
border-right-color: #999;
|
18
|
+
border-left-color: #999;
|
19
|
+
border-bottom-color: #BBB;
|
20
|
+
border-top: #B00100 solid 4px;
|
21
|
+
border-top-left-radius: 9px;
|
22
|
+
border-top-right-radius: 9px;
|
23
|
+
background-color: white;
|
24
|
+
padding: 7px 4em 0 4em;
|
25
|
+
}
|
26
|
+
|
27
|
+
h1 {
|
28
|
+
font-size: 100%;
|
29
|
+
color: #730E15;
|
30
|
+
line-height: 1.5em;
|
31
|
+
}
|
32
|
+
|
33
|
+
body > p {
|
34
|
+
width: 33em;
|
35
|
+
margin: 0 auto 1em;
|
36
|
+
padding: 1em 0;
|
37
|
+
background-color: #F7F7F7;
|
38
|
+
border: 1px solid #CCC;
|
39
|
+
border-right-color: #999;
|
40
|
+
border-bottom-color: #999;
|
41
|
+
border-bottom-left-radius: 4px;
|
42
|
+
border-bottom-right-radius: 4px;
|
43
|
+
border-top-color: #DADADA;
|
44
|
+
color: #666;
|
45
|
+
box-shadow:0 3px 8px rgba(50, 50, 50, 0.17);
|
46
|
+
}
|
47
|
+
</style>
|
48
|
+
</head>
|
49
|
+
|
50
|
+
<body>
|
51
|
+
<!-- This file lives in public/404.html -->
|
52
|
+
<div class="dialog">
|
53
|
+
<h1>The page you were looking for doesn't exist.</h1>
|
54
|
+
<p>You may have mistyped the address or the page may have moved.</p>
|
55
|
+
</div>
|
56
|
+
<p>If you are the application owner check the logs for more information.</p>
|
57
|
+
</body>
|
58
|
+
</html>
|
@@ -0,0 +1,58 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
<html>
|
3
|
+
<head>
|
4
|
+
<title>The change you wanted was rejected (422)</title>
|
5
|
+
<style>
|
6
|
+
body {
|
7
|
+
background-color: #EFEFEF;
|
8
|
+
color: #2E2F30;
|
9
|
+
text-align: center;
|
10
|
+
font-family: arial, sans-serif;
|
11
|
+
}
|
12
|
+
|
13
|
+
div.dialog {
|
14
|
+
width: 25em;
|
15
|
+
margin: 4em auto 0 auto;
|
16
|
+
border: 1px solid #CCC;
|
17
|
+
border-right-color: #999;
|
18
|
+
border-left-color: #999;
|
19
|
+
border-bottom-color: #BBB;
|
20
|
+
border-top: #B00100 solid 4px;
|
21
|
+
border-top-left-radius: 9px;
|
22
|
+
border-top-right-radius: 9px;
|
23
|
+
background-color: white;
|
24
|
+
padding: 7px 4em 0 4em;
|
25
|
+
}
|
26
|
+
|
27
|
+
h1 {
|
28
|
+
font-size: 100%;
|
29
|
+
color: #730E15;
|
30
|
+
line-height: 1.5em;
|
31
|
+
}
|
32
|
+
|
33
|
+
body > p {
|
34
|
+
width: 33em;
|
35
|
+
margin: 0 auto 1em;
|
36
|
+
padding: 1em 0;
|
37
|
+
background-color: #F7F7F7;
|
38
|
+
border: 1px solid #CCC;
|
39
|
+
border-right-color: #999;
|
40
|
+
border-bottom-color: #999;
|
41
|
+
border-bottom-left-radius: 4px;
|
42
|
+
border-bottom-right-radius: 4px;
|
43
|
+
border-top-color: #DADADA;
|
44
|
+
color: #666;
|
45
|
+
box-shadow:0 3px 8px rgba(50, 50, 50, 0.17);
|
46
|
+
}
|
47
|
+
</style>
|
48
|
+
</head>
|
49
|
+
|
50
|
+
<body>
|
51
|
+
<!-- This file lives in public/422.html -->
|
52
|
+
<div class="dialog">
|
53
|
+
<h1>The change you wanted was rejected.</h1>
|
54
|
+
<p>Maybe you tried to change something you didn't have access to.</p>
|
55
|
+
</div>
|
56
|
+
<p>If you are the application owner check the logs for more information.</p>
|
57
|
+
</body>
|
58
|
+
</html>
|
@@ -0,0 +1,57 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
<html>
|
3
|
+
<head>
|
4
|
+
<title>We're sorry, but something went wrong (500)</title>
|
5
|
+
<style>
|
6
|
+
body {
|
7
|
+
background-color: #EFEFEF;
|
8
|
+
color: #2E2F30;
|
9
|
+
text-align: center;
|
10
|
+
font-family: arial, sans-serif;
|
11
|
+
}
|
12
|
+
|
13
|
+
div.dialog {
|
14
|
+
width: 25em;
|
15
|
+
margin: 4em auto 0 auto;
|
16
|
+
border: 1px solid #CCC;
|
17
|
+
border-right-color: #999;
|
18
|
+
border-left-color: #999;
|
19
|
+
border-bottom-color: #BBB;
|
20
|
+
border-top: #B00100 solid 4px;
|
21
|
+
border-top-left-radius: 9px;
|
22
|
+
border-top-right-radius: 9px;
|
23
|
+
background-color: white;
|
24
|
+
padding: 7px 4em 0 4em;
|
25
|
+
}
|
26
|
+
|
27
|
+
h1 {
|
28
|
+
font-size: 100%;
|
29
|
+
color: #730E15;
|
30
|
+
line-height: 1.5em;
|
31
|
+
}
|
32
|
+
|
33
|
+
body > p {
|
34
|
+
width: 33em;
|
35
|
+
margin: 0 auto 1em;
|
36
|
+
padding: 1em 0;
|
37
|
+
background-color: #F7F7F7;
|
38
|
+
border: 1px solid #CCC;
|
39
|
+
border-right-color: #999;
|
40
|
+
border-bottom-color: #999;
|
41
|
+
border-bottom-left-radius: 4px;
|
42
|
+
border-bottom-right-radius: 4px;
|
43
|
+
border-top-color: #DADADA;
|
44
|
+
color: #666;
|
45
|
+
box-shadow:0 3px 8px rgba(50, 50, 50, 0.17);
|
46
|
+
}
|
47
|
+
</style>
|
48
|
+
</head>
|
49
|
+
|
50
|
+
<body>
|
51
|
+
<!-- This file lives in public/500.html -->
|
52
|
+
<div class="dialog">
|
53
|
+
<h1>We're sorry, but something went wrong.</h1>
|
54
|
+
</div>
|
55
|
+
<p>If you are the application owner check the logs for more information.</p>
|
56
|
+
</body>
|
57
|
+
</html>
|
File without changes
|
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
|
data/spec/spec_helper.rb
ADDED
@@ -0,0 +1,45 @@
|
|
1
|
+
require "codeclimate-test-reporter"
|
2
|
+
CodeClimate::TestReporter.start
|
3
|
+
|
4
|
+
# This file is copied to spec/ when you run 'rails generate rspec:install'
|
5
|
+
ENV["RAILS_ENV"] ||= 'test'
|
6
|
+
require File.expand_path("../dummy/config/environment.rb", __FILE__)
|
7
|
+
require 'rspec/rails'
|
8
|
+
require 'rspec/autorun'
|
9
|
+
|
10
|
+
# Requires supporting ruby files with custom matchers and macros, etc,
|
11
|
+
# in spec/support/ and its subdirectories.
|
12
|
+
Dir[Rails.root.join("spec/support/**/*.rb")].each { |f| require f }
|
13
|
+
|
14
|
+
# Checks for pending migrations before tests are run.
|
15
|
+
# If you are not using ActiveRecord, you can remove this line.
|
16
|
+
ActiveRecord::Migration.check_pending! if defined?(ActiveRecord::Migration)
|
17
|
+
|
18
|
+
RSpec.configure do |config|
|
19
|
+
# ## Mock Framework
|
20
|
+
#
|
21
|
+
# If you prefer to use mocha, flexmock or RR, uncomment the appropriate line:
|
22
|
+
#
|
23
|
+
# config.mock_with :mocha
|
24
|
+
# config.mock_with :flexmock
|
25
|
+
# config.mock_with :rr
|
26
|
+
|
27
|
+
# Remove this line if you're not using ActiveRecord or ActiveRecord fixtures
|
28
|
+
config.fixture_path = "#{::Rails.root}/spec/fixtures"
|
29
|
+
|
30
|
+
# If you're not using ActiveRecord, or you'd prefer not to run each of your
|
31
|
+
# examples within a transaction, remove the following line or assign false
|
32
|
+
# instead of true.
|
33
|
+
config.use_transactional_fixtures = true
|
34
|
+
|
35
|
+
# If true, the base class of anonymous controllers will be inferred
|
36
|
+
# automatically. This will be the default behavior in future versions of
|
37
|
+
# rspec-rails.
|
38
|
+
config.infer_base_class_for_anonymous_controllers = false
|
39
|
+
|
40
|
+
# Run specs in random order to surface order dependencies. If you find an
|
41
|
+
# order dependency and want to debug it, you can fix the order by providing
|
42
|
+
# the seed, which is printed after each run.
|
43
|
+
# --seed 1234
|
44
|
+
config.order = "random"
|
45
|
+
end
|
data/spec/test.png
ADDED
Binary file
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rails_imager
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.23
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- kaspernj
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-
|
11
|
+
date: 2014-12-14 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: codeclimate-test-reporter
|
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: Automatic resizing, bordering and more of images.
|
140
154
|
email:
|
141
155
|
- k@spernj.org
|
@@ -158,6 +172,69 @@ files:
|
|
158
172
|
- lib/rails_imager/engine.rb
|
159
173
|
- lib/rails_imager/version.rb
|
160
174
|
- lib/tasks/rails_imager_tasks.rake
|
175
|
+
- spec/controllers/rails_imager/images_controller_spec.rb
|
176
|
+
- spec/dummy/README.rdoc
|
177
|
+
- spec/dummy/Rakefile
|
178
|
+
- spec/dummy/app/assets/javascripts/application.js
|
179
|
+
- spec/dummy/app/assets/stylesheets/application.css
|
180
|
+
- spec/dummy/app/controllers/application_controller.rb
|
181
|
+
- spec/dummy/app/helpers/application_helper.rb
|
182
|
+
- spec/dummy/app/views/layouts/application.html.erb
|
183
|
+
- spec/dummy/bin/bundle
|
184
|
+
- spec/dummy/bin/rails
|
185
|
+
- spec/dummy/bin/rake
|
186
|
+
- spec/dummy/config.ru
|
187
|
+
- spec/dummy/config/application.rb
|
188
|
+
- spec/dummy/config/boot.rb
|
189
|
+
- spec/dummy/config/database.yml
|
190
|
+
- spec/dummy/config/environment.rb
|
191
|
+
- spec/dummy/config/environments/development.rb
|
192
|
+
- spec/dummy/config/environments/production.rb
|
193
|
+
- spec/dummy/config/environments/test.rb
|
194
|
+
- spec/dummy/config/initializers/backtrace_silencers.rb
|
195
|
+
- spec/dummy/config/initializers/filter_parameter_logging.rb
|
196
|
+
- spec/dummy/config/initializers/inflections.rb
|
197
|
+
- spec/dummy/config/initializers/mime_types.rb
|
198
|
+
- spec/dummy/config/initializers/secret_token.rb
|
199
|
+
- spec/dummy/config/initializers/session_store.rb
|
200
|
+
- spec/dummy/config/initializers/wrap_parameters.rb
|
201
|
+
- spec/dummy/config/locales/en.yml
|
202
|
+
- spec/dummy/config/routes.rb
|
203
|
+
- spec/dummy/db/development.sqlite3
|
204
|
+
- spec/dummy/db/test.sqlite3
|
205
|
+
- spec/dummy/log/development.log
|
206
|
+
- spec/dummy/log/test.log
|
207
|
+
- spec/dummy/public/404.html
|
208
|
+
- spec/dummy/public/422.html
|
209
|
+
- spec/dummy/public/500.html
|
210
|
+
- spec/dummy/public/favicon.ico
|
211
|
+
- spec/dummy/public/test.png
|
212
|
+
- spec/dummy/public/test_æ_ø_å.png
|
213
|
+
- spec/dummy/tmp/cache/assets/development/sprockets/0664a19cc0f5d977f80bafcefe17e9c9
|
214
|
+
- spec/dummy/tmp/cache/assets/development/sprockets/0a9ac96e2e41642bb5a979bc1bba099d
|
215
|
+
- spec/dummy/tmp/cache/assets/development/sprockets/2ca25a1b4dbb5046e79cdc5c2b0e6d55
|
216
|
+
- spec/dummy/tmp/cache/assets/development/sprockets/510b6fd97773642f0b777a14f0ef5366
|
217
|
+
- spec/dummy/tmp/cache/assets/development/sprockets/9e801b0fd4666d3a5cb45345d7de21a7
|
218
|
+
- spec/dummy/tmp/cache/assets/development/sprockets/b40bea70cdbfe1b3b11ede81a1d20002
|
219
|
+
- spec/dummy/tmp/cache/assets/development/sprockets/be7b64afb60161c417c6465682b304ac
|
220
|
+
- spec/dummy/tmp/cache/assets/development/sprockets/c0dbbd2455c6e7638bd41c5f003dff53
|
221
|
+
- spec/dummy/tmp/cache/assets/development/sprockets/cc85e49d1f8af3e2bb0073f666f413be
|
222
|
+
- spec/dummy/tmp/cache/assets/development/sprockets/e31424e52369b0afcae5d0350c19ae82
|
223
|
+
- spec/dummy/tmp/cache/assets/development/sprockets/f202557856e13ca5921856c87d402bd4
|
224
|
+
- spec/dummy/tmp/cache/assets/development/sprockets/fe7c9c32074445201dccf284f19078bf
|
225
|
+
- spec/dummy/tmp/cache/assets/test/sprockets/0a9ac96e2e41642bb5a979bc1bba099d
|
226
|
+
- spec/dummy/tmp/cache/assets/test/sprockets/2ca25a1b4dbb5046e79cdc5c2b0e6d55
|
227
|
+
- spec/dummy/tmp/cache/assets/test/sprockets/510b6fd97773642f0b777a14f0ef5366
|
228
|
+
- spec/dummy/tmp/cache/assets/test/sprockets/9e801b0fd4666d3a5cb45345d7de21a7
|
229
|
+
- spec/dummy/tmp/cache/assets/test/sprockets/b40bea70cdbfe1b3b11ede81a1d20002
|
230
|
+
- spec/dummy/tmp/cache/assets/test/sprockets/be7b64afb60161c417c6465682b304ac
|
231
|
+
- spec/dummy/tmp/cache/assets/test/sprockets/c0dbbd2455c6e7638bd41c5f003dff53
|
232
|
+
- spec/dummy/tmp/cache/assets/test/sprockets/e31424e52369b0afcae5d0350c19ae82
|
233
|
+
- spec/dummy/tmp/cache/assets/test/sprockets/f202557856e13ca5921856c87d402bd4
|
234
|
+
- spec/dummy/tmp/cache/assets/test/sprockets/fe7c9c32074445201dccf284f19078bf
|
235
|
+
- spec/helpers/rails_imager/images_helper_spec.rb
|
236
|
+
- spec/spec_helper.rb
|
237
|
+
- spec/test.png
|
161
238
|
homepage: http://www.github.com/kaspernj/rails_imager
|
162
239
|
licenses: []
|
163
240
|
metadata: {}
|
@@ -181,4 +258,67 @@ rubygems_version: 2.4.0
|
|
181
258
|
signing_key:
|
182
259
|
specification_version: 4
|
183
260
|
summary: Automatic resizing, bordering and more of images.
|
184
|
-
test_files:
|
261
|
+
test_files:
|
262
|
+
- spec/test.png
|
263
|
+
- spec/controllers/rails_imager/images_controller_spec.rb
|
264
|
+
- spec/dummy/README.rdoc
|
265
|
+
- spec/dummy/app/controllers/application_controller.rb
|
266
|
+
- spec/dummy/app/views/layouts/application.html.erb
|
267
|
+
- spec/dummy/app/assets/javascripts/application.js
|
268
|
+
- spec/dummy/app/assets/stylesheets/application.css
|
269
|
+
- spec/dummy/app/helpers/application_helper.rb
|
270
|
+
- spec/dummy/public/500.html
|
271
|
+
- spec/dummy/public/test.png
|
272
|
+
- spec/dummy/public/422.html
|
273
|
+
- spec/dummy/public/404.html
|
274
|
+
- spec/dummy/public/favicon.ico
|
275
|
+
- spec/dummy/public/test_æ_ø_å.png
|
276
|
+
- spec/dummy/tmp/cache/assets/test/sprockets/0a9ac96e2e41642bb5a979bc1bba099d
|
277
|
+
- spec/dummy/tmp/cache/assets/test/sprockets/fe7c9c32074445201dccf284f19078bf
|
278
|
+
- spec/dummy/tmp/cache/assets/test/sprockets/2ca25a1b4dbb5046e79cdc5c2b0e6d55
|
279
|
+
- spec/dummy/tmp/cache/assets/test/sprockets/be7b64afb60161c417c6465682b304ac
|
280
|
+
- spec/dummy/tmp/cache/assets/test/sprockets/b40bea70cdbfe1b3b11ede81a1d20002
|
281
|
+
- spec/dummy/tmp/cache/assets/test/sprockets/f202557856e13ca5921856c87d402bd4
|
282
|
+
- spec/dummy/tmp/cache/assets/test/sprockets/9e801b0fd4666d3a5cb45345d7de21a7
|
283
|
+
- spec/dummy/tmp/cache/assets/test/sprockets/510b6fd97773642f0b777a14f0ef5366
|
284
|
+
- spec/dummy/tmp/cache/assets/test/sprockets/e31424e52369b0afcae5d0350c19ae82
|
285
|
+
- spec/dummy/tmp/cache/assets/test/sprockets/c0dbbd2455c6e7638bd41c5f003dff53
|
286
|
+
- spec/dummy/tmp/cache/assets/development/sprockets/0664a19cc0f5d977f80bafcefe17e9c9
|
287
|
+
- spec/dummy/tmp/cache/assets/development/sprockets/0a9ac96e2e41642bb5a979bc1bba099d
|
288
|
+
- spec/dummy/tmp/cache/assets/development/sprockets/fe7c9c32074445201dccf284f19078bf
|
289
|
+
- spec/dummy/tmp/cache/assets/development/sprockets/2ca25a1b4dbb5046e79cdc5c2b0e6d55
|
290
|
+
- spec/dummy/tmp/cache/assets/development/sprockets/be7b64afb60161c417c6465682b304ac
|
291
|
+
- spec/dummy/tmp/cache/assets/development/sprockets/b40bea70cdbfe1b3b11ede81a1d20002
|
292
|
+
- spec/dummy/tmp/cache/assets/development/sprockets/f202557856e13ca5921856c87d402bd4
|
293
|
+
- spec/dummy/tmp/cache/assets/development/sprockets/9e801b0fd4666d3a5cb45345d7de21a7
|
294
|
+
- spec/dummy/tmp/cache/assets/development/sprockets/cc85e49d1f8af3e2bb0073f666f413be
|
295
|
+
- spec/dummy/tmp/cache/assets/development/sprockets/510b6fd97773642f0b777a14f0ef5366
|
296
|
+
- spec/dummy/tmp/cache/assets/development/sprockets/e31424e52369b0afcae5d0350c19ae82
|
297
|
+
- spec/dummy/tmp/cache/assets/development/sprockets/c0dbbd2455c6e7638bd41c5f003dff53
|
298
|
+
- spec/dummy/log/development.log
|
299
|
+
- spec/dummy/log/test.log
|
300
|
+
- spec/dummy/bin/rake
|
301
|
+
- spec/dummy/bin/rails
|
302
|
+
- spec/dummy/bin/bundle
|
303
|
+
- spec/dummy/db/test.sqlite3
|
304
|
+
- spec/dummy/db/development.sqlite3
|
305
|
+
- spec/dummy/Rakefile
|
306
|
+
- spec/dummy/config.ru
|
307
|
+
- spec/dummy/config/initializers/wrap_parameters.rb
|
308
|
+
- spec/dummy/config/initializers/session_store.rb
|
309
|
+
- spec/dummy/config/initializers/inflections.rb
|
310
|
+
- spec/dummy/config/initializers/mime_types.rb
|
311
|
+
- spec/dummy/config/initializers/secret_token.rb
|
312
|
+
- spec/dummy/config/initializers/backtrace_silencers.rb
|
313
|
+
- spec/dummy/config/initializers/filter_parameter_logging.rb
|
314
|
+
- spec/dummy/config/environments/production.rb
|
315
|
+
- spec/dummy/config/environments/test.rb
|
316
|
+
- spec/dummy/config/environments/development.rb
|
317
|
+
- spec/dummy/config/application.rb
|
318
|
+
- spec/dummy/config/environment.rb
|
319
|
+
- spec/dummy/config/boot.rb
|
320
|
+
- spec/dummy/config/locales/en.yml
|
321
|
+
- spec/dummy/config/database.yml
|
322
|
+
- spec/dummy/config/routes.rb
|
323
|
+
- spec/spec_helper.rb
|
324
|
+
- spec/helpers/rails_imager/images_helper_spec.rb
|