Skip to content

Commit 0e5d0be

Browse files
committed
initial commit
0 parents  commit 0e5d0be

File tree

104 files changed

+6350
-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.

104 files changed

+6350
-0
lines changed

Gemfile

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

Gemfile.lock

+123
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,123 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
actionmailer (3.2.13)
5+
actionpack (= 3.2.13)
6+
mail (~> 2.5.3)
7+
actionpack (3.2.13)
8+
activemodel (= 3.2.13)
9+
activesupport (= 3.2.13)
10+
builder (~> 3.0.0)
11+
erubis (~> 2.7.0)
12+
journey (~> 1.0.4)
13+
rack (~> 1.4.5)
14+
rack-cache (~> 1.2)
15+
rack-test (~> 0.6.1)
16+
sprockets (~> 2.2.1)
17+
activemodel (3.2.13)
18+
activesupport (= 3.2.13)
19+
builder (~> 3.0.0)
20+
activerecord (3.2.13)
21+
activemodel (= 3.2.13)
22+
activesupport (= 3.2.13)
23+
arel (~> 3.0.2)
24+
tzinfo (~> 0.3.29)
25+
activeresource (3.2.13)
26+
activemodel (= 3.2.13)
27+
activesupport (= 3.2.13)
28+
activesupport (3.2.13)
29+
i18n (= 0.6.1)
30+
multi_json (~> 1.0)
31+
arel (3.0.2)
32+
backbone-on-rails (1.0.0.0)
33+
eco
34+
ejs
35+
jquery-rails
36+
rails (>= 3.1)
37+
builder (3.0.4)
38+
coffee-rails (3.2.2)
39+
coffee-script (>= 2.2.0)
40+
railties (~> 3.2.0)
41+
coffee-script (2.2.0)
42+
coffee-script-source
43+
execjs
44+
coffee-script-source (1.6.2)
45+
eco (1.0.0)
46+
coffee-script
47+
eco-source
48+
execjs
49+
eco-source (1.1.0.rc.1)
50+
ejs (1.1.1)
51+
erubis (2.7.0)
52+
execjs (1.4.0)
53+
multi_json (~> 1.0)
54+
hike (1.2.2)
55+
i18n (0.6.1)
56+
journey (1.0.4)
57+
jquery-rails (3.0.0)
58+
railties (>= 3.0, < 5.0)
59+
thor (>= 0.14, < 2.0)
60+
json (1.8.0)
61+
mail (2.5.4)
62+
mime-types (~> 1.16)
63+
treetop (~> 1.4.8)
64+
mime-types (1.23)
65+
multi_json (1.7.4)
66+
polyglot (0.3.3)
67+
rack (1.4.5)
68+
rack-cache (1.2)
69+
rack (>= 0.4)
70+
rack-ssl (1.3.3)
71+
rack
72+
rack-test (0.6.2)
73+
rack (>= 1.0)
74+
rails (3.2.13)
75+
actionmailer (= 3.2.13)
76+
actionpack (= 3.2.13)
77+
activerecord (= 3.2.13)
78+
activeresource (= 3.2.13)
79+
activesupport (= 3.2.13)
80+
bundler (~> 1.0)
81+
railties (= 3.2.13)
82+
railties (3.2.13)
83+
actionpack (= 3.2.13)
84+
activesupport (= 3.2.13)
85+
rack-ssl (~> 1.3.2)
86+
rake (>= 0.8.7)
87+
rdoc (~> 3.4)
88+
thor (>= 0.14.6, < 2.0)
89+
rake (10.0.4)
90+
rdoc (3.12.2)
91+
json (~> 1.4)
92+
sass (3.2.9)
93+
sass-rails (3.2.6)
94+
railties (~> 3.2.0)
95+
sass (>= 3.1.10)
96+
tilt (~> 1.3)
97+
sprockets (2.2.2)
98+
hike (~> 1.2)
99+
multi_json (~> 1.0)
100+
rack (~> 1.0)
101+
tilt (~> 1.1, != 1.3.0)
102+
sqlite3 (1.3.7)
103+
thor (0.18.1)
104+
tilt (1.4.1)
105+
treetop (1.4.12)
106+
polyglot
107+
polyglot (>= 0.3.1)
108+
tzinfo (0.3.37)
109+
uglifier (2.1.1)
110+
execjs (>= 0.3.0)
111+
multi_json (~> 1.0, >= 1.0.2)
112+
113+
PLATFORMS
114+
ruby
115+
116+
DEPENDENCIES
117+
backbone-on-rails
118+
coffee-rails (~> 3.2.1)
119+
jquery-rails
120+
rails (= 3.2.13)
121+
sass-rails (~> 3.2.3)
122+
sqlite3
123+
uglifier (>= 1.0.3)

0 commit comments

Comments
 (0)