Skip to content

Commit f4598ae

Browse files
author
Blair Anderson
committed
setup
1 parent 7e91c59 commit f4598ae

Some content is hidden

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

60 files changed

+1836
-0
lines changed

.rspec

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
--color
2+
--require spec_helper

Gemfile

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
source 'https://rubygems.org'
2+
3+
4+
gem 'rails', '4.2.0'
5+
gem 'pg'
6+
gem 'sorcery', '0.9.0'
7+
gem 'sass-rails', '~> 5.0'
8+
gem 'uglifier', '>= 1.3.0'
9+
gem 'jquery-rails'
10+
gem 'turbolinks'
11+
12+
gem 'simple_form'
13+
14+
group :development, :test do
15+
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
16+
gem 'byebug'
17+
18+
# Access an IRB console on exception pages or by using <%= console %> in views
19+
gem 'web-console', '~> 2.0'
20+
21+
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
22+
gem 'spring'
23+
24+
gem 'factory_girl_rails'
25+
gem 'faker'
26+
gem 'rspec-rails', '~> 3.0' # https://github.com/rspec/rspec-rails
27+
gem 'rspec_api_documentation' # https://github.com/zipmark/rspec_api_documentation
28+
end

Gemfile.lock

Lines changed: 213 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,213 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
actionmailer (4.2.0)
5+
actionpack (= 4.2.0)
6+
actionview (= 4.2.0)
7+
activejob (= 4.2.0)
8+
mail (~> 2.5, >= 2.5.4)
9+
rails-dom-testing (~> 1.0, >= 1.0.5)
10+
actionpack (4.2.0)
11+
actionview (= 4.2.0)
12+
activesupport (= 4.2.0)
13+
rack (~> 1.6.0)
14+
rack-test (~> 0.6.2)
15+
rails-dom-testing (~> 1.0, >= 1.0.5)
16+
rails-html-sanitizer (~> 1.0, >= 1.0.1)
17+
actionview (4.2.0)
18+
activesupport (= 4.2.0)
19+
builder (~> 3.1)
20+
erubis (~> 2.7.0)
21+
rails-dom-testing (~> 1.0, >= 1.0.5)
22+
rails-html-sanitizer (~> 1.0, >= 1.0.1)
23+
activejob (4.2.0)
24+
activesupport (= 4.2.0)
25+
globalid (>= 0.3.0)
26+
activemodel (4.2.0)
27+
activesupport (= 4.2.0)
28+
builder (~> 3.1)
29+
activerecord (4.2.0)
30+
activemodel (= 4.2.0)
31+
activesupport (= 4.2.0)
32+
arel (~> 6.0)
33+
activesupport (4.2.0)
34+
i18n (~> 0.7)
35+
json (~> 1.7, >= 1.7.7)
36+
minitest (~> 5.1)
37+
thread_safe (~> 0.3, >= 0.3.4)
38+
tzinfo (~> 1.1)
39+
arel (6.0.0)
40+
bcrypt (3.1.10)
41+
binding_of_caller (0.7.2)
42+
debug_inspector (>= 0.0.1)
43+
builder (3.2.2)
44+
byebug (3.5.1)
45+
columnize (~> 0.8)
46+
debugger-linecache (~> 1.2)
47+
slop (~> 3.6)
48+
coffee-rails (4.1.0)
49+
coffee-script (>= 2.2.0)
50+
railties (>= 4.0.0, < 5.0)
51+
coffee-script (2.3.0)
52+
coffee-script-source
53+
execjs
54+
coffee-script-source (1.9.0)
55+
columnize (0.9.0)
56+
debug_inspector (0.0.2)
57+
debugger-linecache (1.2.0)
58+
diff-lcs (1.2.5)
59+
erubis (2.7.0)
60+
execjs (2.3.0)
61+
factory_girl (4.5.0)
62+
activesupport (>= 3.0.0)
63+
factory_girl_rails (4.5.0)
64+
factory_girl (~> 4.5.0)
65+
railties (>= 3.0.0)
66+
faker (1.0.1)
67+
i18n (~> 0.4)
68+
faraday (0.9.1)
69+
multipart-post (>= 1.2, < 3)
70+
globalid (0.3.3)
71+
activesupport (>= 4.1.0)
72+
hike (1.2.3)
73+
i18n (0.7.0)
74+
jquery-rails (4.0.3)
75+
rails-dom-testing (~> 1.0)
76+
railties (>= 4.2.0)
77+
thor (>= 0.14, < 2.0)
78+
json (1.8.2)
79+
jwt (1.2.1)
80+
loofah (2.0.1)
81+
nokogiri (>= 1.5.9)
82+
mail (2.6.3)
83+
mime-types (>= 1.16, < 3)
84+
mime-types (2.4.3)
85+
mini_portile (0.6.2)
86+
minitest (5.5.1)
87+
multi_json (1.10.1)
88+
multi_xml (0.5.5)
89+
multipart-post (2.0.0)
90+
mustache (0.99.8)
91+
nokogiri (1.6.6.2)
92+
mini_portile (~> 0.6.0)
93+
oauth (0.4.7)
94+
oauth2 (1.0.0)
95+
faraday (>= 0.8, < 0.10)
96+
jwt (~> 1.0)
97+
multi_json (~> 1.3)
98+
multi_xml (~> 0.5)
99+
rack (~> 1.2)
100+
pg (0.18.1)
101+
rack (1.6.0)
102+
rack-test (0.6.3)
103+
rack (>= 1.0)
104+
rails (4.2.0)
105+
actionmailer (= 4.2.0)
106+
actionpack (= 4.2.0)
107+
actionview (= 4.2.0)
108+
activejob (= 4.2.0)
109+
activemodel (= 4.2.0)
110+
activerecord (= 4.2.0)
111+
activesupport (= 4.2.0)
112+
bundler (>= 1.3.0, < 2.0)
113+
railties (= 4.2.0)
114+
sprockets-rails
115+
rails-deprecated_sanitizer (1.0.3)
116+
activesupport (>= 4.2.0.alpha)
117+
rails-dom-testing (1.0.5)
118+
activesupport (>= 4.2.0.beta, < 5.0)
119+
nokogiri (~> 1.6.0)
120+
rails-deprecated_sanitizer (>= 1.0.1)
121+
rails-html-sanitizer (1.0.1)
122+
loofah (~> 2.0)
123+
railties (4.2.0)
124+
actionpack (= 4.2.0)
125+
activesupport (= 4.2.0)
126+
rake (>= 0.8.7)
127+
thor (>= 0.18.1, < 2.0)
128+
rake (10.4.2)
129+
rspec (3.1.0)
130+
rspec-core (~> 3.1.0)
131+
rspec-expectations (~> 3.1.0)
132+
rspec-mocks (~> 3.1.0)
133+
rspec-core (3.1.7)
134+
rspec-support (~> 3.1.0)
135+
rspec-expectations (3.1.2)
136+
diff-lcs (>= 1.2.0, < 2.0)
137+
rspec-support (~> 3.1.0)
138+
rspec-mocks (3.1.3)
139+
rspec-support (~> 3.1.0)
140+
rspec-rails (3.1.0)
141+
actionpack (>= 3.0)
142+
activesupport (>= 3.0)
143+
railties (>= 3.0)
144+
rspec-core (~> 3.1.0)
145+
rspec-expectations (~> 3.1.0)
146+
rspec-mocks (~> 3.1.0)
147+
rspec-support (~> 3.1.0)
148+
rspec-support (3.1.2)
149+
rspec_api_documentation (4.3.0)
150+
activesupport (>= 3.0.0)
151+
json (~> 1.4, >= 1.4.6)
152+
mustache (~> 0.99, >= 0.99.4)
153+
rspec (>= 3.0.0)
154+
sass (3.4.12)
155+
sass-rails (5.0.1)
156+
railties (>= 4.0.0, < 5.0)
157+
sass (~> 3.1)
158+
sprockets (>= 2.8, < 4.0)
159+
sprockets-rails (>= 2.0, < 4.0)
160+
tilt (~> 1.1)
161+
simple_form (3.1.0)
162+
actionpack (~> 4.0)
163+
activemodel (~> 4.0)
164+
slop (3.6.0)
165+
sorcery (0.9.0)
166+
bcrypt (~> 3.1)
167+
oauth (~> 0.4, >= 0.4.4)
168+
oauth2 (>= 0.8.0)
169+
spring (1.3.2)
170+
sprockets (2.12.3)
171+
hike (~> 1.2)
172+
multi_json (~> 1.0)
173+
rack (~> 1.0)
174+
tilt (~> 1.1, != 1.3.0)
175+
sprockets-rails (2.2.4)
176+
actionpack (>= 3.0)
177+
activesupport (>= 3.0)
178+
sprockets (>= 2.8, < 4.0)
179+
thor (0.19.1)
180+
thread_safe (0.3.4)
181+
tilt (1.4.1)
182+
turbolinks (2.5.3)
183+
coffee-rails
184+
tzinfo (1.2.2)
185+
thread_safe (~> 0.1)
186+
uglifier (2.7.0)
187+
execjs (>= 0.3.0)
188+
json (>= 1.8.0)
189+
web-console (2.0.0)
190+
activemodel (~> 4.0)
191+
binding_of_caller (>= 0.7.2)
192+
railties (~> 4.0)
193+
sprockets-rails (>= 2.0, < 4.0)
194+
195+
PLATFORMS
196+
ruby
197+
198+
DEPENDENCIES
199+
byebug
200+
factory_girl_rails
201+
faker
202+
jquery-rails
203+
pg
204+
rails (= 4.2.0)
205+
rspec-rails (~> 3.0)
206+
rspec_api_documentation
207+
sass-rails (~> 5.0)
208+
simple_form
209+
sorcery (= 0.9.0)
210+
spring
211+
turbolinks
212+
uglifier (>= 1.3.0)
213+
web-console (~> 2.0)

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
== ReddiHackerHunt
2+
3+
features:

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+
Rails.application.load_tasks

app/assets/images/.keep

Whitespace-only changes.

app/controllers/concerns/.keep

Whitespace-only changes.

app/mailers/.keep

Whitespace-only changes.

app/models/.keep

Whitespace-only changes.

app/models/concerns/.keep

Whitespace-only changes.

0 commit comments

Comments
 (0)