Skip to content
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

Holy Holly -Tram, Beauttie, Ana, Gessica #83

Open
wants to merge 268 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
268 commits
Select commit Hold shift + click to select a range
33de702
updated validations
Nov 18, 2020
8d8ac15
fixed merge conflict
Nov 18, 2020
5c19fe0
added Merchant Index method
Nov 18, 2020
f10ae9f
created Index/Edit/Update metods for Order
Nov 18, 2020
3a75959
Add show, new, create actions for Orders controller
beauttie Nov 18, 2020
ee4869a
Add destroy action and start edit and update actions for OrderItem
beauttie Nov 18, 2020
db6eb48
Include status in controller methods
beauttie Nov 18, 2020
6c70a7c
created fixtures files and updated Order Model attributes
Nov 18, 2020
24c9b44
wrote tests for product model
trambui09 Nov 18, 2020
5a5ea50
added validation tests to product model and passed them
trambui09 Nov 18, 2020
08cc0b7
added merchant relations test to product model?
trambui09 Nov 18, 2020
e616452
deleted minor things
trambui09 Nov 18, 2020
bf6dc08
edit join table and wrote test relating product to categories
trambui09 Nov 18, 2020
fbd3bdb
small addition to product model test
trambui09 Nov 18, 2020
d9291ae
create method passed test on controllers-test
GeMath18 Nov 18, 2020
f70de43
added tests for category model
trambui09 Nov 18, 2020
3c227d4
more tests for category model
trambui09 Nov 18, 2020
c5c21b2
Merge branch 'master' into gm/productscontroller
GeMath18 Nov 18, 2020
edfd2bc
Oauth initial steps
Nov 18, 2020
22c20bc
merge branch master into ap/ordercontroller
Nov 18, 2020
e5dfdbb
add columns to Orders table for customer billing info
beauttie Nov 19, 2020
b06e04d
Working on Order controller tests, created index/show pages for Order
Nov 19, 2020
6ca8ec7
added methods and tests to cagetories_controller, tests passing
GeMath18 Nov 19, 2020
90000dc
Merge branch 'master' into gm/categories_controller_tests
GeMath18 Nov 19, 2020
964c20d
adding the schema after the migration
trambui09 Nov 19, 2020
ee26e5d
added find_product private method and controller filters
trambui09 Nov 19, 2020
2db66fd
added index homepages controller and view, editted the nav
trambui09 Nov 19, 2020
993bf16
four methods in category completed and passing tests
GeMath18 Nov 19, 2020
c156110
made new views partials for new and edit
trambui09 Nov 19, 2020
3170663
added the edit and update actions to product
trambui09 Nov 19, 2020
b23663f
added show tests
trambui09 Nov 19, 2020
1098da8
Add routes, controller actions for OAuth, start writing tests for Mer…
beauttie Nov 19, 2020
223eb92
Merge branch 'master' into tb/product_controller
trambui09 Nov 19, 2020
f6f6e9d
Merge branch 'master' into bk/merchant_oauth
beauttie Nov 19, 2020
b38a463
added more tests
trambui09 Nov 19, 2020
5e6f198
Keep writing Merchants controller tests
beauttie Nov 19, 2020
295e1b3
Merge branch 'master' into bk/merchant_oauth
beauttie Nov 19, 2020
1c8873c
added tests for product controller
trambui09 Nov 19, 2020
721eeff
merging with master
Nov 19, 2020
d923062
added update product controller test
trambui09 Nov 19, 2020
c341b26
passed the other product controller tests
trambui09 Nov 19, 2020
caebb6c
added placeholder image to assets
trambui09 Nov 19, 2020
665dab4
added content to the product show page
trambui09 Nov 19, 2020
3a0f584
added new method in controller
GeMath18 Nov 19, 2020
1faceed
Merge branch 'master' into gm/categories_model_tests
GeMath18 Nov 19, 2020
8be3b6e
trying to fix login path
beauttie Nov 19, 2020
1281abf
Merge branch 'master' into bk/merchant_oauth
beauttie Nov 19, 2020
00ed726
new and create method for category controller were created and with p…
GeMath18 Nov 19, 2020
fed7baa
trying to fix current_merchant
beauttie Nov 19, 2020
a6991e5
Merge branch 'master' into bk/merchant_oauth
beauttie Nov 19, 2020
cf569d8
updated order controller method/tests and modified the order.yml file
Nov 19, 2020
437c3cc
changed column from Order table to bigint
Nov 19, 2020
bc547ac
merge conflict
Nov 19, 2020
9e5db84
erased line
Nov 19, 2020
85ece49
updated Order controller tests for create and show
Nov 19, 2020
a00a23e
added categories checkboxes to _form
trambui09 Nov 19, 2020
59d4955
able to create a new category now
trambui09 Nov 19, 2020
a1a35f2
edit product show page and edit page
trambui09 Nov 19, 2020
58ba9a0
added flash messages to app.html.erb
trambui09 Nov 19, 2020
332fb05
added category_products nested routes
trambui09 Nov 19, 2020
0e0f110
added dropdown selection for product inventory stock
trambui09 Nov 19, 2020
295e21b
small changes
trambui09 Nov 19, 2020
fbc28a6
trying to fix logout link
beauttie Nov 19, 2020
e14df1d
resolve merge conflict
beauttie Nov 19, 2020
8e0ea41
updatd order_params
Nov 19, 2020
4617dd3
added order_items fixtures and edit product model tests
trambui09 Nov 19, 2020
21ae483
merge conflict
Nov 20, 2020
ef75d02
working on order controller methods, tests
Nov 20, 2020
333674b
Implement login and logout methods for Merchants
beauttie Nov 20, 2020
241628b
Merge branch 'master' into tb/product_model_stock
trambui09 Nov 20, 2020
da33803
merge conflict
Nov 20, 2020
b7b1ac6
updated routes
Nov 20, 2020
e47c9c1
Add uid and provider columns to seed data
beauttie Nov 20, 2020
d373619
Merge branch 'master' into tb/product_model_stock
trambui09 Nov 20, 2020
13b0738
merge conflict
Nov 20, 2020
32b69e7
merge conflict
Nov 20, 2020
496d9c3
Show page has Add product/category
Nov 20, 2020
4975110
changed the application.html.erb file
Nov 20, 2020
038c295
fixed merchant yml fixtures
trambui09 Nov 20, 2020
fee0674
stillworkingoncsvseeds
GeMath18 Nov 20, 2020
3d4247e
Merge branch 'master' into gm/creatingseeds
GeMath18 Nov 20, 2020
a8ebdbf
new pull
Nov 20, 2020
e10613a
draft of creating a cart
beauttie Nov 20, 2020
eb755f0
added more data to seeds file
GeMath18 Nov 20, 2020
f675fbf
added relationship and validation to review model
trambui09 Nov 20, 2020
f1daf94
added migration to relate product and reviews
trambui09 Nov 20, 2020
6475259
added reviews.yml
trambui09 Nov 20, 2020
5f27efd
added tests to reviews model
trambui09 Nov 20, 2020
1a26724
added more reviews relations tests
trambui09 Nov 20, 2020
2072eec
added has_many reviews and added to product tests
trambui09 Nov 20, 2020
5d25b2b
Merge branch 'master' into gm/creatingseeds
GeMath18 Nov 20, 2020
38dabf6
added tests to merchant model
trambui09 Nov 20, 2020
a49f331
added relations test to merchant model and changed fixtures
trambui09 Nov 20, 2020
9384794
added more tests to merchant tests
trambui09 Nov 20, 2020
b082ada
added validation tests to merchant model
trambui09 Nov 20, 2020
7fb90e5
added tests for custom methods for merchant model
trambui09 Nov 20, 2020
9f2bad3
fixed spacing
trambui09 Nov 20, 2020
d60dc7e
created the merchant show page
Nov 20, 2020
2f26b9c
merge conflict
Nov 20, 2020
263c8dc
commented out failing test, will come back
Nov 20, 2020
2f05d5d
trying to implement cart function
beauttie Nov 20, 2020
17c20a3
resolve merge conflict
beauttie Nov 20, 2020
b469c83
implement cart functionality, working on view
beauttie Nov 20, 2020
a420776
added edit button on merchants dashboard an redirects to edit the pro…
GeMath18 Nov 21, 2020
14d9c00
nav_bar
trambui09 Nov 21, 2020
e7accbb
Merge branch 'master' into tb/nav_bar_css
trambui09 Nov 21, 2020
9f79c62
nav bar
trambui09 Nov 21, 2020
2126399
created some tests for order model test, they all passed.
GeMath18 Nov 21, 2020
0be77f4
Merchant Index page
Nov 21, 2020
3ebb103
updated Mechant Index page
Nov 21, 2020
9b259ef
updated Mechant Index test & passing
Nov 21, 2020
f4abf9a
implement show page for cart, edit and delete controller actions for …
beauttie Nov 21, 2020
8219ff8
Merge branch 'master' into bk/cart
beauttie Nov 21, 2020
9715161
Merge branch 'master' into tb/nav_bar_css
trambui09 Nov 21, 2020
0d08fc6
added custom font to betsy
trambui09 Nov 21, 2020
a7a9400
header custom font
trambui09 Nov 21, 2020
8406f82
homepage styling
trambui09 Nov 21, 2020
7591c36
homepage hero image and recently added
trambui09 Nov 21, 2020
20a05ce
recently added grid image gallery
trambui09 Nov 21, 2020
93ca37e
changed seeds to include photo_url
trambui09 Nov 21, 2020
42fb976
included produc url
trambui09 Nov 21, 2020
bc5e540
changed the background color
trambui09 Nov 21, 2020
ad46679
added margins
trambui09 Nov 21, 2020
d213e42
fixed tests failure, commented out a thing from orders_controller
trambui09 Nov 21, 2020
d4de918
changed db.seed for stock
trambui09 Nov 21, 2020
e1136c9
fixed cart issue with session
beauttie Nov 21, 2020
8110f30
total cost and styling
trambui09 Nov 22, 2020
9a9ce1b
holly banner up
trambui09 Nov 22, 2020
2082acb
merge conflict
Nov 22, 2020
56253e8
test for .recently_added custom method
trambui09 Nov 22, 2020
e804e45
fixed the update button
trambui09 Nov 22, 2020
2a04260
cleaned up Merchant/Products Index pages
Nov 22, 2020
0da65fa
created tests for cart, working on creating new order
beauttie Nov 22, 2020
bdef6b8
create new and show views for Order, implement new, update, and cance…
beauttie Nov 22, 2020
98b3c0b
fixed the subtotal_custom_methodgit add .
trambui09 Nov 22, 2020
d502cbd
wrote test for total_cart_cost
trambui09 Nov 22, 2020
c36b934
test for total_price custom method
trambui09 Nov 22, 2020
1443a7d
added update_stock test to order_test
trambui09 Nov 22, 2020
5eb38dd
one test validation for ordel model, test passed
GeMath18 Nov 22, 2020
f704d0d
Merge branch 'master' into tb/orders_total_cost
trambui09 Nov 22, 2020
bd0e614
merge conflict
Nov 22, 2020
051681a
added more tests for validations on order model test file
GeMath18 Nov 22, 2020
6c1d33d
Merge branch 'master' into gm/ordermodelvalidationtest
GeMath18 Nov 22, 2020
bc4f25f
implement checkout and cancel controller actions with views
beauttie Nov 23, 2020
1dd51b7
resolve merge conflict
beauttie Nov 23, 2020
c3c4eb2
Merge branch 'master' into gm/ordermodelvalidationtest
GeMath18 Nov 23, 2020
7de8dbb
Merge branch 'master' into tb/orders_total_cost
trambui09 Nov 23, 2020
f04324e
update stock working
trambui09 Nov 23, 2020
b87230d
fix routes and form on cart page
beauttie Nov 23, 2020
3d48154
update_stock works now
trambui09 Nov 23, 2020
5b4f45b
Merge branch 'master' into tb/orders_total_cost
trambui09 Nov 23, 2020
a8a9673
validation test passing for instantiated Model OrderItem test
Nov 23, 2020
c1301ca
validations all passing for OrderItem Model tests
Nov 23, 2020
52e76f5
relationships all passing for OrderItem Model tests
Nov 23, 2020
f7ffdcd
merge conflict
Nov 23, 2020
07fde85
fix routes and start tests for Orders controller, sort cart items by …
beauttie Nov 23, 2020
b0af3f3
finish CSS for cart page
beauttie Nov 23, 2020
aefec3b
add new font for headings
beauttie Nov 23, 2020
f4b2b9f
change background and nav color
beauttie Nov 23, 2020
7817da0
empties cart when order is paid
beauttie Nov 23, 2020
0e0ab9f
changed update_stock to return stock when order is cancelled
trambui09 Nov 23, 2020
999a473
tried the update stock when order is cancelled test
trambui09 Nov 23, 2020
ec27cb2
added a migration for product status
trambui09 Nov 23, 2020
7ae33bd
index merchant show page
trambui09 Nov 23, 2020
748babf
changed the product index to show only active products
trambui09 Nov 23, 2020
3498d15
add new action to product controller
trambui09 Nov 23, 2020
d1d86a6
change the field to status
trambui09 Nov 23, 2020
fdf439a
added some html, still working on it
GeMath18 Nov 23, 2020
fb2a0c2
merge conflict
GeMath18 Nov 23, 2020
0f27fac
working on merchant dashboard page
Nov 23, 2020
cfa5014
resolved merge conflicts
Nov 23, 2020
e956e29
index html
GeMath18 Nov 23, 2020
395ddef
added 4 more validation tests for ordel model tests
GeMath18 Nov 23, 2020
0cd9bab
Merge branch 'gm/ordermodelvalidationtest'
GeMath18 Nov 23, 2020
3abc61c
add require_login for different product and merchant actions
trambui09 Nov 23, 2020
d44ca0d
Merge branch 'master' into tb/product_authorization
trambui09 Nov 23, 2020
54144fd
commented out the unnecessary categories controller tests
trambui09 Nov 23, 2020
942507c
fixed the failing tests, will start writing auth tests
trambui09 Nov 23, 2020
ce0e08f
2 tests for product controller guest users
trambui09 Nov 23, 2020
736856f
added guest user auth tests
trambui09 Nov 23, 2020
32694ae
categories controller tests with guest authorization
trambui09 Nov 23, 2020
dc133bb
added products layout and pagination
GeMath18 Nov 23, 2020
935deed
Merge branch 'master' into gm/productsindexview
GeMath18 Nov 24, 2020
17e230e
writing test for Orders controller
beauttie Nov 24, 2020
580d9d3
resolve merge conflict
beauttie Nov 24, 2020
46eb782
working on Order Index (Merchant Order Summary) page
Nov 24, 2020
eadeeea
Order Summary view page inside merchant
Nov 24, 2020
f0c33bd
resolving merge conflict
Nov 24, 2020
07930d0
added update_product_status to product controller test
trambui09 Nov 24, 2020
56ca20e
added merchant controller auth tests
trambui09 Nov 24, 2020
cfbb3d7
editted the table of the order summary page
trambui09 Nov 24, 2020
4561e73
order summary page for the merchant order_items
trambui09 Nov 24, 2020
9d4e4e0
pagination on products and merchant index page
GeMath18 Nov 24, 2020
b39980e
Merge branch 'master' of https://github.com/beauttie/betsy
GeMath18 Nov 24, 2020
39b67ce
finish controller tests for Orders
beauttie Nov 24, 2020
78b2e95
resolve merge conflict
beauttie Nov 24, 2020
ebcafb6
resolve merge conflict
beauttie Nov 24, 2020
b31d9f3
Created total_revenue and total_order_status methods inside Merchant …
Nov 24, 2020
7184e68
finish css for show page for products and orders
beauttie Nov 24, 2020
e8bbbfe
fixed order merge conflict
trambui09 Nov 24, 2020
38bb944
fixed tests failures with flash danger instead of error
trambui09 Nov 24, 2020
81cc9aa
added field for order_item fulfillment status
trambui09 Nov 24, 2020
662ec7a
order_fulfillment status is working, need tests next
trambui09 Nov 24, 2020
279f01c
added the bug line back
trambui09 Nov 24, 2020
ccada43
resolve merge conflict
beauttie Nov 24, 2020
aa7ba43
updated fixures files, working on Merchant Model custom method tests
Nov 24, 2020
fc9d6b5
solved merge conflict
Nov 24, 2020
d12471a
use boostrap to apply css to flash, update broken link on product det…
beauttie Nov 24, 2020
a6b6880
resolved merge conflict
Nov 24, 2020
a772520
updated the Merchant model test
Nov 24, 2020
115de3a
removed extra characters from orders.index
Nov 24, 2020
573c7d0
fix bugs with merchant account path and quantity form in cart
beauttie Nov 25, 2020
48c0e3f
Merge branch 'master' of https://github.com/beauttie/betsy into master
beauttie Nov 25, 2020
fb3d140
added fallback route
trambui09 Nov 25, 2020
985165e
Merge branch 'master' into tb/order_item_ship_test
trambui09 Nov 25, 2020
7424d7b
fixed failed product test caused by fixtures
trambui09 Nov 25, 2020
ba54965
changed ship/shipped to patch request
trambui09 Nov 25, 2020
759be42
failing tests
trambui09 Nov 25, 2020
675a136
passed the ship action tests
trambui09 Nov 25, 2020
3391516
added nominal test cases for custom order_item methods
trambui09 Nov 25, 2020
c9e29a1
wrote custom method for complete order
trambui09 Nov 25, 2020
cf01282
wrote the complete order method to check if all items have been shipped
trambui09 Nov 25, 2020
d9dba08
add css to all forms
beauttie Nov 25, 2020
b19800e
Merge branch 'master' into tb/order_item_ship_test
trambui09 Nov 25, 2020
e30a942
added yml fixtures and wrote one test
trambui09 Nov 25, 2020
aae86d1
updated mechant model test and added simplecov
Nov 25, 2020
2600f9b
added simplcov and working on mechant model test
Nov 25, 2020
e3bb8d6
passed the other tests
trambui09 Nov 25, 2020
e3def99
deleted uncessary spacing from order test
trambui09 Nov 25, 2020
6230a00
Merge branch 'master' of https://github.com/beauttie/betsy into master
trambui09 Nov 25, 2020
572c74e
add css
beauttie Nov 25, 2020
810c57a
added the create product test
trambui09 Nov 25, 2020
a5e1089
wrote categories controller tests
trambui09 Nov 25, 2020
d76edff
fix post routes to be custom patch routes
beauttie Nov 25, 2020
9ff662b
add coverage folder to gitignore
beauttie Nov 25, 2020
66abaa9
added additional tests for Merchant Model and are passing
Nov 25, 2020
9d47c0a
added coverage folder to gitignore
Nov 25, 2020
6466834
deleted coverage files to add to gitignore
GeMath18 Nov 25, 2020
7b9ba6c
merge conflict resolve
Nov 25, 2020
12d1ce6
merge conflict
GeMath18 Nov 25, 2020
b63fbeb
merge conflict resolve
Nov 25, 2020
5fcc3e8
resolve merge conflict
Nov 25, 2020
cc230dd
merge conflict
Nov 25, 2020
e9246e5
add tests for coverage
beauttie Nov 25, 2020
4d02919
updated the Merchant index page
Nov 25, 2020
9d1a633
merge conflict resolve
Nov 25, 2020
42f01c9
final touches for Holy Holly! boom.
Nov 25, 2020
cc385ec
modify seeds to include category for some products
beauttie Nov 25, 2020
5cd6678
change background url of homepage banner
beauttie Nov 26, 2020
dde5c9b
try image-url in css
beauttie Nov 26, 2020
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
1 change: 1 addition & 0 deletions .browserslistrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
defaults
8 changes: 8 additions & 0 deletions .generators
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<Settings><!--This file was automatically generated by Ruby plugin.
You are allowed to:
1. Reorder generators
2. Remove generators
3. Add installed generators
To add new installed generators automatically delete this file and reload the project.
--><GeneratorsGroup><Generator name="active_record:migration" /><Generator name="active_record:model" /><Generator name="active_record:observer" /><Generator name="active_record:session_migration" /><Generator name="controller" /><Generator name="erb:controller" /><Generator name="erb:mailer" /><Generator name="erb:scaffold" /><Generator name="generator" /><Generator name="helper" /><Generator name="integration_test" /><Generator name="mailer" /><Generator name="metal" /><Generator name="migration" /><Generator name="model" /><Generator name="model_subclass" /><Generator name="observer" /><Generator name="performance_test" /><Generator name="plugin" /><Generator name="resource" /><Generator name="scaffold" /><Generator name="scaffold_controller" /><Generator name="session_migration" /><Generator name="stylesheets" /><Generator name="test_unit:controller" /><Generator name="test_unit:helper" /><Generator name="test_unit:integration" /><Generator name="test_unit:mailer" /><Generator name="test_unit:model" /><Generator name="test_unit:observer" /><Generator name="test_unit:performance" /><Generator name="test_unit:plugin" /><Generator name="test_unit:scaffold" /></GeneratorsGroup></Settings>
41 changes: 41 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# 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

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

