Skip to content

Commit 5c5feed

Browse files
author
John Koht
committed
assetable
0 parents  commit 5c5feed

File tree

165 files changed

+6991
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

165 files changed

+6991
-0
lines changed

.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
.bundle/
2+
log/*.log
3+
pkg/
4+
spec/dummy/db/*.sqlite3
5+
spec/dummy/db/*.sqlite3-journal
6+
spec/dummy/log/*.log
7+
spec/dummy/tmp/
8+
spec/dummy/.sass-cache
9+
spec/dummy/public/uploads

.rvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
rvm use 1.9.3

Gemfile

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
source "https://rubygems.org"
2+
3+
# Declare your gem's dependencies in assetable.gemspec.
4+
# Bundler will treat runtime dependencies like base dependencies, and
5+
# development dependencies will be added by default to the :development group.
6+
gemspec
7+
8+
# Declare any dependencies that are still in development here instead of in
9+
# your gemspec. These might include edge Rails or gems from your path or
10+
# Git. Remember to move these dependencies to your gemspec before releasing
11+
# your gem to rubygems.org.
12+
13+
# To use debugger
14+
# gem 'debugger'

Gemfile.lock

Lines changed: 225 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,225 @@
1+
PATH
2+
remote: .
3+
specs:
4+
assetable (0.0.1)
5+
carrierwave
6+
carrierwave-video-thumbnailer
7+
coffee-rails
8+
fog
9+
haml-rails
10+
jquery-rails
11+
kaminari
12+
plupload-rails
13+
rails (~> 4.0.1)
14+
rmagick
15+
sass-rails
16+
17+
GEM
18+
remote: https://rubygems.org/
19+
specs:
20+
actionmailer (4.0.1)
21+
actionpack (= 4.0.1)
22+
mail (~> 2.5.4)
23+
actionpack (4.0.1)
24+
activesupport (= 4.0.1)
25+
builder (~> 3.1.0)
26+
erubis (~> 2.7.0)
27+
rack (~> 1.5.2)
28+
rack-test (~> 0.6.2)
29+
activemodel (4.0.1)
30+
activesupport (= 4.0.1)
31+
builder (~> 3.1.0)
32+
activerecord (4.0.1)
33+
activemodel (= 4.0.1)
34+
activerecord-deprecated_finders (~> 1.0.2)
35+
activesupport (= 4.0.1)
36+
arel (~> 4.0.0)
37+
activerecord-deprecated_finders (1.0.3)
38+
activesupport (4.0.1)
39+
i18n (~> 0.6, >= 0.6.4)
40+
minitest (~> 4.2)
41+
multi_json (~> 1.3)
42+
thread_safe (~> 0.1)
43+
tzinfo (~> 0.3.37)
44+
arel (4.0.1)
45+
atomic (1.1.14)
46+
builder (3.1.4)
47+
capybara (2.2.0)
48+
mime-types (>= 1.16)
49+
nokogiri (>= 1.3.3)
50+
rack (>= 1.0.0)
51+
rack-test (>= 0.5.4)
52+
xpath (~> 2.0)
53+
carrierwave (0.9.0)
54+
activemodel (>= 3.2.0)
55+
activesupport (>= 3.2.0)
56+
json (>= 1.7)
57+
carrierwave-video-thumbnailer (0.1.4)
58+
carrierwave
59+
celluloid (0.15.2)
60+
timers (~> 1.1.0)
61+
childprocess (0.3.9)
62+
ffi (~> 1.0, >= 1.0.11)
63+
coderay (1.1.0)
64+
coffee-rails (4.0.1)
65+
coffee-script (>= 2.2.0)
66+
railties (>= 4.0.0, < 5.0)
67+
coffee-script (2.2.0)
68+
coffee-script-source
69+
execjs
70+
coffee-script-source (1.6.3)
71+
diff-lcs (1.2.5)
72+
erubis (2.7.0)
73+
excon (0.28.0)
74+
execjs (2.0.2)
75+
factory_girl (4.2.0)
76+
activesupport (>= 3.0.0)
77+
factory_girl_rails (4.2.1)
78+
factory_girl (~> 4.2.0)
79+
railties (>= 3.0.0)
80+
ffi (1.9.3)
81+
fog (1.18.0)
82+
builder
83+
excon (~> 0.28.0)
84+
formatador (~> 0.2.0)
85+
mime-types
86+
multi_json (~> 1.0)
87+
net-scp (~> 1.1)
88+
net-ssh (>= 2.1.3)
89+
nokogiri (~> 1.5)
90+
ruby-hmac
91+
formatador (0.2.4)
92+
guard (2.2.4)
93+
formatador (>= 0.2.4)
94+
listen (~> 2.1)
95+
lumberjack (~> 1.0)
96+
pry (>= 0.9.12)
97+
thor (>= 0.18.1)
98+
guard-rspec (4.0.4)
99+
guard (>= 2.1.1)
100+
rspec (~> 2.14)
101+
guard-spork (1.5.1)
102+
childprocess (>= 0.2.3)
103+
guard (>= 1.1)
104+
spork (>= 0.8.4)
105+
haml (4.0.4)
106+
tilt
107+
haml-rails (0.5.1)
108+
actionpack (~> 4.0.0)
109+
activesupport (~> 4.0.0)
110+
haml (>= 3.1, < 5.0)
111+
railties (~> 4.0.0)
112+
hike (1.2.3)
113+
i18n (0.6.5)
114+
jquery-rails (3.0.4)
115+
railties (>= 3.0, < 5.0)
116+
thor (>= 0.14, < 2.0)
117+
json (1.8.1)
118+
kaminari (0.15.0)
119+
actionpack (>= 3.0.0)
120+
activesupport (>= 3.0.0)
121+
listen (2.2.0)
122+
celluloid (>= 0.15.2)
123+
rb-fsevent (>= 0.9.3)
124+
rb-inotify (>= 0.9)
125+
lumberjack (1.0.4)
126+
mail (2.5.4)
127+
mime-types (~> 1.16)
128+
treetop (~> 1.4.8)
129+
method_source (0.8.2)
130+
mime-types (1.25)
131+
mini_portile (0.5.2)
132+
minitest (4.7.5)
133+
multi_json (1.8.2)
134+
net-scp (1.1.2)
135+
net-ssh (>= 2.6.5)
136+
net-ssh (2.7.0)
137+
nokogiri (1.6.0)
138+
mini_portile (~> 0.5.0)
139+
plupload-rails (1.1.0)
140+
rails (>= 3.1)
141+
polyglot (0.3.3)
142+
pry (0.9.12.3)
143+
coderay (~> 1.0)
144+
method_source (~> 0.8)
145+
slop (~> 3.4)
146+
rack (1.5.2)
147+
rack-test (0.6.2)
148+
rack (>= 1.0)
149+
rails (4.0.1)
150+
actionmailer (= 4.0.1)
151+
actionpack (= 4.0.1)
152+
activerecord (= 4.0.1)
153+
activesupport (= 4.0.1)
154+
bundler (>= 1.3.0, < 2.0)
155+
railties (= 4.0.1)
156+
sprockets-rails (~> 2.0.0)
157+
railties (4.0.1)
158+
actionpack (= 4.0.1)
159+
activesupport (= 4.0.1)
160+
rake (>= 0.8.7)
161+
thor (>= 0.18.1, < 2.0)
162+
rake (10.1.0)
163+
rb-fsevent (0.9.3)
164+
rb-inotify (0.9.2)
165+
ffi (>= 0.5.0)
166+
rmagick (2.13.2)
167+
rspec (2.14.1)
168+
rspec-core (~> 2.14.0)
169+
rspec-expectations (~> 2.14.0)
170+
rspec-mocks (~> 2.14.0)
171+
rspec-core (2.14.7)
172+
rspec-expectations (2.14.4)
173+
diff-lcs (>= 1.1.3, < 2.0)
174+
rspec-mocks (2.14.4)
175+
rspec-rails (2.14.0)
176+
actionpack (>= 3.0)
177+
activesupport (>= 3.0)
178+
railties (>= 3.0)
179+
rspec-core (~> 2.14.0)
180+
rspec-expectations (~> 2.14.0)
181+
rspec-mocks (~> 2.14.0)
182+
ruby-hmac (0.4.0)
183+
sass (3.2.12)
184+
sass-rails (4.0.1)
185+
railties (>= 4.0.0, < 5.0)
186+
sass (>= 3.1.10)
187+
sprockets-rails (~> 2.0.0)
188+
shoulda-matchers (2.3.0)
189+
activesupport (>= 3.0.0)
190+
slop (3.4.7)
191+
spork (0.9.2)
192+
sprockets (2.10.1)
193+
hike (~> 1.2)
194+
multi_json (~> 1.0)
195+
rack (~> 1.0)
196+
tilt (~> 1.1, != 1.3.0)
197+
sprockets-rails (2.0.1)
198+
actionpack (>= 3.0)
199+
activesupport (>= 3.0)
200+
sprockets (~> 2.8)
201+
sqlite3 (1.3.8)
202+
thor (0.18.1)
203+
thread_safe (0.1.3)
204+
atomic
205+
tilt (1.4.1)
206+
timers (1.1.0)
207+
treetop (1.4.15)
208+
polyglot
209+
polyglot (>= 0.3.1)
210+
tzinfo (0.3.38)
211+
xpath (2.0.0)
212+
nokogiri (~> 1.3)
213+
214+
PLATFORMS
215+
ruby
216+
217+
DEPENDENCIES
218+
assetable!
219+
capybara
220+
factory_girl_rails
221+
guard-rspec
222+
guard-spork
223+
rspec-rails
224+
shoulda-matchers
225+
sqlite3

Guardfile

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# A sample Guardfile
2+
# More info at https://github.com/guard/guard#readme
3+
4+
guard 'spork', :cucumber_env => { 'RAILS_ENV' => 'test' }, :rspec_env => { 'RAILS_ENV' => 'test' } do
5+
watch('config/application.rb')
6+
watch('config/environment.rb')
7+
watch('config/environments/test.rb')
8+
watch(%r{^config/initializers/.+\.rb$})
9+
watch('Gemfile.lock')
10+
watch('spec/spec_helper.rb') { :rspec }
11+
watch('test/test_helper.rb') { :test_unit }
12+
watch(%r{features/support/}) { :cucumber }
13+
end
14+
15+
guard 'rspec', :cli => "--color --drb", :version => 2 do
16+
watch(%r{^spec/.+_spec\.rb$})
17+
watch(%r{^lib/(.+)\.rb$}) { |m| "spec/lib/#{m[1]}_spec.rb" }
18+
watch('spec/spec_helper.rb') { "spec" }
19+
20+
# Rails example
21+
watch(%r{^spec/dummy/app/(.+)\.rb$}) { |m| "spec/#{m[1]}_spec.rb" }
22+
watch(%r{^spec/dummy/app/(.*)(\.erb|\.haml|\.slim)$}) { |m| "spec/#{m[1]}#{m[2]}_spec.rb" }
23+
watch(%r{^spec/dummy/app/controllers/(.+)_(controller)\.rb$}) { |m| ["spec/routing/#{m[1]}_routing_spec.rb", "spec/#{m[2]}s/#{m[1]}_#{m[2]}_spec.rb", "spec/acceptance/#{m[1]}_spec.rb"] }
24+
watch(%r{^spec/support/(.+)\.rb$}) { "spec" }
25+
watch('config/routes.rb') { "spec/routing" }
26+
watch('app/controllers/application_controller.rb') { "spec/controllers" }
27+
28+
# Capybara features specs
29+
watch(%r{^spec/dummy/app/views/(.+)/.*\.(erb|haml|slim)$}) { |m| "spec/features/#{m[1]}_spec.rb" }
30+
31+
# Turnip features and steps
32+
watch(%r{^spec/acceptance/(.+)\.feature$})
33+
watch(%r{^spec/acceptance/steps/(.+)_steps\.rb$}) { |m| Dir[File.join("**/#{m[1]}.feature")][0] || 'spec/acceptance' }
34+
end
35+

