card 1.19.3 → 1.19.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.yardopts +1 -0
- data/VERSION +1 -1
- data/card.gemspec +1 -3
- data/db/migrate_core_cards/20160914132636_fix_mod_files.rb +25 -0
- data/lib/card.rb +0 -2
- data/lib/card/content/diff.rb +3 -4
- data/lib/card/format/error.rb +1 -1
- data/mod/admin/set/self/admin.rb +2 -2
- data/mod/admin/set/self/trash.rb +9 -3
- data/mod/basic_types/set/type/html.rb +1 -1
- data/mod/bootstrap/set/all/bootstrap/layout.rb +58 -0
- data/mod/bootstrap/spec/set/all/bootstrap/layout_spec.rb +32 -0
- data/mod/carrierwave/lib/carrier_wave/cardmount.rb +0 -2
- data/mod/carrierwave/set/abstract/attachment/upload_cache.rb +2 -1
- data/mod/core/set/all/stages.rb +6 -4
- data/mod/history/lib/card/act.rb +8 -7
- data/mod/history/set/all/history.rb +10 -8
- data/mod/machines/set/abstract/script.rb +1 -1
- data/mod/machines/set/type/css.rb +1 -1
- data/mod/pointer/set/abstract/01_pointer.rb +1 -1
- data/mod/standard/file/credit_image/image-icon.png +0 -0
- data/mod/standard/file/credit_image/image-large.png +0 -0
- data/mod/standard/file/credit_image/image-medium.png +0 -0
- data/mod/standard/file/credit_image/image-small.png +0 -0
- data/mod/standard/file/favicon/image-icon.png +0 -0
- data/mod/standard/file/favicon/image-large.png +0 -0
- data/mod/standard/file/favicon/image-medium.png +0 -0
- data/mod/standard/file/favicon/image-small.png +0 -0
- data/mod/standard/file/logo/image-icon.png +0 -0
- data/mod/standard/file/logo/image-large.png +0 -0
- data/mod/standard/file/logo/image-medium.png +0 -0
- data/mod/standard/file/logo/image-small.png +0 -0
- data/mod/standard/set/self/recent.rb +2 -2
- data/spec/lib/card/diff_spec.rb +9 -9
- metadata +19 -156
- data/vendor/carrierwave/.gitignore +0 -19
- data/vendor/carrierwave/.rubocop.yml +0 -262
- data/vendor/carrierwave/.travis.yml +0 -58
- data/vendor/carrierwave/CHANGELOG.md +0 -81
- data/vendor/carrierwave/CONTRIBUTING.md +0 -37
- data/vendor/carrierwave/Gemfile +0 -5
- data/vendor/carrierwave/README.md +0 -995
- data/vendor/carrierwave/Rakefile +0 -26
- data/vendor/carrierwave/carrierwave.gemspec +0 -45
- data/vendor/carrierwave/cucumber.yml +0 -2
- data/vendor/carrierwave/features/caching.feature +0 -28
- data/vendor/carrierwave/features/download.feature +0 -20
- data/vendor/carrierwave/features/file_storage.feature +0 -37
- data/vendor/carrierwave/features/file_storage_overridden_filename.feature +0 -38
- data/vendor/carrierwave/features/file_storage_overridden_store_dir.feature +0 -38
- data/vendor/carrierwave/features/file_storage_reversing_processor.feature +0 -43
- data/vendor/carrierwave/features/fixtures/bork.txt +0 -1
- data/vendor/carrierwave/features/fixtures/monkey.txt +0 -1
- data/vendor/carrierwave/features/fixtures/upcased_bork.txt +0 -1
- data/vendor/carrierwave/features/mount_activerecord.feature +0 -46
- data/vendor/carrierwave/features/step_definitions/activerecord_steps.rb +0 -20
- data/vendor/carrierwave/features/step_definitions/caching_steps.rb +0 -12
- data/vendor/carrierwave/features/step_definitions/datamapper_steps.rb +0 -27
- data/vendor/carrierwave/features/step_definitions/download_steps.rb +0 -8
- data/vendor/carrierwave/features/step_definitions/file_steps.rb +0 -51
- data/vendor/carrierwave/features/step_definitions/general_steps.rb +0 -102
- data/vendor/carrierwave/features/step_definitions/mount_steps.rb +0 -17
- data/vendor/carrierwave/features/step_definitions/store_steps.rb +0 -16
- data/vendor/carrierwave/features/support/activerecord.rb +0 -18
- data/vendor/carrierwave/features/support/env.rb +0 -19
- data/vendor/carrierwave/features/versions_basics.feature +0 -50
- data/vendor/carrierwave/features/versions_caching_from_versions.feature +0 -32
- data/vendor/carrierwave/features/versions_nested_versions.feature +0 -70
- data/vendor/carrierwave/features/versions_overridden_filename.feature +0 -51
- data/vendor/carrierwave/features/versions_overriden_store_dir.feature +0 -41
- data/vendor/carrierwave/gemfiles/rails-4-0-stable.gemfile +0 -5
- data/vendor/carrierwave/gemfiles/rails-4-1-stable.gemfile +0 -5
- data/vendor/carrierwave/gemfiles/rails-4-2-stable.gemfile +0 -5
- data/vendor/carrierwave/gemfiles/rails-master.gemfile +0 -11
- data/vendor/carrierwave/lib/carrierwave.rb +0 -93
- data/vendor/carrierwave/lib/carrierwave/compatibility/paperclip.rb +0 -103
- data/vendor/carrierwave/lib/carrierwave/error.rb +0 -8
- data/vendor/carrierwave/lib/carrierwave/locale/cs.yml +0 -14
- data/vendor/carrierwave/lib/carrierwave/locale/de.yml +0 -14
- data/vendor/carrierwave/lib/carrierwave/locale/el.yml +0 -14
- data/vendor/carrierwave/lib/carrierwave/locale/en.yml +0 -14
- data/vendor/carrierwave/lib/carrierwave/locale/es.yml +0 -14
- data/vendor/carrierwave/lib/carrierwave/locale/fr-CA.yml +0 -14
- data/vendor/carrierwave/lib/carrierwave/locale/fr.yml +0 -14
- data/vendor/carrierwave/lib/carrierwave/locale/id.yml +0 -14
- data/vendor/carrierwave/lib/carrierwave/locale/ja.yml +0 -14
- data/vendor/carrierwave/lib/carrierwave/locale/nb.yml +0 -14
- data/vendor/carrierwave/lib/carrierwave/locale/nl.yml +0 -14
- data/vendor/carrierwave/lib/carrierwave/locale/pl.yml +0 -14
- data/vendor/carrierwave/lib/carrierwave/locale/pt-BR.yml +0 -14
- data/vendor/carrierwave/lib/carrierwave/locale/pt-PT.yml +0 -14
- data/vendor/carrierwave/lib/carrierwave/locale/ru.yml +0 -14
- data/vendor/carrierwave/lib/carrierwave/locale/sk.yml +0 -14
- data/vendor/carrierwave/lib/carrierwave/locale/tr.yml +0 -14
- data/vendor/carrierwave/lib/carrierwave/locale/zh-CN.yml +0 -14
- data/vendor/carrierwave/lib/carrierwave/locale/zh-TW.yml +0 -14
- data/vendor/carrierwave/lib/carrierwave/mount.rb +0 -444
- data/vendor/carrierwave/lib/carrierwave/mounter.rb +0 -163
- data/vendor/carrierwave/lib/carrierwave/orm/activerecord.rb +0 -103
- data/vendor/carrierwave/lib/carrierwave/processing.rb +0 -2
- data/vendor/carrierwave/lib/carrierwave/processing/mini_magick.rb +0 -328
- data/vendor/carrierwave/lib/carrierwave/processing/rmagick.rb +0 -379
- data/vendor/carrierwave/lib/carrierwave/sanitized_file.rb +0 -348
- data/vendor/carrierwave/lib/carrierwave/storage.rb +0 -2
- data/vendor/carrierwave/lib/carrierwave/storage/abstract.rb +0 -43
- data/vendor/carrierwave/lib/carrierwave/storage/file.rb +0 -118
- data/vendor/carrierwave/lib/carrierwave/storage/fog.rb +0 -462
- data/vendor/carrierwave/lib/carrierwave/test/matchers.rb +0 -394
- data/vendor/carrierwave/lib/carrierwave/uploader.rb +0 -67
- data/vendor/carrierwave/lib/carrierwave/uploader/cache.rb +0 -207
- data/vendor/carrierwave/lib/carrierwave/uploader/callbacks.rb +0 -33
- data/vendor/carrierwave/lib/carrierwave/uploader/configuration.rb +0 -203
- data/vendor/carrierwave/lib/carrierwave/uploader/content_type_blacklist.rb +0 -48
- data/vendor/carrierwave/lib/carrierwave/uploader/content_type_whitelist.rb +0 -48
- data/vendor/carrierwave/lib/carrierwave/uploader/default_url.rb +0 -17
- data/vendor/carrierwave/lib/carrierwave/uploader/download.rb +0 -92
- data/vendor/carrierwave/lib/carrierwave/uploader/extension_blacklist.rb +0 -51
- data/vendor/carrierwave/lib/carrierwave/uploader/extension_whitelist.rb +0 -51
- data/vendor/carrierwave/lib/carrierwave/uploader/file_size.rb +0 -41
- data/vendor/carrierwave/lib/carrierwave/uploader/magic_mime_blacklist.rb +0 -94
- data/vendor/carrierwave/lib/carrierwave/uploader/magic_mime_whitelist.rb +0 -94
- data/vendor/carrierwave/lib/carrierwave/uploader/mountable.rb +0 -38
- data/vendor/carrierwave/lib/carrierwave/uploader/processing.rb +0 -88
- data/vendor/carrierwave/lib/carrierwave/uploader/proxy.rb +0 -86
- data/vendor/carrierwave/lib/carrierwave/uploader/remove.rb +0 -21
- data/vendor/carrierwave/lib/carrierwave/uploader/serialization.rb +0 -28
- data/vendor/carrierwave/lib/carrierwave/uploader/store.rb +0 -93
- data/vendor/carrierwave/lib/carrierwave/uploader/url.rb +0 -41
- data/vendor/carrierwave/lib/carrierwave/uploader/versions.rb +0 -295
- data/vendor/carrierwave/lib/carrierwave/utilities.rb +0 -6
- data/vendor/carrierwave/lib/carrierwave/utilities/uri.rb +0 -21
- data/vendor/carrierwave/lib/carrierwave/validations/active_model.rb +0 -78
- data/vendor/carrierwave/lib/carrierwave/version.rb +0 -3
- data/vendor/carrierwave/lib/generators/templates/uploader.rb +0 -49
- data/vendor/carrierwave/lib/generators/uploader_generator.rb +0 -7
- data/vendor/carrierwave/script/console +0 -10
- data/vendor/carrierwave/script/destroy +0 -14
- data/vendor/carrierwave/script/generate +0 -14
- data/vendor/carrierwave/spec/compatibility/paperclip_spec.rb +0 -138
- data/vendor/carrierwave/spec/fixtures/Uppercase.jpg +0 -1
- data/vendor/carrierwave/spec/fixtures/bork.ttxt +0 -1
- data/vendor/carrierwave/spec/fixtures/bork.txt +0 -1
- data/vendor/carrierwave/spec/fixtures/bork.txtt +0 -1
- data/vendor/carrierwave/spec/fixtures/case.JPG +0 -1
- data/vendor/carrierwave/spec/fixtures/landscape.jpg +0 -0
- data/vendor/carrierwave/spec/fixtures/multi_page.pdf +0 -0
- data/vendor/carrierwave/spec/fixtures/new.jpeg +0 -1
- data/vendor/carrierwave/spec/fixtures/new.txt +0 -1
- data/vendor/carrierwave/spec/fixtures/old.jpeg +0 -1
- data/vendor/carrierwave/spec/fixtures/old.txt +0 -1
- data/vendor/carrierwave/spec/fixtures/portrait.jpg +0 -0
- data/vendor/carrierwave/spec/fixtures/ruby.gif +0 -0
- data/vendor/carrierwave/spec/fixtures/sponsored.doc +0 -1
- data/vendor/carrierwave/spec/fixtures/test+.jpg +0 -1
- data/vendor/carrierwave/spec/fixtures/test.jpeg +0 -1
- data/vendor/carrierwave/spec/fixtures/test.jpg +0 -1
- data/vendor/carrierwave/spec/generators/uploader_generator_spec.rb +0 -19
- data/vendor/carrierwave/spec/mount_multiple_spec.rb +0 -913
- data/vendor/carrierwave/spec/mount_single_spec.rb +0 -793
- data/vendor/carrierwave/spec/orm/activerecord_spec.rb +0 -1556
- data/vendor/carrierwave/spec/processing/mini_magick_spec.rb +0 -210
- data/vendor/carrierwave/spec/processing/rmagick_spec.rb +0 -250
- data/vendor/carrierwave/spec/sanitized_file_spec.rb +0 -805
- data/vendor/carrierwave/spec/spec_helper.rb +0 -105
- data/vendor/carrierwave/spec/storage/file_spec.rb +0 -82
- data/vendor/carrierwave/spec/storage/fog_credentials.rb +0 -46
- data/vendor/carrierwave/spec/storage/fog_helper.rb +0 -428
- data/vendor/carrierwave/spec/storage/fog_spec.rb +0 -48
- data/vendor/carrierwave/spec/support/activerecord.rb +0 -31
- data/vendor/carrierwave/spec/support/file_utils_helper.rb +0 -15
- data/vendor/carrierwave/spec/uploader/cache_spec.rb +0 -324
- data/vendor/carrierwave/spec/uploader/callback_spec.rb +0 -30
- data/vendor/carrierwave/spec/uploader/configuration_spec.rb +0 -133
- data/vendor/carrierwave/spec/uploader/content_type_blacklist_spec.rb +0 -61
- data/vendor/carrierwave/spec/uploader/content_type_whitelist_spec.rb +0 -63
- data/vendor/carrierwave/spec/uploader/default_url_spec.rb +0 -77
- data/vendor/carrierwave/spec/uploader/download_spec.rb +0 -204
- data/vendor/carrierwave/spec/uploader/extension_blacklist_spec.rb +0 -112
- data/vendor/carrierwave/spec/uploader/extension_whitelist_spec.rb +0 -102
- data/vendor/carrierwave/spec/uploader/file_size_spec.rb +0 -52
- data/vendor/carrierwave/spec/uploader/mountable_spec.rb +0 -26
- data/vendor/carrierwave/spec/uploader/overrides_spec.rb +0 -71
- data/vendor/carrierwave/spec/uploader/paths_spec.rb +0 -18
- data/vendor/carrierwave/spec/uploader/processing_spec.rb +0 -159
- data/vendor/carrierwave/spec/uploader/proxy_spec.rb +0 -79
- data/vendor/carrierwave/spec/uploader/remove_spec.rb +0 -71
- data/vendor/carrierwave/spec/uploader/store_spec.rb +0 -400
- data/vendor/carrierwave/spec/uploader/url_spec.rb +0 -273
- data/vendor/carrierwave/spec/uploader/versions_spec.rb +0 -633
@@ -1,102 +0,0 @@
|
|
1
|
-
Given /^an uploader class that uses the '(.*?)' storage$/ do |kind|
|
2
|
-
@klass = Class.new(CarrierWave::Uploader::Base)
|
3
|
-
@klass.storage = kind.to_sym
|
4
|
-
end
|
5
|
-
|
6
|
-
Given /^an instance of that class$/ do
|
7
|
-
@uploader = @klass.new
|
8
|
-
end
|
9
|
-
|
10
|
-
Given /^a processor method named :upcase$/ do
|
11
|
-
@klass.class_eval do
|
12
|
-
define_method(:upcase) do
|
13
|
-
content = File.read(current_path)
|
14
|
-
File.open(current_path, 'w') { |f| f.write content.upcase }
|
15
|
-
end
|
16
|
-
end
|
17
|
-
end
|
18
|
-
|
19
|
-
Then /^the contents of the file should be '(.*?)'$/ do |contents|
|
20
|
-
@uploader.read.chomp.should == contents
|
21
|
-
end
|
22
|
-
|
23
|
-
Given /^that the uploader reverses the filename$/ do
|
24
|
-
@klass.class_eval do
|
25
|
-
def filename
|
26
|
-
super.reverse unless super.blank?
|
27
|
-
end
|
28
|
-
end
|
29
|
-
end
|
30
|
-
|
31
|
-
Given /^that the uploader has the filename overridden to '(.*?)'$/ do |filename|
|
32
|
-
@klass.class_eval do
|
33
|
-
define_method(:filename) do
|
34
|
-
filename
|
35
|
-
end
|
36
|
-
end
|
37
|
-
end
|
38
|
-
|
39
|
-
Given /^that the uploader has the store_dir overridden to '(.*?)'$/ do |store_dir|
|
40
|
-
@klass.class_eval do
|
41
|
-
define_method(:store_dir) do
|
42
|
-
file_path(store_dir)
|
43
|
-
end
|
44
|
-
end
|
45
|
-
end
|
46
|
-
|
47
|
-
Given /^that the version '(.*?)' has the store_dir overridden to '(.*?)'$/ do |version, store_dir|
|
48
|
-
@klass.versions[version.to_sym].class_eval do
|
49
|
-
define_method(:store_dir) do
|
50
|
-
file_path(store_dir)
|
51
|
-
end
|
52
|
-
end
|
53
|
-
end
|
54
|
-
|
55
|
-
Given /^that the uploader class has a version named '([^\']+)'$/ do |name|
|
56
|
-
@klass.version(name)
|
57
|
-
end
|
58
|
-
|
59
|
-
Given /^that the uploader class has a version named '([^\']+)' which process '([a-zA-Z0-9\_\?!]*)'$/ do |name, processor_name|
|
60
|
-
@klass.version(name) do
|
61
|
-
process processor_name.to_sym
|
62
|
-
end
|
63
|
-
end
|
64
|
-
|
65
|
-
Given /^that the uploader class has a version named '([^\']+)' which is based on version '(.*?)'$/ do |name, based_version_name|
|
66
|
-
@klass.version(name, {:from_version => based_version_name.to_sym})
|
67
|
-
end
|
68
|
-
|
69
|
-
Given /^yo dawg, I put a version called '(.*?)' in your version called '(.*?)'$/ do |v2, v1|
|
70
|
-
@klass.version(v1) do
|
71
|
-
version(v2)
|
72
|
-
end
|
73
|
-
end
|
74
|
-
|
75
|
-
Given /^the class has a method called 'reverse' that reverses the contents of a file$/ do
|
76
|
-
@klass.class_eval do
|
77
|
-
def reverse
|
78
|
-
text = File.read(current_path)
|
79
|
-
File.open(current_path, 'w') { |f| f.write(text.reverse) }
|
80
|
-
end
|
81
|
-
end
|
82
|
-
end
|
83
|
-
|
84
|
-
Given /^the class will process '([a-zA-Z0-9\_\?!]*)'$/ do |name|
|
85
|
-
@klass.process name.to_sym
|
86
|
-
end
|
87
|
-
|
88
|
-
Then /^the uploader should have '(.*?)' as its current path$/ do |path|
|
89
|
-
@uploader.current_path.should == file_path(path)
|
90
|
-
end
|
91
|
-
|
92
|
-
Then /^the uploader should have the url '(.*?)'$/ do |url|
|
93
|
-
@uploader.url.should == url
|
94
|
-
end
|
95
|
-
|
96
|
-
Then /^the uploader's version '(.*?)' should have the url '(.*?)'$/ do |version, url|
|
97
|
-
@uploader.versions[version.to_sym].url.should == url
|
98
|
-
end
|
99
|
-
|
100
|
-
Then /^the uploader's nested version '(.*?)' nested in '(.*?)' should have the url '(.*?)'$/ do |v2, v1, url|
|
101
|
-
@uploader.versions[v1.to_sym].versions[v2.to_sym].url.should == url
|
102
|
-
end
|
@@ -1,17 +0,0 @@
|
|
1
|
-
When /^I assign the file '([^\']*)' to the '([^\']*)' column$/ do |path, column|
|
2
|
-
@instance.send("#{column}=", File.open(file_path(path)))
|
3
|
-
end
|
4
|
-
|
5
|
-
Given /^the uploader class is mounted on the '([^\']*)' column$/ do |column|
|
6
|
-
@mountee_klass.mount_uploader column.to_sym, @klass
|
7
|
-
end
|
8
|
-
|
9
|
-
When /^I retrieve the file later from the cache name for the column '([^\']*)'$/ do |column|
|
10
|
-
new_instance = @instance.class.new
|
11
|
-
new_instance.send("#{column}_cache=", @instance.send("#{column}_cache"))
|
12
|
-
@instance = new_instance
|
13
|
-
end
|
14
|
-
|
15
|
-
Then /^the url for the column '([^\']*)' should be '([^\']*)'$/ do |column, url|
|
16
|
-
@instance.send("#{column}_url").should == url
|
17
|
-
end
|
@@ -1,16 +0,0 @@
|
|
1
|
-
Given /^the file '(.*?)' is stored at '(.*?)'$/ do |file, stored|
|
2
|
-
FileUtils.mkdir_p(File.dirname(file_path(stored)))
|
3
|
-
FileUtils.cp(file_path(file), file_path(stored))
|
4
|
-
end
|
5
|
-
|
6
|
-
When /^I store the file$/ do
|
7
|
-
@uploader.store!
|
8
|
-
end
|
9
|
-
|
10
|
-
When /^I store the file '(.*?)'$/ do |file|
|
11
|
-
@uploader.store!(File.open(file_path(file)))
|
12
|
-
end
|
13
|
-
|
14
|
-
When /^I retrieve the file '(.*?)' from the store$/ do |identifier|
|
15
|
-
@uploader.retrieve_from_store!(identifier)
|
16
|
-
end
|
@@ -1,18 +0,0 @@
|
|
1
|
-
require 'carrierwave/mount'
|
2
|
-
require File.join(File.dirname(__FILE__), '..', '..', 'spec', 'support', 'activerecord')
|
3
|
-
|
4
|
-
class TestMigration < ActiveRecord::Migration
|
5
|
-
def self.up
|
6
|
-
create_table :users, :force => true do |t|
|
7
|
-
t.column :avatar, :string
|
8
|
-
end
|
9
|
-
end
|
10
|
-
|
11
|
-
def self.down
|
12
|
-
drop_table :users
|
13
|
-
end
|
14
|
-
end
|
15
|
-
|
16
|
-
Before do
|
17
|
-
TestMigration.up
|
18
|
-
end
|
@@ -1,19 +0,0 @@
|
|
1
|
-
$:.unshift File.expand_path(File.join('..', '..', 'lib'), File.dirname(__FILE__))
|
2
|
-
|
3
|
-
require File.join(File.dirname(__FILE__), 'activerecord')
|
4
|
-
|
5
|
-
require 'rspec'
|
6
|
-
require 'carrierwave'
|
7
|
-
require "webmock/cucumber"
|
8
|
-
|
9
|
-
alias :running :lambda
|
10
|
-
|
11
|
-
def file_path( *paths )
|
12
|
-
File.expand_path(File.join('..', *paths), File.dirname(__FILE__))
|
13
|
-
end
|
14
|
-
|
15
|
-
CarrierWave.root = file_path('public')
|
16
|
-
|
17
|
-
After do
|
18
|
-
FileUtils.rm_rf(file_path("public"))
|
19
|
-
end
|
@@ -1,50 +0,0 @@
|
|
1
|
-
Feature: uploader with file storage and versions
|
2
|
-
In order to be awesome
|
3
|
-
As a developer using CarrierWave
|
4
|
-
I want to upload files to the filesystem
|
5
|
-
|
6
|
-
Background:
|
7
|
-
Given an uploader class that uses the 'file' storage
|
8
|
-
And that the uploader class has a version named 'thumb'
|
9
|
-
And an instance of that class
|
10
|
-
|
11
|
-
Scenario: store a file
|
12
|
-
When I store the file 'fixtures/bork.txt'
|
13
|
-
Then there should be a file at 'public/uploads/bork.txt'
|
14
|
-
Then there should be a file at 'public/uploads/thumb_bork.txt'
|
15
|
-
And the file at 'public/uploads/bork.txt' should be identical to the file at 'fixtures/bork.txt'
|
16
|
-
And the file at 'public/uploads/thumb_bork.txt' should be identical to the file at 'fixtures/bork.txt'
|
17
|
-
And the uploader should have the url '/uploads/bork.txt'
|
18
|
-
And the uploader's version 'thumb' should have the url '/uploads/thumb_bork.txt'
|
19
|
-
|
20
|
-
Scenario: cache a file and then store it
|
21
|
-
When I cache the file 'fixtures/bork.txt'
|
22
|
-
Then there should be a file called 'bork.txt' somewhere in a subdirectory of 'public/uploads/tmp'
|
23
|
-
Then there should be a file called 'thumb_bork.txt' somewhere in a subdirectory of 'public/uploads/tmp'
|
24
|
-
And the file called 'bork.txt' in a subdirectory of 'public/uploads/tmp' should be identical to the file at 'fixtures/bork.txt'
|
25
|
-
And there should not be a file at 'public/uploads/bork.txt'
|
26
|
-
And there should not be a file at 'public/uploads/thumb_bork.txt'
|
27
|
-
When I store the file
|
28
|
-
Then there should be a file at 'public/uploads/bork.txt'
|
29
|
-
And there should be a file at 'public/uploads/thumb_bork.txt'
|
30
|
-
And the file at 'public/uploads/bork.txt' should be identical to the file at 'fixtures/bork.txt'
|
31
|
-
And the file at 'public/uploads/thumb_bork.txt' should be identical to the file at 'fixtures/bork.txt'
|
32
|
-
And the uploader should have the url '/uploads/bork.txt'
|
33
|
-
And the uploader's version 'thumb' should have the url '/uploads/thumb_bork.txt'
|
34
|
-
|
35
|
-
Scenario: retrieving a file from cache then storing
|
36
|
-
Given the file 'fixtures/bork.txt' is cached file at 'public/uploads/tmp/1369894322-345-1234-2255/bork.txt'
|
37
|
-
Given the file 'fixtures/monkey.txt' is cached file at 'public/uploads/tmp/1369894322-345-1234-2255/thumb_bork.txt'
|
38
|
-
When I retrieve the cache name '1369894322-345-1234-2255/bork.txt' from the cache
|
39
|
-
And I store the file
|
40
|
-
Then there should be a file at 'public/uploads/bork.txt'
|
41
|
-
Then there should be a file at 'public/uploads/thumb_bork.txt'
|
42
|
-
And the file at 'public/uploads/bork.txt' should be identical to the file at 'fixtures/bork.txt'
|
43
|
-
And the file at 'public/uploads/thumb_bork.txt' should be identical to the file at 'fixtures/monkey.txt'
|
44
|
-
|
45
|
-
Scenario: retrieving a file from store
|
46
|
-
Given the file 'fixtures/bork.txt' is stored at 'public/uploads/bork.txt'
|
47
|
-
Given the file 'fixtures/monkey.txt' is stored at 'public/uploads/thumb_bork.txt'
|
48
|
-
When I retrieve the file 'bork.txt' from the store
|
49
|
-
Then the uploader should have the url '/uploads/bork.txt'
|
50
|
-
And the uploader's version 'thumb' should have the url '/uploads/thumb_bork.txt'
|
@@ -1,32 +0,0 @@
|
|
1
|
-
Feature: uploader with file storage and versions with overridden store dir
|
2
|
-
In order to be awesome
|
3
|
-
As a developer using CarrierWave
|
4
|
-
I want to upload files to the filesystem
|
5
|
-
|
6
|
-
Background:
|
7
|
-
Given an uploader class that uses the 'file' storage
|
8
|
-
Given a processor method named :upcase
|
9
|
-
And that the uploader class has a version named 'thumb' which process 'upcase'
|
10
|
-
And that the version 'thumb' has the store_dir overridden to 'public/monkey/llama'
|
11
|
-
And that the uploader class has a version named 'small_thumb' which is based on version 'thumb'
|
12
|
-
And that the version 'small_thumb' has the store_dir overridden to 'public/monkey/toro'
|
13
|
-
And an instance of that class
|
14
|
-
|
15
|
-
Scenario: cache a file and then store it
|
16
|
-
When I cache the file 'fixtures/bork.txt'
|
17
|
-
Then there should be a file called 'bork.txt' somewhere in a subdirectory of 'public/uploads/tmp'
|
18
|
-
Then there should be a file called 'thumb_bork.txt' somewhere in a subdirectory of 'public/uploads/tmp'
|
19
|
-
Then there should be a file called 'small_thumb_bork.txt' somewhere in a subdirectory of 'public/uploads/tmp'
|
20
|
-
And the file called 'bork.txt' in a subdirectory of 'public/uploads/tmp' should be identical to the file at 'fixtures/bork.txt'
|
21
|
-
And the file called 'thumb_bork.txt' in a subdirectory of 'public/uploads/tmp' should be identical to the file at 'fixtures/upcased_bork.txt'
|
22
|
-
And the file called 'small_thumb_bork.txt' in a subdirectory of 'public/uploads/tmp' should be identical to the file at 'fixtures/upcased_bork.txt'
|
23
|
-
And there should not be a file at 'public/uploads/bork.txt'
|
24
|
-
And there should not be a file at 'public/monkey/llama/thumb_bork.txt'
|
25
|
-
And there should not be a file at 'public/monkey/toro/small_thumb_bork.txt'
|
26
|
-
When I store the file
|
27
|
-
Then there should be a file at 'public/uploads/bork.txt'
|
28
|
-
Then there should be a file at 'public/monkey/llama/thumb_bork.txt'
|
29
|
-
Then there should be a file at 'public/monkey/toro/small_thumb_bork.txt'
|
30
|
-
And the file at 'public/uploads/bork.txt' should be identical to the file at 'fixtures/bork.txt'
|
31
|
-
And the file at 'public/monkey/llama/thumb_bork.txt' should be identical to the file at 'fixtures/upcased_bork.txt'
|
32
|
-
And the file at 'public/monkey/toro/small_thumb_bork.txt' should be identical to the file at 'fixtures/upcased_bork.txt'
|
@@ -1,70 +0,0 @@
|
|
1
|
-
Feature: uploader with nested versions
|
2
|
-
In order to optimize performance for processing
|
3
|
-
As a developer using CarrierWave
|
4
|
-
I want to set nested versions
|
5
|
-
|
6
|
-
Background:
|
7
|
-
Given an uploader class that uses the 'file' storage
|
8
|
-
And that the uploader class has a version named 'thumb'
|
9
|
-
And yo dawg, I put a version called 'mini' in your version called 'thumb'
|
10
|
-
And yo dawg, I put a version called 'micro' in your version called 'thumb'
|
11
|
-
And an instance of that class
|
12
|
-
|
13
|
-
Scenario: store a file
|
14
|
-
When I store the file 'fixtures/bork.txt'
|
15
|
-
Then there should be a file at 'public/uploads/bork.txt'
|
16
|
-
Then there should be a file at 'public/uploads/thumb_bork.txt'
|
17
|
-
Then there should be a file at 'public/uploads/thumb_mini_bork.txt'
|
18
|
-
Then there should be a file at 'public/uploads/thumb_micro_bork.txt'
|
19
|
-
And the file at 'public/uploads/bork.txt' should be identical to the file at 'fixtures/bork.txt'
|
20
|
-
And the file at 'public/uploads/thumb_bork.txt' should be identical to the file at 'fixtures/bork.txt'
|
21
|
-
And the file at 'public/uploads/thumb_mini_bork.txt' should be identical to the file at 'fixtures/bork.txt'
|
22
|
-
And the file at 'public/uploads/thumb_micro_bork.txt' should be identical to the file at 'fixtures/bork.txt'
|
23
|
-
And the uploader should have the url '/uploads/bork.txt'
|
24
|
-
And the uploader's version 'thumb' should have the url '/uploads/thumb_bork.txt'
|
25
|
-
And the uploader's nested version 'mini' nested in 'thumb' should have the url '/uploads/thumb_mini_bork.txt'
|
26
|
-
And the uploader's nested version 'micro' nested in 'thumb' should have the url '/uploads/thumb_micro_bork.txt'
|
27
|
-
|
28
|
-
Scenario: cache a file and then store it
|
29
|
-
When I cache the file 'fixtures/bork.txt'
|
30
|
-
Then there should be a file called 'bork.txt' somewhere in a subdirectory of 'public/uploads/tmp'
|
31
|
-
Then there should be a file called 'thumb_bork.txt' somewhere in a subdirectory of 'public/uploads/tmp'
|
32
|
-
And the file called 'bork.txt' in a subdirectory of 'public/uploads/tmp' should be identical to the file at 'fixtures/bork.txt'
|
33
|
-
And there should not be a file at 'public/uploads/bork.txt'
|
34
|
-
And there should not be a file at 'public/uploads/thumb_bork.txt'
|
35
|
-
When I store the file
|
36
|
-
Then there should be a file at 'public/uploads/bork.txt'
|
37
|
-
And there should be a file at 'public/uploads/thumb_bork.txt'
|
38
|
-
And the file at 'public/uploads/bork.txt' should be identical to the file at 'fixtures/bork.txt'
|
39
|
-
And the file at 'public/uploads/thumb_bork.txt' should be identical to the file at 'fixtures/bork.txt'
|
40
|
-
And the uploader should have the url '/uploads/bork.txt'
|
41
|
-
And the uploader's version 'thumb' should have the url '/uploads/thumb_bork.txt'
|
42
|
-
And the uploader's nested version 'mini' nested in 'thumb' should have the url '/uploads/thumb_mini_bork.txt'
|
43
|
-
And the uploader's nested version 'micro' nested in 'thumb' should have the url '/uploads/thumb_micro_bork.txt'
|
44
|
-
|
45
|
-
Scenario: retrieving a file from cache then storing
|
46
|
-
Given the file 'fixtures/bork.txt' is cached file at 'public/uploads/tmp/1369894322-345-1234-2255/bork.txt'
|
47
|
-
Given the file 'fixtures/monkey.txt' is cached file at 'public/uploads/tmp/1369894322-345-1234-2255/thumb_bork.txt'
|
48
|
-
Given the file 'fixtures/bork.txt' is cached file at 'public/uploads/tmp/1369894322-345-1234-2255/thumb_mini_bork.txt'
|
49
|
-
Given the file 'fixtures/monkey.txt' is cached file at 'public/uploads/tmp/1369894322-345-1234-2255/thumb_micro_bork.txt'
|
50
|
-
When I retrieve the cache name '1369894322-345-1234-2255/bork.txt' from the cache
|
51
|
-
And I store the file
|
52
|
-
Then there should be a file at 'public/uploads/bork.txt'
|
53
|
-
Then there should be a file at 'public/uploads/thumb_bork.txt'
|
54
|
-
Then there should be a file at 'public/uploads/thumb_mini_bork.txt'
|
55
|
-
Then there should be a file at 'public/uploads/thumb_micro_bork.txt'
|
56
|
-
And the file at 'public/uploads/bork.txt' should be identical to the file at 'fixtures/bork.txt'
|
57
|
-
And the file at 'public/uploads/thumb_bork.txt' should be identical to the file at 'fixtures/monkey.txt'
|
58
|
-
And the file at 'public/uploads/thumb_mini_bork.txt' should be identical to the file at 'fixtures/bork.txt'
|
59
|
-
And the file at 'public/uploads/thumb_micro_bork.txt' should be identical to the file at 'fixtures/monkey.txt'
|
60
|
-
|
61
|
-
Scenario: retrieving a file from store
|
62
|
-
Given the file 'fixtures/bork.txt' is stored at 'public/uploads/bork.txt'
|
63
|
-
Given the file 'fixtures/monkey.txt' is stored at 'public/uploads/thumb_bork.txt'
|
64
|
-
Given the file 'fixtures/monkey.txt' is stored at 'public/uploads/thumb_mini_bork.txt'
|
65
|
-
Given the file 'fixtures/monkey.txt' is stored at 'public/uploads/thumb_micro_bork.txt'
|
66
|
-
When I retrieve the file 'bork.txt' from the store
|
67
|
-
Then the uploader should have the url '/uploads/bork.txt'
|
68
|
-
And the uploader's version 'thumb' should have the url '/uploads/thumb_bork.txt'
|
69
|
-
And the uploader's nested version 'mini' nested in 'thumb' should have the url '/uploads/thumb_mini_bork.txt'
|
70
|
-
And the uploader's nested version 'micro' nested in 'thumb' should have the url '/uploads/thumb_micro_bork.txt'
|
@@ -1,51 +0,0 @@
|
|
1
|
-
Feature: uploader with file storage and overriden filename
|
2
|
-
In order to customize the filaname of uploaded files
|
3
|
-
As a developer using CarrierWave
|
4
|
-
I want to upload files to the filesystem with an overriden filename and different verions
|
5
|
-
|
6
|
-
Background:
|
7
|
-
Given an uploader class that uses the 'file' storage
|
8
|
-
And that the uploader class has a version named 'thumb'
|
9
|
-
And that the uploader has the filename overridden to 'grark.png'
|
10
|
-
And an instance of that class
|
11
|
-
|
12
|
-
Scenario: store a file
|
13
|
-
When I store the file 'fixtures/bork.txt'
|
14
|
-
Then there should be a file at 'public/uploads/grark.png'
|
15
|
-
Then there should be a file at 'public/uploads/thumb_grark.png'
|
16
|
-
And the file at 'public/uploads/grark.png' should be identical to the file at 'fixtures/bork.txt'
|
17
|
-
And the file at 'public/uploads/thumb_grark.png' should be identical to the file at 'fixtures/bork.txt'
|
18
|
-
And the uploader should have the url '/uploads/grark.png'
|
19
|
-
And the uploader's version 'thumb' should have the url '/uploads/thumb_grark.png'
|
20
|
-
|
21
|
-
Scenario: cache a file and then store it
|
22
|
-
When I cache the file 'fixtures/bork.txt'
|
23
|
-
Then there should be a file called 'bork.txt' somewhere in a subdirectory of 'public/uploads/tmp'
|
24
|
-
Then there should be a file called 'thumb_bork.txt' somewhere in a subdirectory of 'public/uploads/tmp'
|
25
|
-
And the file called 'bork.txt' in a subdirectory of 'public/uploads/tmp' should be identical to the file at 'fixtures/bork.txt'
|
26
|
-
And there should not be a file at 'public/uploads/grark.png'
|
27
|
-
And there should not be a file at 'public/uploads/thumb_grark.png'
|
28
|
-
When I store the file
|
29
|
-
Then there should be a file at 'public/uploads/grark.png'
|
30
|
-
And there should be a file at 'public/uploads/thumb_grark.png'
|
31
|
-
And the file at 'public/uploads/grark.png' should be identical to the file at 'fixtures/bork.txt'
|
32
|
-
And the file at 'public/uploads/thumb_grark.png' should be identical to the file at 'fixtures/bork.txt'
|
33
|
-
And the uploader should have the url '/uploads/grark.png'
|
34
|
-
And the uploader's version 'thumb' should have the url '/uploads/thumb_grark.png'
|
35
|
-
|
36
|
-
Scenario: retrieving a file from cache then storing
|
37
|
-
Given the file 'fixtures/bork.txt' is cached file at 'public/uploads/tmp/1369894322-345-1234-2255/bork.txt'
|
38
|
-
Given the file 'fixtures/monkey.txt' is cached file at 'public/uploads/tmp/1369894322-345-1234-2255/thumb_bork.txt'
|
39
|
-
When I retrieve the cache name '1369894322-345-1234-2255/bork.txt' from the cache
|
40
|
-
And I store the file
|
41
|
-
Then there should be a file at 'public/uploads/grark.png'
|
42
|
-
Then there should be a file at 'public/uploads/thumb_grark.png'
|
43
|
-
And the file at 'public/uploads/grark.png' should be identical to the file at 'fixtures/bork.txt'
|
44
|
-
And the file at 'public/uploads/thumb_grark.png' should be identical to the file at 'fixtures/monkey.txt'
|
45
|
-
|
46
|
-
Scenario: retrieving a file from store
|
47
|
-
Given the file 'fixtures/bork.txt' is stored at 'public/uploads/bork.txt'
|
48
|
-
Given the file 'fixtures/monkey.txt' is stored at 'public/uploads/thumb_bork.txt'
|
49
|
-
When I retrieve the file 'bork.txt' from the store
|
50
|
-
Then the uploader should have the url '/uploads/bork.txt'
|
51
|
-
And the uploader's version 'thumb' should have the url '/uploads/thumb_bork.txt'
|
@@ -1,41 +0,0 @@
|
|
1
|
-
Feature: uploader with file storage and versions with overridden store dir
|
2
|
-
In order to be awesome
|
3
|
-
As a developer using CarrierWave
|
4
|
-
I want to upload files to the filesystem
|
5
|
-
|
6
|
-
Background:
|
7
|
-
Given an uploader class that uses the 'file' storage
|
8
|
-
And that the uploader class has a version named 'thumb'
|
9
|
-
And that the version 'thumb' has the store_dir overridden to 'public/monkey/llama'
|
10
|
-
And an instance of that class
|
11
|
-
|
12
|
-
Scenario: store a file
|
13
|
-
When I store the file 'fixtures/bork.txt'
|
14
|
-
Then there should be a file at 'public/uploads/bork.txt'
|
15
|
-
Then there should be a file at 'public/monkey/llama/thumb_bork.txt'
|
16
|
-
And the file at 'public/uploads/bork.txt' should be identical to the file at 'fixtures/bork.txt'
|
17
|
-
And the file at 'public/monkey/llama/thumb_bork.txt' should be identical to the file at 'fixtures/bork.txt'
|
18
|
-
|
19
|
-
Scenario: cache a file and then store it
|
20
|
-
When I cache the file 'fixtures/bork.txt'
|
21
|
-
Then there should be a file called 'bork.txt' somewhere in a subdirectory of 'public/uploads/tmp'
|
22
|
-
Then there should be a file called 'thumb_bork.txt' somewhere in a subdirectory of 'public/uploads/tmp'
|
23
|
-
And the file called 'bork.txt' in a subdirectory of 'public/uploads/tmp' should be identical to the file at 'fixtures/bork.txt'
|
24
|
-
And the file called 'thumb_bork.txt' in a subdirectory of 'public/uploads/tmp' should be identical to the file at 'fixtures/bork.txt'
|
25
|
-
And there should not be a file at 'public/uploads/bork.txt'
|
26
|
-
And there should not be a file at 'public/monkey/llama/thumb_bork.txt'
|
27
|
-
When I store the file
|
28
|
-
Then there should be a file at 'public/uploads/bork.txt'
|
29
|
-
Then there should be a file at 'public/monkey/llama/thumb_bork.txt'
|
30
|
-
And the file at 'public/uploads/bork.txt' should be identical to the file at 'fixtures/bork.txt'
|
31
|
-
And the file at 'public/monkey/llama/thumb_bork.txt' should be identical to the file at 'fixtures/bork.txt'
|
32
|
-
|
33
|
-
Scenario: retrieving a file from cache then storing
|
34
|
-
Given the file 'fixtures/bork.txt' is cached file at 'public/uploads/tmp/1369894322-345-1234-2255/bork.txt'
|
35
|
-
Given the file 'fixtures/monkey.txt' is cached file at 'public/uploads/tmp/1369894322-345-1234-2255/thumb_bork.txt'
|
36
|
-
When I retrieve the cache name '1369894322-345-1234-2255/bork.txt' from the cache
|
37
|
-
And I store the file
|
38
|
-
Then there should be a file at 'public/uploads/bork.txt'
|
39
|
-
Then there should be a file at 'public/monkey/llama/thumb_bork.txt'
|
40
|
-
And the file at 'public/uploads/bork.txt' should be identical to the file at 'fixtures/bork.txt'
|
41
|
-
And the file at 'public/monkey/llama/thumb_bork.txt' should be identical to the file at 'fixtures/monkey.txt'
|