Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
360 commits
Select commit Hold shift + click to select a range
80e6d4f
Baseline category routes and add a category tests
LauraAddams Oct 20, 2017
4912338
Testing a blank name for category
LauraAddams Oct 20, 2017
554a961
can not add more than stock
averikitsch Oct 20, 2017
df440a1
fixed new product bug
jocegonz Oct 20, 2017
c145dc6
Merge branch 'retire_product'
jocegonz Oct 20, 2017
126cc27
Add update and delete routes for order_products. Add order_products_c…
enigmagnetic Oct 20, 2017
966f485
testing stock method
jocegonz Oct 20, 2017
a2a67ab
testing print categories
jocegonz Oct 20, 2017
a03f9f2
tested average rating
jocegonz Oct 20, 2017
8eb72db
test application helper
jocegonz Oct 20, 2017
1631243
Merge branch 'controller-tests'
LauraAddams Oct 20, 2017
3729ce3
Add destroy action to order_product_controller. Test is passing. Edit…
enigmagnetic Oct 20, 2017
eafc783
Fix merge conflicts
enigmagnetic Oct 20, 2017
518d83e
started orders helper
jocegonz Oct 20, 2017
f6a7030
removed coverage folder files
averikitsch Oct 20, 2017
b4352b7
updates for conflict
jocegonz Oct 20, 2017
9bd8e72
more secrets
jocegonz Oct 20, 2017
431f7d8
Merge branch 'testing'
jocegonz Oct 20, 2017
3965f22
Product thumbnails, footer coloring
LauraAddams Oct 21, 2017
e747330
Better image sizing, promo banner, categories text
LauraAddams Oct 21, 2017
963b00b
updated index page
jocegonz Oct 21, 2017
bbd8483
added toggle functionailty
jocegonz Oct 21, 2017
46c7939
added statement on products index if collection equals zero
jocegonz Oct 21, 2017
c5cc679
Sass structure for easier color changes, orgnaizing of previous css code
LauraAddams Oct 21, 2017
0a26af9
minimal changes to order model validations and controller and confirm…
averikitsch Oct 21, 2017
57353fd
updated price input field for new product
jocegonz Oct 21, 2017
390efbf
added user summary statement if products equal zero
jocegonz Oct 21, 2017
1bbfe7b
Update ignore file. Edit products fixtures with more stock for order_…
enigmagnetic Oct 21, 2017
7cca8e7
Forms styling
LauraAddams Oct 22, 2017
4ddcf1f
Cart styling added
LauraAddams Oct 22, 2017
b56a21e
Define destroy method for orders so that the order row in the databas…
enigmagnetic Oct 22, 2017
0a95a5f
Write tests for quantity update, session and order delete, and creati…
enigmagnetic Oct 22, 2017
ceff0a3
Fix merge conflict by removing unnecessary order find in orders_conto…
enigmagnetic Oct 22, 2017
8c84d33
Product show page styling
LauraAddams Oct 22, 2017
3ad658a
Merchant account page styled
LauraAddams Oct 22, 2017
1070d29
fixed bug for product with no categories
jocegonz Oct 22, 2017
9edf9dc
Merge branch 'testing'
jocegonz Oct 22, 2017
3539d58
if user adds product again, quantity updates and doesn't add addition…
averikitsch Oct 22, 2017
6d67aa0
Spacing
LauraAddams Oct 22, 2017
2ee2aee
Merge conflicts, users show, products show, products index
LauraAddams Oct 22, 2017
5a0c01b
User show page error fixed
LauraAddams Oct 22, 2017
952931d
Merge branch 'master' of https://github.com/enigmagnetic/betsy
averikitsch Oct 22, 2017
f82c2a5
Order Index and destroy tests
LauraAddams Oct 22, 2017
2e1215d
Order update test 1 written
LauraAddams Oct 22, 2017
22c4bac
Order controller tests, session and stock need to be updated
LauraAddams Oct 23, 2017
d1120d2
Merge branch 'master' of https://github.com/enigmagnetic/betsy
averikitsch Oct 23, 2017
b2979ef
Form update for number input
LauraAddams Oct 23, 2017
45d5460
Class added to product quantity edit page
LauraAddams Oct 23, 2017
0f82142
Order confirmation page styling
LauraAddams Oct 23, 2017
6f74987
Min height to main added
LauraAddams Oct 23, 2017
2ad7f86
User show tables now responsive
LauraAddams Oct 23, 2017
3410229
review tests add
averikitsch Oct 23, 2017
01ea901
Merge branch 'master' of https://github.com/enigmagnetic/betsy
averikitsch Oct 23, 2017
875cf2c
product controller tests in progress
jocegonz Oct 23, 2017
9661a4c
merging conflicts
jocegonz Oct 23, 2017
050c22e
Added order cc_expiry test and product creation with categories tests
averikitsch Oct 23, 2017
c97ef2e
order helper tests
averikitsch Oct 23, 2017
aeabb47
fixed active view
averikitsch Oct 23, 2017
56ae379
Failing tests now passing
LauraAddams Oct 23, 2017
d16a934
Merge branch 'orders-controller-tests'
LauraAddams Oct 23, 2017
e66b302
Product helper test coverage
averikitsch Oct 23, 2017
6cacfce
Category model tests
averikitsch Oct 23, 2017
128f467
op, product, and order model tests
averikitsch Oct 23, 2017
7b41dd7
user tests and order_helper test
averikitsch Oct 23, 2017
6e74533
Add order_fulfillment action to users controller. Add order_fulfillme…
enigmagnetic Oct 23, 2017
8666af2
order product, order, product controller testing
averikitsch Oct 23, 2017
33bea3d
root image updated and product controller tests
averikitsch Oct 23, 2017
c99f527
products remove and add categories
averikitsch Oct 23, 2017
6ae2ac7
Add orders table to user_order_fulfillment view. Add method to retrie…
enigmagnetic Oct 23, 2017
9e9d870
completed tests
averikitsch Oct 23, 2017
1f9250a
added new default values
jocegonz Oct 23, 2017
63b82ed
Merge branch 'migration_def_values'
jocegonz Oct 23, 2017
24270e1
Table css styles are now global
LauraAddams Oct 23, 2017
7b72ea0
Merge branch 'css-styling'
LauraAddams Oct 23, 2017
4498f81
Merchant show class added
LauraAddams Oct 23, 2017
e747c09
flash messages and login for reviews
averikitsch Oct 24, 2017
840988f
Images added
LauraAddams Oct 24, 2017
baeb537
Modified seed data
LauraAddams Oct 24, 2017
85bf3cf
Categories for product seeds
LauraAddams Oct 24, 2017
6a8f8f5
updated order seeds to past validation
averikitsch Oct 24, 2017
2a0e32c
updated photo defaults, edit product.rb test
jocegonz Oct 24, 2017
c81be24
merged conflict
jocegonz Oct 24, 2017
310fd7b
Build method to retrieve user order_products and calculate total reve…
enigmagnetic Oct 24, 2017
f87157a
new user seeds
averikitsch Oct 24, 2017
3c11155
updated test for review#create
averikitsch Oct 24, 2017
3f009f9
fixed default photo
jocegonz Oct 24, 2017
61c1ac0
Merge branch 'migration_def_values'
jocegonz Oct 24, 2017
060dda4
updated test for broken session and order_id
averikitsch Oct 24, 2017
408bf91
Merge branch 'master' of https://github.com/enigmagnetic/betsy
averikitsch Oct 24, 2017
aa60ad6
fix for broken session user
averikitsch Oct 24, 2017
d83534c
new order show page
averikitsch Oct 24, 2017
95402bf
show controller updated
averikitsch Oct 24, 2017
e5f3168
updated order validations
averikitsch Oct 24, 2017
e20e3e1
fixed seed data for order
averikitsch Oct 24, 2017
53365cd
helper method to hide cc num
averikitsch Oct 24, 2017
6cf72ef
added restriction to personal user show page
jocegonz Oct 24, 2017
a4902a4
Responsive menu
LauraAddams Oct 24, 2017
be55f5c
Category product drop downs
LauraAddams Oct 24, 2017
696f130
Merge conflict in applicaiton html
LauraAddams Oct 24, 2017
0553cae
restriction for order show page
averikitsch Oct 24, 2017
2273d4b
Merge branch 'master' of https://github.com/enigmagnetic/betsy
averikitsch Oct 24, 2017
ddfe7d2
Flash message styling
LauraAddams Oct 24, 2017
cebb697
removed puts
averikitsch Oct 24, 2017
ee2e459
Merge branch 'master' of https://github.com/enigmagnetic/betsy
averikitsch Oct 24, 2017
7fa3cbc
testing user show
jocegonz Oct 24, 2017
dff654e
Merge branch 'private_user_info'
jocegonz Oct 24, 2017
74c0786
Flash message alignment
LauraAddams Oct 24, 2017
198bdea
buggy controller
jocegonz Oct 24, 2017
3747083
Controller, user can't edit other user's products
LauraAddams Oct 24, 2017
f225293
User can't view the edit page for another product
LauraAddams Oct 24, 2017
6e96385
Hidden field adds user id to add new product form
LauraAddams Oct 24, 2017
ea33d86
Add extra order_product fixtures. Add tests to user model for order_p…
enigmagnetic Oct 24, 2017
add13de
Fix merge conflict by adding user_controller order_fulfillment action.
enigmagnetic Oct 24, 2017
97ab677
updated product seed images
averikitsch Oct 24, 2017
86a4069
Product show view modified, for scale
LauraAddams Oct 24, 2017
1ebcb74
new product seeds
averikitsch Oct 24, 2017
19c403f
Merge branch 'master' of https://github.com/enigmagnetic/betsy
averikitsch Oct 24, 2017
e4ba9db
completed tests for logged in show pages
jocegonz Oct 24, 2017
32a3f08
Merge branch 'private_user_info'
jocegonz Oct 24, 2017
f516a61
removed params print out
averikitsch Oct 24, 2017
7b4cc18
Merge branch 'master' of https://github.com/enigmagnetic/betsy
averikitsch Oct 24, 2017
dc53989
fixed order tests
averikitsch Oct 24, 2017
42019ec
added migration for cancelled to OP
averikitsch Oct 24, 2017
4a789a4
added category restrictions and tests
jocegonz Oct 24, 2017
d646a87
Merge branch 'private_user_info'
jocegonz Oct 24, 2017
6f48632
added method to complete order
averikitsch Oct 24, 2017
51d128b
Tests for products controller updated
LauraAddams Oct 24, 2017
15f18f8
Merge branch 'master' of https://github.com/enigmagnetic/betsy
averikitsch Oct 24, 2017
b5cdd2a
Merge branch 'merchant-forms'
LauraAddams Oct 25, 2017
4bfbdc0
shipped and cancel testing
averikitsch Oct 25, 2017
098d8e3
fixed error in cancelled order
averikitsch Oct 25, 2017
24489f4
added search bar
averikitsch Oct 25, 2017
a508331
save css
averikitsch Oct 25, 2017
dffc1f9
Cancell order option added on confirmation page
LauraAddams Oct 25, 2017
a3d1fdd
shipping
averikitsch Oct 25, 2017
8c1e322
Button adjusted, minor refactoring
LauraAddams Oct 25, 2017
ba36167
Adding tests for cancel function
LauraAddams Oct 25, 2017
500ec21
Add access restriction to order_fulfillment page.
enigmagnetic Oct 25, 2017
95bad1e
Add order_product table to order show page. Add if statement to order…
enigmagnetic Oct 25, 2017
f1ea11f
shipping page html
averikitsch Oct 25, 2017
0c56160
Merge branch 'NewPages'
averikitsch Oct 25, 2017
e5ca234
Restrict orders list to paid and completed statuses.
enigmagnetic Oct 25, 2017
eb452cf
Merge branch 'user_order_show'
enigmagnetic Oct 25, 2017
e429bb2
Merge branch 'master' of https://github.com/enigmagnetic/betsy
enigmagnetic Oct 25, 2017
3d91bc0
Merge branch 'merchant_order_page'
enigmagnetic Oct 25, 2017
dd3400a
restrictions
jocegonz Oct 25, 2017
1fa4d85
Merge branch 'master' into private_user_info
jocegonz Oct 25, 2017
3ac5b66
Search bar css styling
averikitsch Oct 25, 2017
372d585
responsive display for search bar
averikitsch Oct 25, 2017
8653d61
Merge branch 'SearchBar'
averikitsch Oct 25, 2017
b76c808
Edit total_revenue method so that only orders with status paid or com…
enigmagnetic Oct 25, 2017
3266289
search bar width
averikitsch Oct 25, 2017
f9e9554
Merge branch 'master' of https://github.com/enigmagnetic/betsy
averikitsch Oct 25, 2017
171382d
shipping page styling and link added
averikitsch Oct 25, 2017
f730a92
email subscribe
averikitsch Oct 25, 2017
cb370f0
Banner image added
LauraAddams Oct 25, 2017
bc15d36
Order summary page updates
averikitsch Oct 25, 2017
37edd07
order summary table
averikitsch Oct 25, 2017
1a3e202
Promo banner sizing
LauraAddams Oct 25, 2017
1d3f989
testing toggle
jocegonz Oct 25, 2017
2697861
complete restricted toggle tests
jocegonz Oct 25, 2017
84fcbbd
Merge branch 'private_user_info'
jocegonz Oct 25, 2017
ef80675
Banner text styling
LauraAddams Oct 25, 2017
676aff1
Add orders, order_products, and total_revenue method tests to user mo…
enigmagnetic Oct 25, 2017
c9f833a
user fulfillment and order summary page
averikitsch Oct 25, 2017
fca1761
All user model tests passing.
enigmagnetic Oct 25, 2017
37e7efc
Merge branch 'master' of https://github.com/enigmagnetic/betsy
enigmagnetic Oct 25, 2017
c7fe54e
Details for product images on root
LauraAddams Oct 25, 2017
4765d5f
table styling
averikitsch Oct 25, 2017
d8995d8
Merge of order fulfillment work
averikitsch Oct 25, 2017
6ab2eb0
Background image for h5
LauraAddams Oct 25, 2017
fc04776
fix user model for order views
averikitsch Oct 25, 2017
adb32da
added tests for cant ship a canceled product and vice versa
averikitsch Oct 26, 2017
ca73b7c
precompile css for heroku
averikitsch Oct 26, 2017
54842d9
updates to User index page
averikitsch Oct 26, 2017
4fae194
small changes
averikitsch Oct 26, 2017
11a7fb4
updated flash and restricts for order_products
averikitsch Oct 26, 2017
9aa2c0d
updated tests for categories and order products
averikitsch Oct 26, 2017
c2549cb
updated restrictions tests
averikitsch Oct 26, 2017
5046649
product controller test done
jocegonz Oct 26, 2017
6c4a02a
merged conflict
jocegonz Oct 26, 2017
86f56c2
Order lookup page
averikitsch Oct 26, 2017
f663582
Merge branch 'master' of https://github.com/enigmagnetic/betsy
averikitsch Oct 26, 2017
61d2fce
Small promo section added
LauraAddams Oct 26, 2017
f7d21bb
Staff images added
LauraAddams Oct 26, 2017
21a8ff4
Add order_fulfillment action tests and restrict access to order fullf…
enigmagnetic Oct 26, 2017
b7c1983
Fix merge conflicts in user model and users controller.
enigmagnetic Oct 26, 2017
b84f3e2
About view added
LauraAddams Oct 26, 2017
a86c948
Figuring out search bar
LauraAddams Oct 26, 2017
57639e3
Temp search bar reset
LauraAddams Oct 26, 2017
b95c9b9
fix update image bug
averikitsch Oct 26, 2017
bc53680
Failing test fixes
LauraAddams Oct 26, 2017
7aab167
Merge branch 'master' of https://github.com/enigmagnetic/betsy
LauraAddams Oct 26, 2017
db49d3a
completed -> complete (fixed bug in total_by)
averikitsch Oct 26, 2017
a192560
Last test fix, removed puts statments and change nil tests
LauraAddams Oct 26, 2017
4acce3c
Merge branch 'master' of https://github.com/enigmagnetic/betsy
averikitsch Oct 26, 2017
0b32c47
Add scope to order model. Edit user order methods to accept a status …
enigmagnetic Oct 26, 2017
1d96932
Fix merge conflict in order_fulfillment view.
enigmagnetic Oct 26, 2017
89a971f
remove merge messages
averikitsch Oct 26, 2017
0b4ad4f
Search fix, start of mobile flex for promo
LauraAddams Oct 26, 2017
f745d86
fix user restriction in order fulfillment
averikitsch Oct 26, 2017
492638c
user model tests fixed
averikitsch Oct 26, 2017
1b7c90b
Responsive fixes, fixed flash message erroring and general padding
LauraAddams Oct 26, 2017
385e494
added look up tests
averikitsch Oct 26, 2017
ce85c0e
Css merge fixed in orders
LauraAddams Oct 26, 2017
c086381
Missed merge conflict line
LauraAddams Oct 26, 2017
678cd6a
Last fix on merge conflict in users scss
LauraAddams Oct 26, 2017
55f7cfd
order controller tests updated
averikitsch Oct 26, 2017
04aa67f
Merge branch 'master' of https://github.com/enigmagnetic/betsy
averikitsch Oct 26, 2017
a4d5ca0
Added class names to order summary and lookup
LauraAddams Oct 26, 2017
4773b3b
Merge branch 'css-styling'
LauraAddams Oct 26, 2017
ce710a4
updated product tests
averikitsch Oct 26, 2017
6f21e92
Merge branch 'master' of https://github.com/enigmagnetic/betsy
averikitsch Oct 26, 2017
0e4ca5b
file extensions
averikitsch Oct 26, 2017
db44e0c
precompiled images
averikitsch Oct 26, 2017
7d00d75
image extensions
averikitsch Oct 26, 2017
66cb324
image extensions
averikitsch Oct 26, 2017
cacf10c
Paginate
averikitsch Oct 26, 2017
9838f01
Merge branch 'paperclip'
averikitsch Oct 26, 2017
3315aa5
Take out comnented lines in orders_controller. All orders_controller …
enigmagnetic Oct 27, 2017
20536b9
Remove commented lines from products_controller. All products_control…
enigmagnetic Oct 27, 2017
d9e353a
Remove all empty views.
enigmagnetic Oct 27, 2017
ddd16a8
Use resources to consolidate necessary order_products routes. Remove …
enigmagnetic Oct 27, 2017
9f428e1
Adding logo animation, checked for sections around all views
LauraAddams Oct 27, 2017
86a94a8
Fixed z-index for mobile nav issue with flash messages
LauraAddams Oct 27, 2017
f837e8d
Added short decriptions to employee page
LauraAddams Oct 27, 2017
f667cb5
Container applied to new review page
LauraAddams Oct 27, 2017
3377a2f
Subscribe form in footer
LauraAddams Oct 27, 2017
fc747b9
fixed products partial form
jocegonz Oct 27, 2017
4111cf1
Merge branch 'product_testing'
jocegonz Oct 27, 2017
d3d376e
images added and new seeds
averikitsch Oct 27, 2017
1ab0281
Form email subscribe centered
LauraAddams Oct 27, 2017
339b672
Removed rais from new product page
LauraAddams Oct 27, 2017
d6c5237
Refactored model tests:category,op,order
LauraAddams Oct 27, 2017
bc1d440
new seeds
averikitsch Oct 27, 2017
22ef739
Merge branch 'master' of https://github.com/enigmagnetic/betsy
averikitsch Oct 27, 2017
3e16d77
precompiled images
averikitsch Oct 27, 2017
8ce2776
Refactor model test: products
LauraAddams Oct 27, 2017
261e1cb
Removed commented out tests
LauraAddams Oct 27, 2017
aaa8655
fix id for sessions
averikitsch Oct 27, 2017
14d5ad5
Merge branch 'refactor'
LauraAddams Oct 27, 2017
b69dd93
Placeholder image added
LauraAddams Oct 27, 2017
561eee2
Placeholder image now default is no image added
LauraAddams Oct 27, 2017
d97df7c
Added tombstone image back
LauraAddams Oct 27, 2017
9f38db2
new image placeholder
averikitsch Oct 27, 2017
f1de8d7
precompile assets'
averikitsch Oct 27, 2017
de6de07
updated product_controller_test
jocegonz Oct 27, 2017
4032139
Merge branch 'product_testing'
jocegonz Oct 27, 2017
09fba7b
update product test
jocegonz Oct 27, 2017
0b3735a
Merge branch 'master' of https://github.com/enigmagnetic/betsy
averikitsch Oct 27, 2017
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
26 changes: 26 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# 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'

