Skip to content

Commit cfb19c3

Browse files
committed
initial commit
0 parents  commit cfb19c3

Some content is hidden

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

67 files changed

+3033
-0
lines changed

.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
.DS_Store
2+
*.swp
3+
*.rdb
4+
tmp/

Gemfile

+48
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
source 'https://rubygems.org'
2+
3+
gem 'rails', '3.2.8'
4+
5+
# Bundle edge Rails instead:
6+
# gem 'rails', :git => 'git://github.com/rails/rails.git'
7+
# Gems used only for assets and not required
8+
# in production environments by default.
9+
group :assets do
10+
gem 'sass-rails', '~> 3.2.3'
11+
gem 'coffee-rails', '~> 3.2.1'
12+
13+
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
14+
# gem 'therubyracer', :platforms => :ruby
15+
16+
gem 'uglifier', '>= 1.0.3'
17+
end
18+
19+
gem 'jquery-rails'
20+
21+
# To use ActiveModel has_secure_password
22+
# gem 'bcrypt-ruby', '~> 3.0.0'
23+
24+
# To use Jbuilder templates for JSON
25+
# gem 'jbuilder'
26+
27+
# Use unicorn as the app server
28+
# gem 'unicorn'
29+
30+
# Deploy with Capistrano
31+
# gem 'capistrano'
32+
33+
# To use debugger
34+
# gem 'debugger'
35+
36+
37+
gem "filepicker-rails", git: "git://github.com/maxtilford/filepicker-rails.git"
38+
39+
group :development do
40+
gem 'sqlite3'
41+
end
42+
43+
group :production do
44+
gem 'pg'
45+
end
46+
47+
gem 'pdf-reader'
48+
gem 'sidekiq'

Gemfile.lock

+147
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,147 @@
1+
GIT
2+
remote: git://github.com/maxtilford/filepicker-rails.git
3+
revision: f38b57eb1567c6bbe784e279d79c89b7b3d482f4
4+
specs:
5+
filepicker-rails (0.0.1)
6+
railties (>= 3.1.0, < 5.0)
7+
8+
GEM
9+
remote: https://rubygems.org/
10+
specs:
11+
Ascii85 (1.0.2)
12+
actionmailer (3.2.8)
13+
actionpack (= 3.2.8)
14+
mail (~> 2.4.4)
15+
actionpack (3.2.8)
16+
activemodel (= 3.2.8)
17+
activesupport (= 3.2.8)
18+
builder (~> 3.0.0)
19+
erubis (~> 2.7.0)
20+
journey (~> 1.0.4)
21+
rack (~> 1.4.0)
22+
rack-cache (~> 1.2)
23+
rack-test (~> 0.6.1)
24+
sprockets (~> 2.1.3)
25+
activemodel (3.2.8)
26+
activesupport (= 3.2.8)
27+
builder (~> 3.0.0)
28+
activerecord (3.2.8)
29+
activemodel (= 3.2.8)
30+
activesupport (= 3.2.8)
31+
arel (~> 3.0.2)
32+
tzinfo (~> 0.3.29)
33+
activeresource (3.2.8)
34+
activemodel (= 3.2.8)
35+
activesupport (= 3.2.8)
36+
activesupport (3.2.8)
37+
i18n (~> 0.6)
38+
multi_json (~> 1.0)
39+
afm (0.2.0)
40+
arel (3.0.2)
41+
builder (3.0.3)
42+
celluloid (0.14.1)
43+
timers (>= 1.0.0)
44+
coffee-rails (3.2.2)
45+
coffee-script (>= 2.2.0)
46+
railties (~> 3.2.0)
47+
coffee-script (2.2.0)
48+
coffee-script-source
49+
execjs
50+
coffee-script-source (1.3.3)
51+
connection_pool (1.1.0)
52+
erubis (2.7.0)
53+
execjs (1.4.0)
54+
multi_json (~> 1.0)
55+
hashery (2.1.0)
56+
hike (1.2.1)
57+
i18n (0.6.1)
58+
journey (1.0.4)
59+
jquery-rails (2.1.2)
60+
railties (>= 3.1.0, < 5.0)
61+
thor (~> 0.14)
62+
json (1.7.5)
63+
mail (2.4.4)
64+
i18n (>= 0.4.0)
65+
mime-types (~> 1.16)
66+
treetop (~> 1.4.8)
67+
mime-types (1.19)
68+
multi_json (1.3.6)
69+
pdf-reader (1.3.3)
70+
Ascii85 (~> 1.0.0)
71+
afm (~> 0.2.0)
72+
hashery (~> 2.0)
73+
ruby-rc4
74+
ttfunk
75+
pg (0.14.1)
76+
polyglot (0.3.3)
77+
rack (1.4.1)
78+
rack-cache (1.2)
79+
rack (>= 0.4)
80+
rack-ssl (1.3.2)
81+
rack
82+
rack-test (0.6.1)
83+
rack (>= 1.0)
84+
rails (3.2.8)
85+
actionmailer (= 3.2.8)
86+
actionpack (= 3.2.8)
87+
activerecord (= 3.2.8)
88+
activeresource (= 3.2.8)
89+
activesupport (= 3.2.8)
90+
bundler (~> 1.0)
91+
railties (= 3.2.8)
92+
railties (3.2.8)
93+
actionpack (= 3.2.8)
94+
activesupport (= 3.2.8)
95+
rack-ssl (~> 1.3.2)
96+
rake (>= 0.8.7)
97+
rdoc (~> 3.4)
98+
thor (>= 0.14.6, < 2.0)
99+
rake (0.9.2.2)
100+
rdoc (3.12)
101+
json (~> 1.4)
102+
redis (3.0.4)
103+
redis-namespace (1.3.1)
104+
redis (~> 3.0.0)
105+
ruby-rc4 (0.1.5)
106+
sass (3.2.1)
107+
sass-rails (3.2.5)
108+
railties (~> 3.2.0)
109+
sass (>= 3.1.10)
110+
tilt (~> 1.3)
111+
sidekiq (2.13.0)
112+
celluloid (>= 0.14.1)
113+
connection_pool (>= 1.0.0)
114+
json
115+
redis (>= 3.0)
116+
redis-namespace
117+
sprockets (2.1.3)
118+
hike (~> 1.2)
119+
rack (~> 1.0)
120+
tilt (~> 1.1, != 1.3.0)
121+
sqlite3 (1.3.6)
122+
thor (0.16.0)
123+
tilt (1.3.3)
124+
timers (1.1.0)
125+
treetop (1.4.10)
126+
polyglot
127+
polyglot (>= 0.3.1)
128+
ttfunk (1.0.3)
129+
tzinfo (0.3.33)
130+
uglifier (1.3.0)
131+
execjs (>= 0.3.0)
132+
multi_json (~> 1.0, >= 1.0.2)
133+
134+
PLATFORMS
135+
ruby
136+
137+
DEPENDENCIES
138+
coffee-rails (~> 3.2.1)
139+
filepicker-rails!
140+
jquery-rails
141+
pdf-reader
142+
pg
143+
rails (= 3.2.8)
144+
sass-rails (~> 3.2.3)
145+
sidekiq
146+
sqlite3
147+
uglifier (>= 1.0.3)

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
##Sidekiq demo
2+
3+
This is a simple example of using Sidekiq.
4+
In addition to the regular Sidekiq setup (e.g. have a running instance of Redis), first thing you'll need to do in order to run this app is set up an account on [Filepicker](http://www.filepicker.io).
5+
6+
Then, plug in your API into config/application.rb

0 commit comments

Comments
 (0)