MIT-LICENSE

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
Copyright 2013 YOURNAME
2+
3+
Permission is hereby granted, free of charge, to any person obtaining
4+
a copy of this software and associated documentation files (the
5+
"Software"), to deal in the Software without restriction, including
6+
without limitation the rights to use, copy, modify, merge, publish,
7+
distribute, sublicense, and/or sell copies of the Software, and to
8+
permit persons to whom the Software is furnished to do so, subject to
9+
the following conditions:
10+
11+
The above copyright notice and this permission notice shall be
12+
included in all copies or substantial portions of the Software.
13+
14+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

README.rdoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
= Assetable
2+
3+
This project rocks and uses MIT-LICENSE.

Rakefile

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
begin
2+
require 'bundler/setup'
3+
rescue LoadError
4+
puts 'You must `gem install bundler` and `bundle install` to run rake tasks'
5+
end
6+
7+
require 'rdoc/task'
8+
9+
RDoc::Task.new(:rdoc) do |rdoc|
10+
rdoc.rdoc_dir = 'rdoc'
11+
rdoc.title = 'Assetable'
12+
rdoc.options << '--line-numbers'
13+
rdoc.rdoc_files.include('README.rdoc')
14+
rdoc.rdoc_files.include('lib/**/*.rb')
15+
end
16+
17+
APP_RAKEFILE = File.expand_path("../spec/dummy/Rakefile", __FILE__)
18+
load 'rails/tasks/engine.rake'
19+
20+
21+
22+
Bundler::GemHelper.install_tasks
23+

app/assets/images/assetable/.keep

Whitespace-only changes.
731 Bytes
Loading
2.94 KB
Loading
4.33 KB
Loading
Loading
3.57 KB
Loading
Loading
2.34 KB
Loading
3.57 KB
Loading
3.92 KB
Loading
4.21 KB
Loading
3.07 KB
Loading
2.84 KB
Loading
5.37 KB
Loading
3.17 KB
Loading
2.89 KB
Loading
2.5 KB
Loading
5.51 KB
Loading
3.34 KB
Loading
1.54 KB
Loading
1.89 KB
Loading
2.52 KB
Loading
2.26 KB
Loading
2.24 KB
Loading
4.58 KB
Loading

app/assets/javascripts/assetable/.keep

Whitespace-only changes.

0 commit comments

Comments
 (0)