.env

# Ignore bundler config.
/.bundle

## SimpleCov
/coverage/*

# Ignore all logfiles and tempfiles.
/log/*
/tmp/*
!/log/.keep
!/tmp/.keep

/node_modules
/yarn-error.log

.byebug_history

.DS_Store
76 changes: 76 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@

source 'https://rubygems.org'

git_source(:github) do |repo_name|
repo_name = "#{repo_name}/#{repo_name}" unless repo_name.include?("/")
"https://github.com/#{repo_name}.git"
end

gem "font-awesome-rails"
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'omniauth'
gem 'omniauth-github'

gem 'rails', '~> 5.1.4'
# Use postgresql as the database for Active Record
gem 'pg', '~> 0.18'
# Use Puma as the app server
gem 'puma', '~> 3.7'
# Use SCSS for stylesheets
gem 'sass-rails', '~> 5.0'
# Use Uglifier as compressor for JavaScript assets
gem 'uglifier', '>= 1.3.0'
# See https://github.com/rails/execjs#readme for more supported runtimes
# gem 'therubyracer', platforms: :ruby

# Use CoffeeScript for .coffee assets and views
# gem 'coffee-rails', '~> 4.2'
# Turbolinks makes navigating your web application faster. Read more: https://github.com/turbolinks/turbolinks
gem 'turbolinks', '~> 5'
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
gem 'jbuilder', '~> 2.5'
# Use Redis adapter to run Action Cable in production
# gem 'redis', '~> 3.0'
# Use ActiveModel has_secure_password
# gem 'bcrypt', '~> 3.1.7'
# gem 'paperclip', '~> 5.1.0'
# gem 'aws-sdk', '~> 2.6'
gem 'will_paginate', '~> 3.1.0'
# Use Capistrano for deployment
# gem 'capistrano-rails', group: :development
gem 'simplecov', :require => false, :group => :test

group :development, :test do
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
gem 'byebug', platforms: [:mri, :mingw, :x64_mingw]
# Adds support for Capybara system testing and selenium driver
gem 'capybara', '~> 2.13'
gem 'selenium-webdriver'
end

group :development do
# Access an IRB console on exception pages or by using <%= console %> anywhere in the code.
gem 'web-console', '>= 3.3.0'
gem 'listen', '>= 3.0.5', '< 3.2'
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
gem 'spring'
gem 'spring-watcher-listen', '~> 2.0.0'
gem 'rails-erd', require: false
gem 'dotenv-rails'
end

# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]

gem 'jquery-turbolinks'
gem 'foundation-rails', '6.4.1.2'
group :development do
gem 'better_errors'
gem 'pry-rails'
gem 'binding_of_caller'
end

group :test do
gem 'minitest-rails'
gem 'minitest-reporters'
end
281 changes: 281 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,281 @@
GEM
remote: https://rubygems.org/
specs:
actioncable (5.1.4)
actionpack (= 5.1.4)
nio4r (~> 2.0)
websocket-driver (~> 0.6.1)
actionmailer (5.1.4)
actionpack (= 5.1.4)
actionview (= 5.1.4)
activejob (= 5.1.4)
mail (~> 2.5, >= 2.5.4)
rails-dom-testing (~> 2.0)
actionpack (5.1.4)
actionview (= 5.1.4)
activesupport (= 5.1.4)
rack (~> 2.0)
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.0.2)
actionview (5.1.4)
activesupport (= 5.1.4)
builder (~> 3.1)
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.0.3)
activejob (5.1.4)
activesupport (= 5.1.4)
globalid (>= 0.3.6)
activemodel (5.1.4)
activesupport (= 5.1.4)
activerecord (5.1.4)
activemodel (= 5.1.4)
activesupport (= 5.1.4)
arel (~> 8.0)
activesupport (5.1.4)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (~> 0.7)
minitest (~> 5.1)
tzinfo (~> 1.1)
addressable (2.5.2)
public_suffix (>= 2.0.2, < 4.0)
ansi (1.5.0)
arel (8.0.0)
babel-source (5.8.35)
babel-transpiler (0.7.0)
babel-source (>= 4.0, < 6)
execjs (~> 2.0)
better_errors (2.4.0)
coderay (>= 1.0.0)
erubi (>= 1.0.0)
rack (>= 0.9.0)
bindex (0.5.0)
binding_of_caller (0.7.2)
debug_inspector (>= 0.0.1)
builder (3.2.3)
byebug (9.1.0)
capybara (2.15.4)
addressable
mini_mime (>= 0.1.3)
nokogiri (>= 1.3.3)
rack (>= 1.0.0)
rack-test (>= 0.5.4)
xpath (~> 2.0)
childprocess (0.8.0)
ffi (~> 1.0, >= 1.0.11)
choice (0.2.0)
coderay (1.1.2)
concurrent-ruby (1.0.5)
crass (1.0.2)
debug_inspector (0.0.3)
docile (1.1.5)
dotenv (2.2.1)
dotenv-rails (2.2.1)
dotenv (= 2.2.1)
railties (>= 3.2, < 5.2)
erubi (1.7.0)
execjs (2.7.0)
faraday (0.12.2)
multipart-post (>= 1.2, < 3)
ffi (1.9.18)
font-awesome-rails (4.7.0.2)
railties (>= 3.2, < 5.2)
foundation-rails (6.4.1.2)
railties (>= 3.1.0)
sass (>= 3.3.0, < 3.5)
sprockets-es6 (>= 0.9.0)
globalid (0.4.0)
activesupport (>= 4.2.0)
hashie (3.5.6)
i18n (0.9.0)
concurrent-ruby (~> 1.0)
jbuilder (2.7.0)
activesupport (>= 4.2.0)
multi_json (>= 1.2)
jquery-turbolinks (2.1.0)
railties (>= 3.1.0)
turbolinks
json (2.0.2)
jwt (1.5.6)
listen (3.1.5)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
ruby_dep (~> 1.2)
loofah (2.1.1)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.6.6)
mime-types (>= 1.16, < 4)
method_source (0.9.0)
mime-types (3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2016.0521)
mini_mime (0.1.4)
mini_portile2 (2.3.0)
minitest (5.10.3)
minitest-rails (3.0.0)
minitest (~> 5.8)
railties (~> 5.0)
minitest-reporters (1.1.18)
ansi
builder
minitest (>= 5.0)
ruby-progressbar
multi_json (1.12.2)
multi_xml (0.6.0)
multipart-post (2.0.0)
nio4r (2.1.0)
nokogiri (1.8.1)
mini_portile2 (~> 2.3.0)
oauth2 (1.4.0)
faraday (>= 0.8, < 0.13)
jwt (~> 1.0)
multi_json (~> 1.3)
multi_xml (~> 0.5)
rack (>= 1.2, < 3)
omniauth (1.7.1)
hashie (>= 3.4.6, < 3.6.0)
rack (>= 1.6.2, < 3)
omniauth-github (1.3.0)
omniauth (~> 1.5)
omniauth-oauth2 (>= 1.4.0, < 2.0)
omniauth-oauth2 (1.4.0)
oauth2 (~> 1.0)
omniauth (~> 1.2)
pg (0.21.0)
pry (0.11.1)
coderay (~> 1.1.0)
method_source (~> 0.9.0)
pry-rails (0.3.6)
pry (>= 0.10.4)
public_suffix (3.0.0)
puma (3.10.0)
rack (2.0.3)
rack-test (0.7.0)
rack (>= 1.0, < 3)
rails (5.1.4)
actioncable (= 5.1.4)
actionmailer (= 5.1.4)
actionpack (= 5.1.4)
actionview (= 5.1.4)
activejob (= 5.1.4)
activemodel (= 5.1.4)
activerecord (= 5.1.4)
activesupport (= 5.1.4)
bundler (>= 1.3.0)
railties (= 5.1.4)
sprockets-rails (>= 2.0.0)
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
nokogiri (>= 1.6)
rails-erd (1.5.2)
activerecord (>= 3.2)
activesupport (>= 3.2)
choice (~> 0.2.0)
ruby-graphviz (~> 1.2)
rails-html-sanitizer (1.0.3)
loofah (~> 2.0)
railties (5.1.4)
actionpack (= 5.1.4)
activesupport (= 5.1.4)
method_source
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
rake (12.1.0)
rb-fsevent (0.10.2)
rb-inotify (0.9.10)
ffi (>= 0.5.0, < 2)
ruby-graphviz (1.2.3)
ruby-progressbar (1.9.0)
ruby_dep (1.5.0)
rubyzip (1.2.1)
sass (3.4.25)
sass-rails (5.0.6)
railties (>= 4.0.0, < 6)
sass (~> 3.1)
sprockets (>= 2.8, < 4.0)
sprockets-rails (>= 2.0, < 4.0)
tilt (>= 1.1, < 3)
selenium-webdriver (3.6.0)
childprocess (~> 0.5)
rubyzip (~> 1.0)
simplecov (0.15.0)
docile (~> 1.1.0)
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.2)
spring (2.0.2)
activesupport (>= 4.2)
spring-watcher-listen (2.0.1)
listen (>= 2.7, < 4.0)
spring (>= 1.2, < 3.0)
sprockets (3.7.1)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
sprockets-es6 (0.9.2)
babel-source (>= 5.8.11)
babel-transpiler
sprockets (>= 3.0.0)
sprockets-rails (3.2.1)
actionpack (>= 4.0)
activesupport (>= 4.0)
sprockets (>= 3.0.0)
thor (0.20.0)
thread_safe (0.3.6)
tilt (2.0.8)
turbolinks (5.0.1)
turbolinks-source (~> 5)
turbolinks-source (5.0.3)
tzinfo (1.2.3)
thread_safe (~> 0.1)
uglifier (3.2.0)
execjs (>= 0.3.0, < 3)
web-console (3.5.1)
actionview (>= 5.0)
activemodel (>= 5.0)
bindex (>= 0.4.0)
railties (>= 5.0)
websocket-driver (0.6.5)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.2)
will_paginate (3.1.6)
xpath (2.1.0)
nokogiri (~> 1.3)

PLATFORMS
ruby

DEPENDENCIES
better_errors
binding_of_caller
byebug
capybara (~> 2.13)
dotenv-rails
font-awesome-rails
foundation-rails (= 6.4.1.2)
jbuilder (~> 2.5)
jquery-turbolinks
listen (>= 3.0.5, < 3.2)
minitest-rails
minitest-reporters
omniauth
omniauth-github
pg (~> 0.18)
pry-rails
puma (~> 3.7)
rails (~> 5.1.4)
rails-erd
sass-rails (~> 5.0)
selenium-webdriver
simplecov
spring
spring-watcher-listen (~> 2.0.0)
turbolinks (~> 5)
tzinfo-data
uglifier (>= 1.3.0)
web-console (>= 3.3.0)
will_paginate (~> 3.1.0)

BUNDLED WITH
1.16.0.pre.3
6 changes: 6 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Add your own tasks in files placed in lib/tasks ending in .rake,
# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.

require_relative 'config/application'

Rails.application.load_tasks
3 changes: 3 additions & 0 deletions app/assets/config/manifest.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
//= link_tree ../images
//= link_directory ../javascripts .js
//= link_directory ../stylesheets .css
Empty file added app/assets/images/.keep
Empty file.
Binary file added app/assets/images/bat1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/assets/images/bat2.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/assets/images/flying-bat.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/assets/images/ghost.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/assets/images/placeholder.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/assets/images/promo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/assets/images/promo2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/assets/images/promo3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/assets/images/s1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/assets/images/s10.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/assets/images/s11.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/assets/images/s12.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/assets/images/s13.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/assets/images/s14.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/assets/images/s15.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/assets/images/s17.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/assets/images/s18.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/assets/images/s19.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/assets/images/s2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/assets/images/s20.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/assets/images/s21.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/assets/images/s22.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/assets/images/s23.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/assets/images/s24.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/assets/images/s27.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/assets/images/s28.jpg
Binary file added app/assets/images/s29.jpg
Binary file added app/assets/images/s3.jpg
Binary file added app/assets/images/s30.jpg
Binary file added app/assets/images/s32.jpg
Binary file added app/assets/images/s33.jpg
Binary file added app/assets/images/s34.jpg
Binary file added app/assets/images/s35.jpg
Binary file added app/assets/images/s4.jpg
Binary file added app/assets/images/s5.jpg
Binary file added app/assets/images/s6.jpg
Binary file added app/assets/images/s7.jpg
Binary file added app/assets/images/s8.jpg
Binary file added app/assets/images/s9.jpg
Binary file added app/assets/images/smoke.jpg
Binary file added app/assets/images/symbol.png
Binary file added app/assets/images/team1.jpg
Binary file added app/assets/images/team2.jpg
Binary file added app/assets/images/team3.jpg
Binary file added app/assets/images/team4.jpg
Binary file added app/assets/images/tombstone.png
Loading