Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
292 commits
Select commit Hold shift + click to select a range
2221853
Gemfile.lock conflicts resolved
ricecakemonster Apr 19, 2017
e4f390f
Changed csv files
ricecakemonster Apr 19, 2017
59261e4
Merge branch 'master' into Product
EricaJCasePhD Apr 19, 2017
90377f6
merging with master
EricaJCasePhD Apr 19, 2017
8871f4e
Redid migration and changed tables
ricecakemonster Apr 20, 2017
7567b83
Changed csv file
ricecakemonster Apr 20, 2017
390860d
Merge pull request #1 from avalliere/order
ricecakemonster Apr 20, 2017
6175633
In order.rb, Added has_many :merchants. In orderproduct.rb, Fixed has…
ricecakemonster Apr 21, 2017
604442b
Merge branch 'order'
ricecakemonster Apr 21, 2017
8815473
Merge pull request #2 from avalliere/order
ricecakemonster Apr 21, 2017
c17e58b
Adding a product to a cart and showing the cart routes working
ricecakemonster Apr 22, 2017
7575fac
Adding product to Cart works.
ricecakemonster Apr 22, 2017
6743b9c
Cart: works well with session.
ricecakemonster Apr 23, 2017
d17919b
Fixed some problems order#show
ricecakemonster Apr 23, 2017
2777d4f
order#show showing correct subtotal
ricecakemonster Apr 23, 2017
53329d5
Merge branch 'master' into merchant-branch
tingwong Apr 23, 2017
5cec1f0
added oauth credentials
tingwong Apr 23, 2017
1af6cfd
login without callback functionality
tingwong Apr 23, 2017
728eb08
removed application error in merchant controller
tingwong Apr 23, 2017
97a319b
Added UID and Provider columns to merchant for oAuth
tingwong Apr 23, 2017
1a107ea
oAuth working and displaying on Merchants#Index
tingwong Apr 23, 2017
d50e547
login and logout functionality
tingwong Apr 23, 2017
d960f0c
unauthenticated user cannot see merchant#index or merchant#show
tingwong Apr 23, 2017
8af64ba
added user cannot access product#edit, delete, new, update pages in p…
tingwong Apr 23, 2017
fc62ed7
dropped merchants_orders table
tingwong Apr 23, 2017
cf6e08e
Added method for new
avalliere Apr 24, 2017
f813705
Edited create method
avalliere Apr 24, 2017
ab984aa
removed merchants#new route
tingwong Apr 24, 2017
ef8aa66
Created product show view. Made some edits to products controller
avalliere Apr 24, 2017
e069aca
Edited new and create methods in Product controller
avalliere Apr 24, 2017
51ad351
Can navigate to Product new view and form.
avalliere Apr 24, 2017
1f067a9
Created products index view/root view
avalliere Apr 24, 2017
883f403
Remove unused model tests
avalliere Apr 24, 2017
f175d99
Merge branch 'master' into merchant-branch
tingwong Apr 24, 2017
4456108
cart is not showing correct quantities for buyers to update
ricecakemonster Apr 24, 2017
27ec255
Merge branch 'master' of https://github.com/avalliere/betsy
ricecakemonster Apr 24, 2017
5f25e65
Merge branch 'master' into order
ricecakemonster Apr 24, 2017
b3cc79b
Fixing git history
avalliere Apr 24, 2017
455faca
big best update from dan and oauth fixed and working
tingwong Apr 24, 2017
a5b2301
merged from master
avalliere Apr 24, 2017
0393679
fixed conflicts
avalliere Apr 24, 2017
c6abe99
trying to merge with master1
ricecakemonster Apr 24, 2017
4d40d73
merged with order
ricecakemonster Apr 24, 2017
2ba13bf
Added foundation
ricecakemonster Apr 24, 2017
69ff19a
working copy of reviews
tingwong Apr 24, 2017
91bd5f2
foundation successfully installed
ricecakemonster Apr 24, 2017
c2c6c5b
removed application.html.erb backup file
ricecakemonster Apr 24, 2017
c8d7263
Merge pull request #3 from avalliere/master-1
ricecakemonster Apr 24, 2017
1e3eb39
updated merchant view
tingwong Apr 24, 2017
a7a71a8
Merge branch 'master' into real-reviews-branch
tingwong Apr 24, 2017
73be7c8
order#show showing update qty function & delete button correctly
ricecakemonster Apr 24, 2017
37746a9
merchant functionality prevents non-relevant users from editing and d…
tingwong Apr 24, 2017
0abc938
added nickname column to reviews table
tingwong Apr 24, 2017
315449d
removed session stuff.
ricecakemonster Apr 24, 2017
f0ede37
Added merchant fixture data
avalliere Apr 24, 2017
20aae09
Added tests for product model and controller
avalliere Apr 24, 2017
e1e53e3
added reviews functionality with average review score
tingwong Apr 24, 2017
f4098c6
updated review to remove faulty data
tingwong Apr 24, 2017
c94ba72
Add, Edit, Delete orderproducts work
ricecakemonster Apr 24, 2017
7b3ce95
added chart html for reviews
tingwong Apr 24, 2017
c621387
Merging
ricecakemonster Apr 24, 2017
f235c96
Merge branch 'master-1' into real-reviews-branch
tingwong Apr 24, 2017
373ab2f
merchants cannot review their own products
tingwong Apr 25, 2017
13c399b
Added validation for rating to be an integer 1-5
tingwong Apr 25, 2017
27d4daa
updated merchant logged-in permissions
tingwong Apr 25, 2017
fab6ca5
changed the route new to added_to_cart for order
ricecakemonster Apr 25, 2017
49642d4
moved subtotal function to order.rb
ricecakemonster Apr 25, 2017
139ebe5
made code DRY
ricecakemonster Apr 25, 2017
6b5ea92
Merge branch 'master-1' into product
EricaJCasePhD Apr 25, 2017
a9f09d1
Merge branch 'master-1' into product
EricaJCasePhD Apr 25, 2017
67b3657
merging
ricecakemonster Apr 25, 2017
80abebc
Merge branch 'master-1' of https://github.com/avalliere/betsy into ma…
ricecakemonster Apr 25, 2017
8043af4
Merge branch 'order' into master-1
ricecakemonster Apr 25, 2017
b41f208
Merge branch 'master-1' into merchant-branch
tingwong Apr 25, 2017
6bf1649
added merchant model testing
tingwong Apr 25, 2017
6865744
updated merchant model testing
tingwong Apr 25, 2017
d08006d
removed merchant#create and fixed merchant validation to allow for no…
tingwong Apr 25, 2017
08d3ff2
Merge branch 'master-1' of https://github.com/avalliere/betsy into ma…
tingwong Apr 25, 2017
2ad5b6a
updated category migration
ricecakemonster Apr 25, 2017
45691b9
Merge branch 'order' into master-1
ricecakemonster Apr 25, 2017
8118937
synced with master
tingwong Apr 25, 2017
08d5f47
merged
ricecakemonster Apr 25, 2017
bbfe14e
merging to order branch
ricecakemonster Apr 25, 2017
6a9b0da
tested associations and validations
tingwong Apr 25, 2017
d199e8b
added account method to merchant#controller
tingwong Apr 25, 2017
34e0fff
Simplified product.new controller
EricaJCasePhD Apr 25, 2017
2fb3565
updated merchant testing
tingwong Apr 25, 2017
f188c79
header experimenation
tingwong Apr 25, 2017
7703fda
added columns class to product instances
tingwong Apr 25, 2017
81a051c
Edit tests passed
EricaJCasePhD Apr 25, 2017
d8ac06c
latest push?
tingwong Apr 25, 2017
9e9e1c5
controller tests all added
EricaJCasePhD Apr 25, 2017
f67d66d
updated top bar with draft of foundations nav bar
tingwong Apr 25, 2017
bcc5932
Merge pull request #4 from avalliere/master-1
ricecakemonster Apr 25, 2017
0ac7869
Order controller tests half way done
ricecakemonster Apr 25, 2017
56e9178
fixed conflicts
tingwong Apr 25, 2017
c7b3a1b
merging branches
ricecakemonster Apr 25, 2017
862e3ac
Merge branch 'master' of https://github.com/avalliere/betsy
EricaJCasePhD Apr 26, 2017
5291b52
More order controller tests done
ricecakemonster Apr 26, 2017
27544fb
merged with master-1
avalliere Apr 26, 2017
feed4d2
fixed more merge conflicts from merge with master-1
avalliere Apr 26, 2017
33385fe
Added model relations tests to product_test.rb
avalliere Apr 26, 2017
8a817e7
Edited foundation nav bar in application.html.erb
avalliere Apr 26, 2017
5e62bc9
Made nav bar sticky. Edited nav bar in application.css
avalliere Apr 26, 2017
5055106
Cleanup; trouble-shooting photo grid issue
avalliere Apr 26, 2017
e07e7d0
order: checkout and invoice added
ricecakemonster Apr 26, 2017
d8d3ddb
Sorry folks, accidentally on master-1. Erica
EricaJCasePhD Apr 26, 2017
cd3b121
first merchant_controller_test
tingwong Apr 26, 2017
57385e7
Merge branch 'master-1' of https://github.com/avalliere/betsy into ma…
EricaJCasePhD Apr 26, 2017
b977342
added new line to test
tingwong Apr 26, 2017
270999f
latest merchants_controller test
tingwong Apr 26, 2017
e9c0c79
Gave padding to top-bar li elements
avalliere Apr 26, 2017
ea33b5f
footer yaayyy
tingwong Apr 26, 2017
a5ba19b
Merge branch 'master-1' into css-branch
tingwong Apr 26, 2017
770f46d
Merge branch 'master-1'
tingwong Apr 26, 2017
9a669dd
added validations for purchase
ricecakemonster Apr 26, 2017
ed940bb
merged
ricecakemonster Apr 26, 2017
2fea938
default values work for product
EricaJCasePhD Apr 26, 2017
f4839e6
Restored top-bar li css
avalliere Apr 26, 2017
bb51694
unsuccessful database problem solving
EricaJCasePhD Apr 26, 2017
9dbbe67
Merge branch 'css-branch' of https://github.com/avalliere/betsy into …
tingwong Apr 26, 2017
b4bfedb
fixed merchant name error
tingwong Apr 26, 2017
99c2fd7
set default image in controller
EricaJCasePhD Apr 26, 2017
ccd5a76
product stock numbers change according to what's in the cart
ricecakemonster Apr 26, 2017
6bd68d4
production database to faker
EricaJCasePhD Apr 26, 2017
66318ed
push to heroku
EricaJCasePhD Apr 26, 2017
b4e3f00
product show page
tingwong Apr 26, 2017
7a7ce5e
fixed typo
EricaJCasePhD Apr 26, 2017
3f78dd1
merging
ricecakemonster Apr 27, 2017
d42a25d
Merge branch 'product' into master-1
EricaJCasePhD Apr 27, 2017
27c8d35
updated css with header, footer, and product show
tingwong Apr 27, 2017
8b3b415
Merge branch 'master-1' of https://github.com/avalliere/betsy into pr…
avalliere Apr 27, 2017
5cc8ad0
merging
ricecakemonster Apr 27, 2017
bd9ea21
Merge branch 'master-1' of https://github.com/avalliere/betsy into ma…
EricaJCasePhD Apr 27, 2017
47f95db
Merge branch 'master' of https://github.com/avalliere/betsy
EricaJCasePhD Apr 27, 2017
416e13c
fixed conflict in schema
ricecakemonster Apr 27, 2017
652525b
added order model testing
tingwong Apr 27, 2017
aa3ecf5
Fixed problems in product controller and removed codes form order views
ricecakemonster Apr 27, 2017
7ca9232
order/index fixed
ricecakemonster Apr 27, 2017
220cbcf
added new seed data
tingwong Apr 27, 2017
79671e6
removed old seed data
tingwong Apr 27, 2017
56348a9
added merchant grid
tingwong Apr 27, 2017
f3194f8
orders/show and orders/index done
ricecakemonster Apr 27, 2017
12ba52e
Added hero image html and css
avalliere Apr 27, 2017
dd0feaa
Edited top bar css
avalliere Apr 27, 2017
a70b0fa
Hover effect with price appearing on products index. Still in progress
avalliere Apr 27, 2017
b121391
solved bug in merchants controller
EricaJCasePhD Apr 27, 2017
8ebc76d
Fixed product image spacing issue
avalliere Apr 27, 2017
7842180
Saved merged changes
EricaJCasePhD Apr 27, 2017
09df162
updated merchant delete
tingwong Apr 27, 2017
054c577
Merge branch 'css-branch' into master-1
avalliere Apr 27, 2017
e5eda51
Merge branch 'css-branch-ting' into master-1
tingwong Apr 27, 2017
c308e03
managed merged conflict
EricaJCasePhD Apr 27, 2017
15eb2e7
working on customer order view
ricecakemonster Apr 27, 2017
a140c2b
Merge branch 'master-1' of https://github.com/avalliere/betsy into ma…
ricecakemonster Apr 27, 2017
ee21f96
merge
ricecakemonster Apr 27, 2017
256eedd
Merge branch 'master-1' into order
ricecakemonster Apr 27, 2017
1812b6f
find order working
ricecakemonster Apr 27, 2017
7f5ed7d
added stock to product#show
tingwong Apr 28, 2017
8511a37
resized image in product#show
tingwong Apr 28, 2017
4ceed93
fixed default image
EricaJCasePhD Apr 28, 2017
d8d47e8
fixed logout
EricaJCasePhD Apr 28, 2017
f58bf96
Merge branch 'master-1' of https://github.com/avalliere/betsy into ma…
EricaJCasePhD Apr 28, 2017
0274a0e
fixed logout error created by last merge
EricaJCasePhD Apr 28, 2017
f7951b9
fixed error log again
EricaJCasePhD Apr 28, 2017
b3ca7ae
reduced sizes of quantity and rating boxes
tingwong Apr 28, 2017
9f36ea8
Committing before merge from master
avalliere Apr 28, 2017
a09891c
fixed link error from order
EricaJCasePhD Apr 28, 2017
f3e3577
Trying to recover changes
avalliere Apr 28, 2017
9ea4691
ERB for order view
avalliere Apr 28, 2017
132f213
product#edit form edited
tingwong Apr 28, 2017
4cd037d
Merge branch 'master-1' into find-order
avalliere Apr 28, 2017
4c15630
x
EricaJCasePhD Apr 28, 2017
48c2a73
check
EricaJCasePhD Apr 28, 2017
431f6b4
toggling product show
tingwong Apr 28, 2017
efc3288
fixed button in product show
tingwong Apr 28, 2017
0f0cb2d
changed aspect ratio for product show images
tingwong Apr 28, 2017
95a8730
added new seeds and fixed extra comma in schema
tingwong Apr 28, 2017
fe89774
added default value for merchant_name
tingwong Apr 28, 2017
ef759e5
toggled around product#show buttons
tingwong Apr 28, 2017
29b455d
merchant/index -> showing username in case there's no name
ricecakemonster Apr 28, 2017
31aa42a
images displaying properly
EricaJCasePhD Apr 28, 2017
afaf5f4
added products to merchant/show
ricecakemonster Apr 28, 2017
31ac936
Fixed view order method and view
avalliere Apr 28, 2017
3e87762
Cleaned out extraneous method
avalliere Apr 28, 2017
e793039
CSS for Order done
ricecakemonster Apr 28, 2017
4b9ecc6
changed link_to path : merchant/show
ricecakemonster Apr 28, 2017
67bb8ea
merged
ricecakemonster Apr 28, 2017
353cfab
preserving formatting changes before merging
EricaJCasePhD Apr 28, 2017
d366dfa
Merge branch 'merchant-branch' into master-1
EricaJCasePhD Apr 28, 2017
6317a53
Gave class to header on main page
avalliere Apr 28, 2017
580835c
changed title for order pages
ricecakemonster Apr 28, 2017
fe478b6
merged ting's css
tingwong Apr 28, 2017
3237591
merged with erica's
tingwong Apr 28, 2017
8ba9a21
Fixed flash message margin
avalliere Apr 28, 2017
28f6b73
css update
ricecakemonster Apr 28, 2017
6b0550f
fixed problem with pay button in order/checkout
ricecakemonster Apr 28, 2017
b27fc72
merge
ricecakemonster Apr 28, 2017
c0fa96c
Added product statuses into view order
avalliere Apr 28, 2017
ebd0441
trying to merge
ricecakemonster Apr 28, 2017
63e6ee0
added controller tests for Hyunji
EricaJCasePhD Apr 28, 2017
fef4a6a
Merge branch 'merchant-branch' into master-1
EricaJCasePhD Apr 28, 2017
ac883e0
Merge branch 'master-1' of https://github.com/avalliere/betsy into ma…
ricecakemonster Apr 28, 2017
48c11de
changed merchant show
tingwong Apr 28, 2017
3385eaa
sync with hyunji
tingwong Apr 28, 2017
e36a8f5
Commented out product info hover
avalliere Apr 28, 2017
e0bdcd3
Merged with css-branch-ting
avalliere Apr 28, 2017
d0714a2
Fixed sizing for products index images
avalliere Apr 28, 2017
54bf88d
Changed top bar button text to white
avalliere Apr 28, 2017
aa84e9b
Gave top padding to top-bar-right to center login button vertically
avalliere Apr 28, 2017
ea7ec22
made category model
ricecakemonster Apr 28, 2017
6d320e7
merchant edit page
tingwong Apr 28, 2017
d3647c8
updated product show page
tingwong Apr 28, 2017
ee4c4f2
added product link to merchants products
tingwong Apr 28, 2017
272bc6a
tested that merchant-only pages block guests
EricaJCasePhD Apr 28, 2017
0b0d382
hyunji fixed add to cart
tingwong Apr 28, 2017
5144a23
Added a favicon
avalliere Apr 28, 2017
65017b6
fixed added to cart layout
tingwong Apr 28, 2017
7cd9ae2
Merge branch 'master-1' of https://github.com/avalliere/betsy into ma…
avalliere Apr 28, 2017
0a1d156
Merge branch 'css-branch' of https://github.com/avalliere/betsy into …
avalliere Apr 28, 2017
4709cf5
final push
tingwong Apr 28, 2017
60741e1
Merge branch 'master-1' of https://github.com/avalliere/betsy into cs…
tingwong Apr 28, 2017
55ed3cc
Merge branch 'master-1' of https://github.com/avalliere/betsy into ma…
avalliere Apr 28, 2017
b278bdc
fixed order purchase page
tingwong Apr 28, 2017
c0d3b14
fixed header for order purchase page:
tingwong Apr 28, 2017
160d41a
removed dropdown from nav bar
tingwong Apr 28, 2017
6827473
changed nav bar
tingwong Apr 28, 2017
2f135f7
CSS changes
avalliere Apr 28, 2017
914a086
Merge branch 'master-1' of https://github.com/avalliere/betsy into ma…
avalliere Apr 28, 2017
94759e2
cart centered
tingwong Apr 28, 2017
6aa846c
testing updated
EricaJCasePhD Apr 28, 2017
2ba06f4
Fixed conflicts, merge find-order and order
avalliere Apr 28, 2017
f1e9245
Merge branch 'find-order' of https://github.com/avalliere/betsy into …
avalliere Apr 28, 2017
e906c24
Merge branch 'master-1' of https://github.com/avalliere/betsy into ma…
ricecakemonster Apr 28, 2017
aa49a6b
tests updated
EricaJCasePhD Apr 28, 2017
41acab8
Merge branch 'master-1' of https://github.com/avalliere/betsy into ma…
avalliere Apr 28, 2017
ccebe01
added path to order
tingwong Apr 28, 2017
8e2a70d
Merge branch 'master-1' of https://github.com/avalliere/betsy into ma…
avalliere Apr 28, 2017
6f2980d
fixed display error
EricaJCasePhD Apr 28, 2017
a3877e9
merge conflicts resolved
EricaJCasePhD Apr 28, 2017
9370e91
fixed logout error
ricecakemonster Apr 28, 2017
64bcf0c
changed column width for view order
ricecakemonster Apr 28, 2017
64b4196
added links hidden unless logged in as merchant
tingwong Apr 28, 2017
2416e3b
privacy
ricecakemonster Apr 28, 2017
3a81cb2
merged final
tingwong Apr 28, 2017
5737115
fixed review
tingwong Apr 28, 2017
0a2aab0
fixed bug: review cannot submit with one click
ricecakemonster Apr 29, 2017
53cabb7
fixed image url problem(causing add product errors)
ricecakemonster Apr 29, 2017
32efbbd
Added Browse by Category, fixed session order_id problems
ricecakemonster Apr 29, 2017
9d28bdb
remove from cart function was not updated(it was there before.... fix…
ricecakemonster Apr 29, 2017
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .DS_Store
Binary file not shown.
20 changes: 20 additions & 0 deletions .gitignore
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 all logfiles and tempfiles.
/log/*
/tmp/*
!/log/.keep
!/tmp/.keep

# Ignore Byebug command history file.
.byebug_history

#oAuth
.env
78 changes: 78 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
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


# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '~> 5.0.2'
# Use postgresql as the database for Active Record
gem 'pg', '~> 0.18'
# Use Puma as the app server
gem 'puma', '~> 3.0'
# Use SCSS for stylesheets
gem 'sass-rails', '~> 5.0'
# Use Uglifier as compressor for JavaScript assets
gem 'uglifier', '>= 1.3.0'
# Use CoffeeScript for .coffee assets and views
gem 'coffee-rails', '~> 4.2'
# See https://github.com/rails/execjs#readme for more supported runtimes
# gem 'therubyracer', platforms: :ruby

# Use jquery as the JavaScript library
gem 'jquery-rails'
# 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'

# Use Capistrano for deployment
# gem 'capistrano-rails', group: :development
gem 'omniauth'
gem 'omniauth-github'
gem 'omniauth-google-oauth2'
gem 'simple_form'
gem 'foundation-rails'
gem 'faker'

group :development, :test do
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
gem 'byebug', platform: :mri
gem 'simplecov'

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'
# 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 'dotenv-rails'
end

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

group :development do
gem 'better_errors'
gem 'pry-rails'



gem 'binding_of_caller'

end

group :test do
gem 'minitest-rails'
gem 'minitest-reporters'
end
266 changes: 266 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,266 @@
GEM
remote: https://rubygems.org/
specs:
actioncable (5.0.2)
actionpack (= 5.0.2)
nio4r (>= 1.2, < 3.0)
websocket-driver (~> 0.6.1)
actionmailer (5.0.2)
actionpack (= 5.0.2)
actionview (= 5.0.2)
activejob (= 5.0.2)
mail (~> 2.5, >= 2.5.4)
rails-dom-testing (~> 2.0)
actionpack (5.0.2)
actionview (= 5.0.2)
activesupport (= 5.0.2)
rack (~> 2.0)
rack-test (~> 0.6.3)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.0.2)
actionview (5.0.2)
activesupport (= 5.0.2)
builder (~> 3.1)
erubis (~> 2.7.0)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.0.3)
activejob (5.0.2)
activesupport (= 5.0.2)
globalid (>= 0.3.6)
activemodel (5.0.2)
activesupport (= 5.0.2)
activerecord (5.0.2)
activemodel (= 5.0.2)
activesupport (= 5.0.2)
arel (~> 7.0)
activesupport (5.0.2)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (~> 0.7)
minitest (~> 5.1)
tzinfo (~> 1.1)
ansi (1.5.0)
arel (7.1.4)
babel-source (5.8.35)
babel-transpiler (0.7.0)
babel-source (>= 4.0, < 6)
execjs (~> 2.0)
better_errors (2.1.1)
coderay (>= 1.0.0)
erubis (>= 2.6.6)
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.0.6)
coderay (1.1.1)
coffee-rails (4.2.1)
coffee-script (>= 2.2.0)
railties (>= 4.0.0, < 5.2.x)
coffee-script (2.4.1)
coffee-script-source
execjs
coffee-script-source (1.12.2)
concurrent-ruby (1.0.5)
debug_inspector (0.0.2)
docile (1.1.5)
dotenv (2.2.0)
dotenv-rails (2.2.0)
dotenv (= 2.2.0)
railties (>= 3.2, < 5.1)
erubis (2.7.0)
execjs (2.7.0)
faker (1.6.6)
i18n (~> 0.5)
faraday (0.11.0)
multipart-post (>= 1.2, < 3)
ffi (1.9.18)
foundation-rails (6.3.1.0)
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.5)
i18n (0.8.1)
jbuilder (2.6.3)
activesupport (>= 3.0.0, < 5.2)
multi_json (~> 1.2)
jquery-rails (4.3.1)
rails-dom-testing (>= 1, < 3)
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
json (2.0.3)
jwt (1.5.6)
listen (3.0.8)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
loofah (2.0.3)
nokogiri (>= 1.5.9)
mail (2.6.4)
mime-types (>= 1.16, < 4)
method_source (0.8.2)
mime-types (3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2016.0521)
mini_portile2 (2.1.0)
minitest (5.10.1)
minitest-rails (3.0.0)
minitest (~> 5.8)
railties (~> 5.0)
minitest-reporters (1.1.14)
ansi
builder
minitest (>= 5.0)
ruby-progressbar
multi_json (1.12.1)
multi_xml (0.6.0)
multipart-post (2.0.0)
nio4r (2.0.0)
nokogiri (1.7.1)
mini_portile2 (~> 2.1.0)
oauth2 (1.3.1)
faraday (>= 0.8, < 0.12)
jwt (~> 1.0)
multi_json (~> 1.3)
multi_xml (~> 0.5)
rack (>= 1.2, < 3)
omniauth (1.6.1)
hashie (>= 3.4.6, < 3.6.0)
rack (>= 1.6.2, < 3)
omniauth-github (1.2.3)
omniauth (~> 1.5)
omniauth-oauth2 (>= 1.4.0, < 2.0)
omniauth-google-oauth2 (0.4.1)
jwt (~> 1.5.2)
multi_json (~> 1.3)
omniauth (>= 1.1.1)
omniauth-oauth2 (>= 1.3.1)
omniauth-oauth2 (1.4.0)
oauth2 (~> 1.0)
omniauth (~> 1.2)
pg (0.20.0)
pry (0.10.4)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
pry-rails (0.3.6)
pry (>= 0.10.4)
puma (3.8.2)
rack (2.0.1)
rack-test (0.6.3)
rack (>= 1.0)
rails (5.0.2)
actioncable (= 5.0.2)
actionmailer (= 5.0.2)
actionpack (= 5.0.2)
actionview (= 5.0.2)
activejob (= 5.0.2)
activemodel (= 5.0.2)
activerecord (= 5.0.2)
activesupport (= 5.0.2)
bundler (>= 1.3.0, < 2.0)
railties (= 5.0.2)
sprockets-rails (>= 2.0.0)
rails-dom-testing (2.0.2)
activesupport (>= 4.2.0, < 6.0)
nokogiri (~> 1.6)
rails-html-sanitizer (1.0.3)
loofah (~> 2.0)
railties (5.0.2)
actionpack (= 5.0.2)
activesupport (= 5.0.2)
method_source
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
rake (12.0.0)
rb-fsevent (0.9.8)
rb-inotify (0.9.8)
ffi (>= 0.5.0)
ruby-progressbar (1.8.1)
sass (3.4.23)
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)
simple_form (3.4.0)
actionpack (> 4, < 5.1)
activemodel (> 4, < 5.1)
simplecov (0.13.0)
docile (~> 1.1.0)
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.0)
slop (3.6.0)
spring (2.0.1)
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.0)
actionpack (>= 4.0)
activesupport (>= 4.0)
sprockets (>= 3.0.0)
thor (0.19.4)
thread_safe (0.3.6)
tilt (2.0.7)
turbolinks (5.0.1)
turbolinks-source (~> 5)
turbolinks-source (5.0.0)
tzinfo (1.2.3)
thread_safe (~> 0.1)
uglifier (3.2.0)
execjs (>= 0.3.0, < 3)
web-console (3.5.0)
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)

PLATFORMS
ruby

DEPENDENCIES
better_errors
binding_of_caller
byebug
coffee-rails (~> 4.2)
dotenv-rails
faker
foundation-rails
jbuilder (~> 2.5)
jquery-rails
listen (~> 3.0.5)
minitest-rails
minitest-reporters
omniauth
omniauth-github
omniauth-google-oauth2
pg (~> 0.18)
pry-rails
puma (~> 3.0)
rails (~> 5.0.2)
sass-rails (~> 5.0)
simple_form
simplecov
spring
spring-watcher-listen (~> 2.0.0)
turbolinks (~> 5)
tzinfo-data
uglifier (>= 1.3.0)
web-console (>= 3.3.0)

BUNDLED WITH
1.14.6
Loading