# Ignore pidfiles, but keep the directory.
/tmp/pids/*
!/tmp/pids/
!/tmp/pids/.keep

# Ignore uploaded files in development.
/storage/*
!/storage/.keep

/public/assets
.byebug_history

# Ignore master key for decrypting credentials and more.
/config/master.key

/public/packs
/public/packs-test
/node_modules
/yarn-error.log
yarn-debug.log*
.yarn-integrity

.idea
.env

/coverage/*
1 change: 1 addition & 0 deletions .ruby-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2.6.5
92 changes: 92 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,92 @@
source 'https://rubygems.org'
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

ruby '2.6.5'

gem 'omniauth'
gem 'omniauth-github'


# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '~> 6.0.3', '>= 6.0.3.4'
# Use postgresql as the database for Active Record
gem 'pg', '>= 0.18', '< 2.0'
# Use Puma as the app server
gem 'puma', '~> 4.1'
# Use SCSS for stylesheets
gem 'sass-rails', '>= 6'
# Transpile app-like JavaScript. Read more: https://github.com/rails/webpacker
gem 'webpacker', '~> 4.0'
# 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.7'
# Use Redis adapter to run Action Cable in production
# gem 'redis', '~> 4.0'
# Use Active Model has_secure_password
# gem 'bcrypt', '~> 3.1.7'

# Use Active Storage variant
# gem 'image_processing', '~> 1.2'

# Reduces boot times through caching; required in config/boot.rb
gem 'bootsnap', '>= 1.4.2', require: false

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]
end

group :development do
# Access an interactive console on exception pages or by calling 'console' anywhere in the code.
gem 'web-console', '>= 3.3.0'
gem 'listen', '~> 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 'dotenv-rails'
end

group :test do
# Adds support for Capybara system testing and selenium driver
gem 'capybara', '>= 2.15'
gem 'selenium-webdriver'
# Easy installation and use of web drivers to run system tests with browsers
gem 'webdrivers'
end

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

gem 'jquery-rails'
gem 'jquery-turbolinks'
gem 'bootstrap'
group :development, :test do
gem 'pry-rails'
end

group :development do
gem 'guard'
gem 'guard-minitest'
gem 'debase', '>= 0.2.4.1'
gem 'ruby-debug-ide', '>= 0.7.0'
end

group :development do
gem 'better_errors'
gem 'binding_of_caller'
gem 'dotenv-rails'
end

group :test do
gem 'minitest-rails'
gem 'minitest-reporters'
gem 'simplecov'
end

gem 'omniauth'
gem 'omniauth-github'


gem 'faker'

Loading