-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Snailwhale: PR 1 #6
base: snailwhale
Are you sure you want to change the base?
Changes from all commits
6daabf6
f2de2ea
1fcccbe
c3316b3
edd4317
1fc7fd3
7258043
6b10051
0e7112d
8ea7d96
b25289a
cdca8af
85b2952
6a23af1
ba243ae
8eee255
50b8ab2
e1c83aa
23cd59d
b9ae1e7
6063aa7
2bdf980
3653589
395ec6c
64b770f
f03c4a7
ad04d80
3b2e8cc
5eb75e5
36c16ed
b05ba47
b02d6d0
67a5c4a
23c5da8
66b15c4
f0532b0
af43d1c
728b7ca
d164d49
08d8d01
a49c49b
1dce778
712c8dd
d074a2a
e5c83dc
e72831c
e9278e7
afe113a
2b93534
ae29702
e4d79b6
c3e60cd
08f2974
b3936f4
8c205b5
507c9b9
b25c656
5001b84
5d29162
0a50ce3
71e4610
a08734b
ef91e4f
92b998a
7b4f6d9
66c6a75
ebcff4c
a1f2f0a
ec733da
687af38
7721b3d
4241f2d
268e7e0
ed4de40
486ff80
eda2cc1
2d1ab09
7346a55
7f7086b
5437bb5
0f923e7
ec19d66
9418ebc
30c6aa9
fb3875e
7916a79
b6872e3
35f7438
aff56e6
8bd1f9d
e8db368
4c83814
bb04b8b
f8c9237
70707a7
2a6b9e0
af4c440
40b7d76
c449ba5
b7c3dba
1cc9c98
30758f2
63044ca
489a63b
214c2cf
b11adaf
e526140
1e686eb
4046674
3f35487
41af30a
5a88d10
fd300b6
733db62
cf6d714
330d0c0
5847859
5b97d41
aaab06e
41438bf
294acbc
ecec678
81a3f23
843a5b2
aceb700
fa97f19
7db70ee
d509030
cb83175
fdbce03
0b5e512
99fbdd0
a8c5671
2fd9361
0991a6d
2a90852
4107638
bef9040
423a8ce
fd33258
03115e6
707362a
3c01bc7
3ee2b58
c63d841
f575318
a73f9bd
296edb7
85c36f8
8268f3a
53d01f9
cf9cef1
b57560a
d0ef150
b06abdf
5ef2a63
d20ff7c
ace4eca
67d3068
f57fbeb
d7ca117
08c8c63
6cfd12f
24a4590
5b5b88b
1505113
b7e05c6
4348e41
58b4917
83bada9
dcb3710
2e42c15
f982645
ae02a1d
87ec2fb
47c58b5
da2553a
484fb98
9eb6698
9df6d96
6986142
f43ab7c
e0f02ad
050e510
3b58740
a367206
2c447d2
eecdfad
2abbb8a
7578db3
fd67c67
7d089f7
b2cd70a
7d66aa5
4d1a259
31d3ea7
3883b1d
7fe5dec
5cdb2a4
7081aa0
fcc2a23
4b7d932
a03127d
aec98ef
44f1f0d
1677c24
cce665b
c02f69e
36b543e
30fed6e
200a26c
a5af32d
ac93f5e
9290b1b
a60349a
21cc2bf
be409eb
34ee12d
d492598
8d25ba6
2882cfa
0a548c6
4581f5d
3c44869
feee5f8
98a066a
5746f29
ffa7759
3fed68b
c7493ec
52fba57
c79df9f
f245f7b
270e0c0
721dc49
8421c3b
f67c4a9
3cbb152
28d5e76
a8943c0
e597a81
aae91b1
8a6b3c7
2cf3bc2
a81b586
352d88d
6c2771e
e51fcd4
20b79f2
73f5e8f
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# See https://help.github.com/articles/ignoring-files for more about ignoring files. | ||
# | ||
# If you find yourself ignoring temporary files generated by your text editor | ||
# or operating system, you probably want to add a global ignore instead: | ||
# git config --global core.excludesfile '~/.gitignore_global' | ||
|
||
# Ignore bundler config. | ||
/.bundle | ||
|
||
# Ignore the default SQLite database. | ||
/db/*.sqlite3 | ||
/db/*.sqlite3-journal | ||
|
||
# Ignore all logfiles and tempfiles. | ||
/log/* | ||
!/log/.keep | ||
/tmp | ||
|
||
coverage/* | ||
.env |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
--color | ||
--require spec_helper |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
seemore |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
2.2.3 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
source 'https://rubygems.org' | ||
|
||
|
||
gem 'rails', '4.2.5' | ||
gem 'sass-rails', '~> 5.0' | ||
gem 'uglifier', '>= 1.3.0' | ||
gem 'coffee-rails', '~> 4.1.0' | ||
gem 'jquery-rails' | ||
gem 'turbolinks' | ||
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder | ||
gem 'jbuilder', '~> 2.0' | ||
# bundle exec rake doc:rails generates the API under doc/api. | ||
gem 'sdoc', '~> 0.4.0', group: :doc | ||
|
||
# bootstrap for styling | ||
gem 'bootstrap-sass' | ||
|
||
# Use ActiveModel has_secure_password | ||
# gem 'bcrypt', '~> 3.1.7' | ||
|
||
gem 'omniauth' | ||
gem 'omniauth-oauth2', '~> 1.3.1' | ||
gem "omniauth-vimeo" | ||
gem 'omniauth-twitter' | ||
|
||
gem 'httparty' | ||
gem 'twitter' | ||
gem 'will_paginate', '~> 3.0.5' | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I hadn't seen this gem before, very neat! |
||
|
||
group :development, :test do | ||
gem 'byebug' | ||
gem 'dotenv-rails' | ||
gem 'sqlite3' | ||
gem 'pry' | ||
gem 'simplecov' | ||
end | ||
|
||
group :production do | ||
gem 'pg' | ||
gem 'rails_12factor' | ||
end | ||
|
||
group :test do | ||
gem 'shoulda-matchers', '~> 3.0' | ||
gem "factory_girl_rails", "~> 4.0" | ||
end | ||
|
||
group :development do | ||
gem 'httplog' | ||
gem 'web-console', '~> 2.0' | ||
gem 'spring' | ||
gem 'better_errors' | ||
gem 'binding_of_caller' | ||
gem 'rspec-rails' | ||
end | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Nicely organized and easy to read but comments about what the gems do can be helpful to someone who is unfamiliar with a particular gem. I checked out 'shoulda-matchers' and it seems very cool. |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,300 @@ | ||
GEM | ||
remote: https://rubygems.org/ | ||
specs: | ||
actionmailer (4.2.5) | ||
actionpack (= 4.2.5) | ||
actionview (= 4.2.5) | ||
activejob (= 4.2.5) | ||
mail (~> 2.5, >= 2.5.4) | ||
rails-dom-testing (~> 1.0, >= 1.0.5) | ||
actionpack (4.2.5) | ||
actionview (= 4.2.5) | ||
activesupport (= 4.2.5) | ||
rack (~> 1.6) | ||
rack-test (~> 0.6.2) | ||
rails-dom-testing (~> 1.0, >= 1.0.5) | ||
rails-html-sanitizer (~> 1.0, >= 1.0.2) | ||
actionview (4.2.5) | ||
activesupport (= 4.2.5) | ||
builder (~> 3.1) | ||
erubis (~> 2.7.0) | ||
rails-dom-testing (~> 1.0, >= 1.0.5) | ||
rails-html-sanitizer (~> 1.0, >= 1.0.2) | ||
activejob (4.2.5) | ||
activesupport (= 4.2.5) | ||
globalid (>= 0.3.0) | ||
activemodel (4.2.5) | ||
activesupport (= 4.2.5) | ||
builder (~> 3.1) | ||
activerecord (4.2.5) | ||
activemodel (= 4.2.5) | ||
activesupport (= 4.2.5) | ||
arel (~> 6.0) | ||
activesupport (4.2.5) | ||
i18n (~> 0.7) | ||
json (~> 1.7, >= 1.7.7) | ||
minitest (~> 5.1) | ||
thread_safe (~> 0.3, >= 0.3.4) | ||
tzinfo (~> 1.1) | ||
addressable (2.4.0) | ||
arel (6.0.3) | ||
autoprefixer-rails (6.2.3) | ||
execjs | ||
json | ||
better_errors (2.1.1) | ||
coderay (>= 1.0.0) | ||
erubis (>= 2.6.6) | ||
rack (>= 0.9.0) | ||
binding_of_caller (0.7.2) | ||
debug_inspector (>= 0.0.1) | ||
bootstrap-sass (3.3.6) | ||
autoprefixer-rails (>= 5.2.1) | ||
sass (>= 3.3.4) | ||
buftok (0.2.0) | ||
builder (3.2.2) | ||
byebug (8.2.1) | ||
coderay (1.1.0) | ||
coffee-rails (4.1.1) | ||
coffee-script (>= 2.2.0) | ||
railties (>= 4.0.0, < 5.1.x) | ||
coffee-script (2.4.1) | ||
coffee-script-source | ||
execjs | ||
coffee-script-source (1.10.0) | ||
concurrent-ruby (1.0.0) | ||
debug_inspector (0.0.2) | ||
diff-lcs (1.2.5) | ||
docile (1.1.5) | ||
domain_name (0.5.25) | ||
unf (>= 0.0.5, < 1.0.0) | ||
dotenv (2.0.2) | ||
dotenv-rails (2.0.2) | ||
dotenv (= 2.0.2) | ||
railties (~> 4.0) | ||
equalizer (0.0.10) | ||
erubis (2.7.0) | ||
execjs (2.6.0) | ||
factory_girl (4.5.0) | ||
activesupport (>= 3.0.0) | ||
factory_girl_rails (4.5.0) | ||
factory_girl (~> 4.5.0) | ||
railties (>= 3.0.0) | ||
faraday (0.9.2) | ||
multipart-post (>= 1.2, < 3) | ||
globalid (0.3.6) | ||
activesupport (>= 4.1.0) | ||
hashie (3.4.3) | ||
http (0.9.8) | ||
addressable (~> 2.3) | ||
http-cookie (~> 1.0) | ||
http-form_data (~> 1.0.1) | ||
http_parser.rb (~> 0.6.0) | ||
http-cookie (1.0.2) | ||
domain_name (~> 0.5) | ||
http-form_data (1.0.1) | ||
http_parser.rb (0.6.0) | ||
httparty (0.13.7) | ||
json (~> 1.8) | ||
multi_xml (>= 0.5.2) | ||
httplog (0.2.13) | ||
i18n (0.7.0) | ||
jbuilder (2.4.0) | ||
activesupport (>= 3.0.0, < 5.1) | ||
multi_json (~> 1.2) | ||
jquery-rails (4.0.5) | ||
rails-dom-testing (~> 1.0) | ||
railties (>= 4.2.0) | ||
thor (>= 0.14, < 2.0) | ||
json (1.8.3) | ||
jwt (1.5.2) | ||
loofah (2.0.3) | ||
nokogiri (>= 1.5.9) | ||
mail (2.6.3) | ||
mime-types (>= 1.16, < 3) | ||
memoizable (0.4.2) | ||
thread_safe (~> 0.3, >= 0.3.1) | ||
method_source (0.8.2) | ||
mime-types (2.99) | ||
mini_portile2 (2.0.0) | ||
minitest (5.8.3) | ||
multi_json (1.11.2) | ||
multi_xml (0.5.5) | ||
multipart-post (2.0.0) | ||
naught (1.1.0) | ||
nokogiri (1.6.7.1) | ||
mini_portile2 (~> 2.0.0.rc2) | ||
oauth (0.4.7) | ||
oauth2 (1.0.0) | ||
faraday (>= 0.8, < 0.10) | ||
jwt (~> 1.0) | ||
multi_json (~> 1.3) | ||
multi_xml (~> 0.5) | ||
rack (~> 1.2) | ||
omniauth (1.3.1) | ||
hashie (>= 1.2, < 4) | ||
rack (>= 1.0, < 3) | ||
omniauth-oauth (1.1.0) | ||
oauth | ||
omniauth (~> 1.0) | ||
omniauth-oauth2 (1.3.1) | ||
oauth2 (~> 1.0) | ||
omniauth (~> 1.2) | ||
omniauth-twitter (1.2.1) | ||
json (~> 1.3) | ||
omniauth-oauth (~> 1.1) | ||
omniauth-vimeo (2.0.0) | ||
omniauth-oauth2 | ||
pg (0.18.4) | ||
pry (0.10.3) | ||
coderay (~> 1.1.0) | ||
method_source (~> 0.8.1) | ||
slop (~> 3.4) | ||
rack (1.6.4) | ||
rack-test (0.6.3) | ||
rack (>= 1.0) | ||
rails (4.2.5) | ||
actionmailer (= 4.2.5) | ||
actionpack (= 4.2.5) | ||
actionview (= 4.2.5) | ||
activejob (= 4.2.5) | ||
activemodel (= 4.2.5) | ||
activerecord (= 4.2.5) | ||
activesupport (= 4.2.5) | ||
bundler (>= 1.3.0, < 2.0) | ||
railties (= 4.2.5) | ||
sprockets-rails | ||
rails-deprecated_sanitizer (1.0.3) | ||
activesupport (>= 4.2.0.alpha) | ||
rails-dom-testing (1.0.7) | ||
activesupport (>= 4.2.0.beta, < 5.0) | ||
nokogiri (~> 1.6.0) | ||
rails-deprecated_sanitizer (>= 1.0.1) | ||
rails-html-sanitizer (1.0.2) | ||
loofah (~> 2.0) | ||
rails_12factor (0.0.3) | ||
rails_serve_static_assets | ||
rails_stdout_logging | ||
rails_serve_static_assets (0.0.4) | ||
rails_stdout_logging (0.0.4) | ||
railties (4.2.5) | ||
actionpack (= 4.2.5) | ||
activesupport (= 4.2.5) | ||
rake (>= 0.8.7) | ||
thor (>= 0.18.1, < 2.0) | ||
rake (10.4.2) | ||
rdoc (4.2.1) | ||
json (~> 1.4) | ||
rspec-core (3.4.1) | ||
rspec-support (~> 3.4.0) | ||
rspec-expectations (3.4.0) | ||
diff-lcs (>= 1.2.0, < 2.0) | ||
rspec-support (~> 3.4.0) | ||
rspec-mocks (3.4.0) | ||
diff-lcs (>= 1.2.0, < 2.0) | ||
rspec-support (~> 3.4.0) | ||
rspec-rails (3.4.0) | ||
actionpack (>= 3.0, < 4.3) | ||
activesupport (>= 3.0, < 4.3) | ||
railties (>= 3.0, < 4.3) | ||
rspec-core (~> 3.4.0) | ||
rspec-expectations (~> 3.4.0) | ||
rspec-mocks (~> 3.4.0) | ||
rspec-support (~> 3.4.0) | ||
rspec-support (3.4.1) | ||
sass (3.4.20) | ||
sass-rails (5.0.4) | ||
railties (>= 4.0.0, < 5.0) | ||
sass (~> 3.1) | ||
sprockets (>= 2.8, < 4.0) | ||
sprockets-rails (>= 2.0, < 4.0) | ||
tilt (>= 1.1, < 3) | ||
sdoc (0.4.1) | ||
json (~> 1.7, >= 1.7.7) | ||
rdoc (~> 4.0) | ||
shoulda-matchers (3.0.1) | ||
activesupport (>= 4.0.0) | ||
simple_oauth (0.3.1) | ||
simplecov (0.11.1) | ||
docile (~> 1.1.0) | ||
json (~> 1.8) | ||
simplecov-html (~> 0.10.0) | ||
simplecov-html (0.10.0) | ||
slop (3.6.0) | ||
spring (1.6.1) | ||
sprockets (3.5.2) | ||
concurrent-ruby (~> 1.0) | ||
rack (> 1, < 3) | ||
sprockets-rails (3.0.0) | ||
actionpack (>= 4.0) | ||
activesupport (>= 4.0) | ||
sprockets (>= 3.0.0) | ||
sqlite3 (1.3.11) | ||
thor (0.19.1) | ||
thread_safe (0.3.5) | ||
tilt (2.0.2) | ||
turbolinks (2.5.3) | ||
coffee-rails | ||
twitter (5.15.0) | ||
addressable (~> 2.3) | ||
buftok (~> 0.2.0) | ||
equalizer (= 0.0.10) | ||
faraday (~> 0.9.0) | ||
http (>= 0.4, < 0.10) | ||
http_parser.rb (~> 0.6.0) | ||
json (~> 1.8) | ||
memoizable (~> 0.4.0) | ||
naught (~> 1.0) | ||
simple_oauth (~> 0.3.0) | ||
tzinfo (1.2.2) | ||
thread_safe (~> 0.1) | ||
uglifier (2.7.2) | ||
execjs (>= 0.3.0) | ||
json (>= 1.8.0) | ||
unf (0.1.4) | ||
unf_ext | ||
unf_ext (0.0.7.1) | ||
web-console (2.2.1) | ||
activemodel (>= 4.0) | ||
binding_of_caller (>= 0.7.2) | ||
railties (>= 4.0) | ||
sprockets-rails (>= 2.0, < 4.0) | ||
will_paginate (3.0.7) | ||
|
||
PLATFORMS | ||
ruby | ||
|
||
DEPENDENCIES | ||
better_errors | ||
binding_of_caller | ||
bootstrap-sass | ||
byebug | ||
coffee-rails (~> 4.1.0) | ||
dotenv-rails | ||
factory_girl_rails (~> 4.0) | ||
httparty | ||
httplog | ||
jbuilder (~> 2.0) | ||
jquery-rails | ||
omniauth | ||
omniauth-oauth2 (~> 1.3.1) | ||
omniauth-twitter | ||
omniauth-vimeo | ||
pg | ||
pry | ||
rails (= 4.2.5) | ||
rails_12factor | ||
rspec-rails | ||
sass-rails (~> 5.0) | ||
sdoc (~> 0.4.0) | ||
shoulda-matchers (~> 3.0) | ||
simplecov | ||
spring | ||
sqlite3 | ||
turbolinks | ||
uglifier (>= 1.3.0) | ||
web-console (~> 2.0) | ||
will_paginate (~> 3.0.5) | ||
|
||
BUNDLED WITH | ||
1.11.2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add .DS_Store to your .gitignore or if you find you are constantly forgetting to do that add it to a global gitignore. Also add images, .keep files and make sure any files with secret keys are also added.