Skip to content

Commit b5f9276

Browse files
committed
first commit
0 parents  commit b5f9276

File tree

205 files changed

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

205 files changed

+3819
-0
lines changed

.gitignore

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# See https://help.github.com/articles/ignoring-files for more about ignoring files.
2+
#
3+
# If you find yourself ignoring temporary files generated by your text editor
4+
# or operating system, you probably want to add a global ignore instead:
5+
# git config --global core.excludesfile '~/.gitignore_global'
6+
7+
# Ignore bundler config.
8+
/.bundle
9+
10+
# Ignore the default SQLite database.
11+
/db/*.sqlite3
12+
/db/*.sqlite3-journal
13+
14+
# Ignore all logfiles and tempfiles.
15+
/log/*.log
16+
/tmp
17+
.idea
18+
public/spree/*

Gemfile

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
source 'https://rubygems.org'
2+
3+
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
4+
gem 'rails', '4.0.5'
5+
6+
# Use sqlite3 as the database for Active Record
7+
gem 'sqlite3'
8+
9+
# Use SCSS for stylesheets
10+
gem 'sass-rails', '~> 4.0.2'
11+
12+
# Use Uglifier as compressor for JavaScript assets
13+
gem 'uglifier', '>= 1.3.0'
14+
15+
# Use CoffeeScript for .js.coffee assets and views
16+
gem 'coffee-rails', '~> 4.0.0'
17+
18+
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
19+
# gem 'therubyracer', platforms: :ruby
20+
21+
# Use jquery as the JavaScript library
22+
gem 'jquery-rails'
23+
24+
# Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks
25+
gem 'turbolinks'
26+
27+
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
28+
gem 'jbuilder', '~> 1.2'
29+
30+
group :doc do
31+
# bundle exec rake doc:rails generates the API under doc/api.
32+
gem 'sdoc', require: false
33+
end
34+
35+
# Use ActiveModel has_secure_password
36+
# gem 'bcrypt', '~> 3.1.7'
37+
38+
# Use unicorn as the app server
39+
# gem 'unicorn'
40+
41+
# Use Capistrano for deployment
42+
# gem 'capistrano', group: :development
43+
44+
# Use debugger
45+
# gem 'debugger', group: [:development, :test]
46+
47+
gem 'spree', '2.2.2'
48+
gem 'spree_gateway', :git => 'https://github.com/spree/spree_gateway.git', :branch => '2-2-stable'
49+
gem 'spree_auth_devise', :git => 'https://github.com/spree/spree_auth_devise.git', :branch => '2-2-stable'

Gemfile.lock

Lines changed: 284 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,284 @@
1+
GIT
2+
remote: https://github.com/spree/spree_auth_devise.git
3+
revision: 81a0fbb2db15efbbb50d0d139bbc41aee7fa58a1
4+
branch: 2-2-stable
5+
specs:
6+
spree_auth_devise (2.2.0)
7+
cancan (~> 1.6.10)
8+
devise (~> 3.2.3)
9+
devise-encryptable (= 0.1.2)
10+
json
11+
multi_json
12+
spree_core (~> 2.2.0)
13+
14+
GIT
15+
remote: https://github.com/spree/spree_gateway.git
16+
revision: ea9dd046848523c79845abbd5462f5e13941276e
17+
branch: 2-2-stable
18+
specs:
19+
spree_gateway (2.2.1)
20+
spree_core (~> 2.2.0)
21+
22+
GEM
23+
remote: https://rubygems.org/
24+
specs:
25+
actionmailer (4.0.5)
26+
actionpack (= 4.0.5)
27+
mail (~> 2.5.4)
28+
actionpack (4.0.5)
29+
activesupport (= 4.0.5)
30+
builder (~> 3.1.0)
31+
erubis (~> 2.7.0)
32+
rack (~> 1.5.2)
33+
rack-test (~> 0.6.2)
34+
active_utils (2.2.1)
35+
activesupport (>= 2.3.11)
36+
i18n
37+
activemerchant (1.42.9)
38+
active_utils (~> 2.0, >= 2.0.1)
39+
activesupport (>= 2.3.14, < 5.0.0)
40+
builder (>= 2.1.2, < 4.0.0)
41+
i18n (~> 0.5)
42+
json (~> 1.7)
43+
money (< 7.0.0)
44+
nokogiri (~> 1.4)
45+
activemodel (4.0.5)
46+
activesupport (= 4.0.5)
47+
builder (~> 3.1.0)
48+
activerecord (4.0.5)
49+
activemodel (= 4.0.5)
50+
activerecord-deprecated_finders (~> 1.0.2)
51+
activesupport (= 4.0.5)
52+
arel (~> 4.0.0)
53+
activerecord-deprecated_finders (1.0.3)
54+
activesupport (4.0.5)
55+
i18n (~> 0.6, >= 0.6.9)
56+
minitest (~> 4.2)
57+
multi_json (~> 1.3)
58+
thread_safe (~> 0.1)
59+
tzinfo (~> 0.3.37)
60+
acts_as_list (0.3.0)
61+
activerecord (>= 3.0)
62+
arel (4.0.2)
63+
awesome_nested_set (3.0.0.rc.5)
64+
activerecord (>= 4.0.0, < 5)
65+
aws-sdk (1.27.0)
66+
json (~> 1.4)
67+
nokogiri (>= 1.4.4)
68+
uuidtools (~> 2.1)
69+
bcrypt (3.1.7)
70+
builder (3.1.4)
71+
cancan (1.6.10)
72+
canonical-rails (0.0.7)
73+
rails (>= 3.1, < 5.0)
74+
climate_control (0.0.3)
75+
activesupport (>= 3.0)
76+
cocaine (0.5.4)
77+
climate_control (>= 0.0.3, < 1.0)
78+
coffee-rails (4.0.1)
79+
coffee-script (>= 2.2.0)
80+
railties (>= 4.0.0, < 5.0)
81+
coffee-script (2.2.0)
82+
coffee-script-source
83+
execjs
84+
coffee-script-source (1.7.0)
85+
colorize (0.7.3)
86+
deface (1.0.0)
87+
colorize (>= 0.5.8)
88+
nokogiri (~> 1.6.0)
89+
rails (>= 3.1)
90+
devise (3.2.4)
91+
bcrypt (~> 3.0)
92+
orm_adapter (~> 0.1)
93+
railties (>= 3.2.6, < 5)
94+
thread_safe (~> 0.1)
95+
warden (~> 1.2.3)
96+
devise-encryptable (0.1.2)
97+
devise (>= 2.1.0)
98+
erubis (2.7.0)
99+
execjs (2.2.0)
100+
ffaker (1.24.0)
101+
font-awesome-rails (4.1.0.0)
102+
railties (>= 3.2, < 5.0)
103+
friendly_id (5.0.3)
104+
activerecord (>= 4.0.0)
105+
highline (1.6.21)
106+
hike (1.2.3)
107+
httparty (0.13.1)
108+
json (~> 1.8)
109+
multi_xml (>= 0.5.2)
110+
i18n (0.6.9)
111+
jbuilder (1.5.3)
112+
activesupport (>= 3.0.0)
113+
multi_json (>= 1.2.0)
114+
jquery-rails (3.1.0)
115+
railties (>= 3.0, < 5.0)
116+
thor (>= 0.14, < 2.0)
117+
jquery-ui-rails (4.1.2)
118+
railties (>= 3.1.0)
119+
json (1.8.1)
120+
kaminari (0.15.1)
121+
actionpack (>= 3.0.0)
122+
activesupport (>= 3.0.0)
123+
mail (2.5.4)
124+
mime-types (~> 1.16)
125+
treetop (~> 1.4.8)
126+
mime-types (1.25.1)
127+
mini_portile (0.6.0)
128+
minitest (4.7.5)
129+
monetize (0.3.0)
130+
money (~> 6.1.0.beta1)
131+
money (6.1.1)
132+
i18n (~> 0.6.4)
133+
multi_json (1.10.1)
134+
multi_xml (0.5.5)
135+
nokogiri (1.6.2.1)
136+
mini_portile (= 0.6.0)
137+
orm_adapter (0.5.0)
138+
paperclip (3.4.2)
139+
activemodel (>= 3.0.0)
140+
activerecord (>= 3.0.0)
141+
activesupport (>= 3.0.0)
142+
cocaine (~> 0.5.0)
143+
mime-types
144+
paranoia (2.0.2)
145+
activerecord (~> 4.0)
146+
polyamorous (0.6.4)
147+
activerecord (>= 3.0)
148+
polyglot (0.3.5)
149+
rabl (0.9.3)
150+
activesupport (>= 2.3.14)
151+
rack (1.5.2)
152+
rack-test (0.6.2)
153+
rack (>= 1.0)
154+
rails (4.0.5)
155+
actionmailer (= 4.0.5)
156+
actionpack (= 4.0.5)
157+
activerecord (= 4.0.5)
158+
activesupport (= 4.0.5)
159+
bundler (>= 1.3.0, < 2.0)
160+
railties (= 4.0.5)
161+
sprockets-rails (~> 2.0.0)
162+
railties (4.0.5)
163+
actionpack (= 4.0.5)
164+
activesupport (= 4.0.5)
165+
rake (>= 0.8.7)
166+
thor (>= 0.18.1, < 2.0)
167+
rake (10.3.2)
168+
ransack (1.1.0)
169+
actionpack (>= 3.0)
170+
activerecord (>= 3.0)
171+
polyamorous (~> 0.6.0)
172+
rdoc (4.1.1)
173+
json (~> 1.4)
174+
sass (3.2.19)
175+
sass-rails (4.0.3)
176+
railties (>= 4.0.0, < 5.0)
177+
sass (~> 3.2.0)
178+
sprockets (~> 2.8, <= 2.11.0)
179+
sprockets-rails (~> 2.0)
180+
sdoc (0.4.0)
181+
json (~> 1.8)
182+
rdoc (~> 4.0, < 5.0)
183+
select2-rails (3.4.9)
184+
sass-rails
185+
thor (~> 0.14)
186+
spree (2.2.2)
187+
spree_api (= 2.2.2)
188+
spree_backend (= 2.2.2)
189+
spree_cmd (= 2.2.2)
190+
spree_core (= 2.2.2)
191+
spree_frontend (= 2.2.2)
192+
spree_sample (= 2.2.2)
193+
spree_api (2.2.2)
194+
rabl (= 0.9.3)
195+
spree_core (= 2.2.2)
196+
versioncake (~> 1.2.0)
197+
spree_backend (2.2.2)
198+
jquery-rails (~> 3.1.0)
199+
jquery-ui-rails (~> 4.1.0)
200+
select2-rails (~> 3.4.7)
201+
spree_api (= 2.2.2)
202+
spree_core (= 2.2.2)
203+
spree_cmd (2.2.2)
204+
thor (~> 0.14)
205+
spree_core (2.2.2)
206+
activemerchant (~> 1.42.3)
207+
acts_as_list (= 0.3.0)
208+
awesome_nested_set (~> 3.0.0.rc.3)
209+
aws-sdk (= 1.27.0)
210+
cancan (~> 1.6.10)
211+
deface (~> 1.0.0)
212+
ffaker (~> 1.16)
213+
font-awesome-rails (~> 4.0)
214+
friendly_id (= 5.0.3)
215+
highline (~> 1.6.18)
216+
httparty (~> 0.11)
217+
json (~> 1.7)
218+
kaminari (~> 0.15.0)
219+
monetize
220+
paperclip (~> 3.4.1)
221+
paranoia (~> 2.0)
222+
rails (~> 4.0.5)
223+
ransack (~> 1.1.0)
224+
state_machine (= 1.2.0)
225+
stringex (~> 1.5.1)
226+
truncate_html (= 0.9.2)
227+
spree_frontend (2.2.2)
228+
canonical-rails (~> 0.0.4)
229+
jquery-rails (~> 3.1.0)
230+
spree_api (= 2.2.2)
231+
spree_core (= 2.2.2)
232+
stringex (~> 1.5.1)
233+
spree_sample (2.2.2)
234+
spree_core (= 2.2.2)
235+
sprockets (2.11.0)
236+
hike (~> 1.2)
237+
multi_json (~> 1.0)
238+
rack (~> 1.0)
239+
tilt (~> 1.1, != 1.3.0)
240+
sprockets-rails (2.0.1)
241+
actionpack (>= 3.0)
242+
activesupport (>= 3.0)
243+
sprockets (~> 2.8)
244+
sqlite3 (1.3.9)
245+
state_machine (1.2.0)
246+
stringex (1.5.1)
247+
thor (0.19.1)
248+
thread_safe (0.3.4)
249+
tilt (1.4.1)
250+
treetop (1.4.15)
251+
polyglot
252+
polyglot (>= 0.3.1)
253+
truncate_html (0.9.2)
254+
turbolinks (2.2.2)
255+
coffee-rails
256+
tzinfo (0.3.39)
257+
uglifier (2.5.0)
258+
execjs (>= 0.3.0)
259+
json (>= 1.8.0)
260+
uuidtools (2.1.4)
261+
versioncake (1.2.0)
262+
actionpack (>= 3.2)
263+
activesupport (>= 3.2)
264+
railties (>= 3.2)
265+
tzinfo
266+
warden (1.2.3)
267+
rack (>= 1.0)
268+
269+
PLATFORMS
270+
ruby
271+
272+
DEPENDENCIES
273+
coffee-rails (~> 4.0.0)
274+
jbuilder (~> 1.2)
275+
jquery-rails
276+
rails (= 4.0.5)
277+
sass-rails (~> 4.0.2)
278+
sdoc
279+
spree (= 2.2.2)
280+
spree_auth_devise!
281+
spree_gateway!
282+
sqlite3
283+
turbolinks
284+
uglifier (>= 1.3.0)

README.rdoc

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
== README
2+
3+
This README would normally document whatever steps are necessary to get the
4+
application up and running.
5+
6+
Things you may want to cover:
7+
8+
* Ruby version
9+
10+
* System dependencies
11+
12+
* Configuration
13+
14+
* Database creation
15+
16+
* Database initialization
17+
18+
* How to run the test suite
19+
20+
* Services (job queues, cache servers, search engines, etc.)
21+
22+
* Deployment instructions
23+
24+
* ...
25+
26+
27+
Please feel free to use a different markup language if you do not plan to run
28+
<tt>rake doc:app</tt>.

Rakefile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Add your own tasks in files placed in lib/tasks ending in .rake,
2+
# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.
3+
4+
require File.expand_path('../config/application', __FILE__)
5+
6+
CommitUniversityDemo::Application.load_tasks

app/assets/images/.keep

Whitespace-only changes.

0 commit comments

Comments
 (0)