Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
389 commits
Select commit Hold shift + click to select a range
2523e3a
Added redirect to orders#create
npogodina Jun 12, 2020
649fc08
fix button
sarabrandao21 Jun 12, 2020
f24b89c
minior changes on displaying reivews
sharonkeikei Jun 12, 2020
bf6e450
Merge branch 'master' into category
sarabrandao21 Jun 12, 2020
4c568d4
Merge pull request #14 from sarabrandao21/category
sarabrandao21 Jun 12, 2020
1ac4719
Merge pull request #13 from sarabrandao21/review_branch
sharonkeikei Jun 12, 2020
d1bd91f
Started writing tests for OrdersController
npogodina Jun 12, 2020
42bc43c
Merge pull request #15 from sarabrandao21/testing
Shonda860 Jun 12, 2020
d44eca3
Revert "Testing"
Shonda860 Jun 12, 2020
3087e10
Merge pull request #16 from sarabrandao21/revert-15-testing
Shonda860 Jun 12, 2020
031ef11
readded testing to products controllers
Shonda860 Jun 12, 2020
9f4b476
Merge pull request #17 from sarabrandao21/testing_two
Shonda860 Jun 12, 2020
e1371d9
seeded join table, products has categories
sarabrandao21 Jun 12, 2020
d0edd98
merging
sarabrandao21 Jun 12, 2020
704c5bb
Merge pull request #18 from sarabrandao21/seedJoinTable
sarabrandao21 Jun 12, 2020
2c31005
Added tests for OrdersController#cart and #create
npogodina Jun 12, 2020
d042b19
added partials for products views/ homepage
sharonkeikei Jun 12, 2020
fce7bc9
fixed add_to_cart path in categories show page
sharonkeikei Jun 12, 2020
13f0ce6
fixed that merchant can't review own product
sharonkeikei Jun 12, 2020
73df317
redirect back to that product page after created
sharonkeikei Jun 12, 2020
f963912
added low in stock / hot items badge
sharonkeikei Jun 13, 2020
ae6b009
light css on checkout page for fields
Shonda860 Jun 13, 2020
bc546aa
added params for orders
Shonda860 Jun 13, 2020
011a46b
added shopping cart badge
sharonkeikei Jun 13, 2020
f5386d8
created dashboard route/ basic view page
sharonkeikei Jun 13, 2020
f96ec36
added merchant model methods
sharonkeikei Jun 13, 2020
9324df9
Merge branch 'master' into merchant_dashboard_review
sharonkeikei Jun 13, 2020
dcb0173
Merge pull request #19 from sarabrandao21/merchant_dashboard_review
sharonkeikei Jun 13, 2020
ec9ecd1
updated method with checkout
Shonda860 Jun 13, 2020
549c672
order css
Shonda860 Jun 13, 2020
cc68175
order validates
Shonda860 Jun 13, 2020
4d87f91
basic form for cc at checkout
Shonda860 Jun 13, 2020
87214d5
stash file for css for cleaner look
Shonda860 Jun 13, 2020
c0924de
display all categories pill-badges
sharonkeikei Jun 13, 2020
078c6ab
fixed merchant average rating method
sharonkeikei Jun 13, 2020
bdb10e0
merchant sort by rating in index page
sharonkeikei Jun 13, 2020
45c8ee0
set partials for merchant infocard
sharonkeikei Jun 13, 2020
7c108d1
Refactored OrdersController methods using helper methods
npogodina Jun 13, 2020
9438867
Added dependent destroy to Order model
npogodina Jun 13, 2020
f2bbce1
Added scaffolding for OrdersController#destroy tests
npogodina Jun 13, 2020
7d40e21
added basic footer
sharonkeikei Jun 13, 2020
db7f1f9
Added fixtures for orders and order_items
npogodina Jun 13, 2020
8bf6b52
Fixed a bug with Orders fixtures
npogodina Jun 13, 2020
09b710c
Wrote tests for OrdersController#destroy
npogodina Jun 13, 2020
d3f51dc
added basic info to footer
sharonkeikei Jun 13, 2020
0ca22af
Merge pull request #20 from sarabrandao21/np-orders-controller-test
npogodina Jun 13, 2020
a801138
fixed some css
sharonkeikei Jun 13, 2020
6cfab12
Merge branch 'master' of https://github.com/sarabrandao21/betsy
sharonkeikei Jun 13, 2020
5c914c0
fixed footer part
sharonkeikei Jun 13, 2020
d67ac64
fixed products show page css
sharonkeikei Jun 13, 2020
0c80577
changed reviews css/ rating stars color
sharonkeikei Jun 13, 2020
73789e6
change the review form and all product showing
sharonkeikei Jun 14, 2020
986d5b6
change low in stock < 10
sharonkeikei Jun 14, 2020
b0ba11a
change merchant info card style
sharonkeikei Jun 14, 2020
f3911d1
added form tag for quantity and shows a select tag options up to 10 i…
sarabrandao21 Jun 14, 2020
9e58c7d
initial merchants site
sharonkeikei Jun 14, 2020
6735f37
set quantity form and create a route for having the order_item id and…
sarabrandao21 Jun 14, 2020
21bd229
on change quantity it submit the form and set the quantity
sarabrandao21 Jun 14, 2020
1f8e4f9
fix dashboard path on nav bar
sharonkeikei Jun 14, 2020
933947c
set quantity method find the order_item
sarabrandao21 Jun 14, 2020
d0bc552
set quantity works and redirects
sarabrandao21 Jun 14, 2020
0ce8086
added active/inactive change status
sharonkeikei Jun 14, 2020
d581f28
Merge branch 'master' of https://github.com/sarabrandao21/betsy into …
Shonda860 Jun 14, 2020
7819d6e
added sold by merchant in product show page
sharonkeikei Jun 14, 2020
672202f
added partials and fliter for dashboard page
sharonkeikei Jun 14, 2020
c170d20
total of order item quantity method
sarabrandao21 Jun 14, 2020
1d74699
added order history list
sharonkeikei Jun 14, 2020
0d486ff
taxes, subtotal and purchase_total methods
sarabrandao21 Jun 14, 2020
38664a8
fixed some minor merchant view pages
sharonkeikei Jun 14, 2020
014f4b2
add filter functions to merchant dashboard
sharonkeikei Jun 15, 2020
978e653
some minor changes
sharonkeikei Jun 15, 2020
d41d1ac
basic merchant dashboard set up
sharonkeikei Jun 15, 2020
5a94c68
partial for order list
sharonkeikei Jun 15, 2020
442faa2
minior styling changes
sharonkeikei Jun 15, 2020
cab95a0
added total revenue to dashboard
sharonkeikei Jun 15, 2020
7dfa71e
added Review seed file
sharonkeikei Jun 15, 2020
02cf39d
added order css, contronker methed and car html
Shonda860 Jun 15, 2020
3449b1c
Merge pull request #21 from sarabrandao21/merchant_dashboard
npogodina Jun 15, 2020
05000a9
small changes
sarabrandao21 Jun 15, 2020
c3b2f04
Merge branch 'master' into orderQuantity
sarabrandao21 Jun 15, 2020
1e39251
Merge branch 'master' of https://github.com/sarabrandao21/betsy into …
Shonda860 Jun 15, 2020
ab7f363
order item model tests
sarabrandao21 Jun 15, 2020
99654bb
change price to decimals
sharonkeikei Jun 16, 2020
479fb2a
fixed merchant dashboard styling / minor changes
sharonkeikei Jun 16, 2020
f75d258
changed merchant dashboard route
sharonkeikei Jun 16, 2020
30f90e0
set inactive if product stock is 0
sharonkeikei Jun 16, 2020
44e8008
add stock to reactivate
sharonkeikei Jun 16, 2020
4361c3e
minor changes on the review form
sharonkeikei Jun 16, 2020
f708bee
added completed order list to dashboard
sharonkeikei Jun 16, 2020
0a00679
add reminder for cart badge
sharonkeikei Jun 16, 2020
4f27264
added review controller tests
sharonkeikei Jun 16, 2020
f22e640
added more review controller test
sharonkeikei Jun 16, 2020
5593f32
added review model test
sharonkeikei Jun 16, 2020
dbbb724
fixed product model test
sharonkeikei Jun 16, 2020
2a24fc1
added more tests on review model test
sharonkeikei Jun 16, 2020
0028f2a
added toggle active test to product
sharonkeikei Jun 16, 2020
91db1e0
Merge pull request #22 from sarabrandao21/more_on_dashboard
npogodina Jun 16, 2020
983ddf3
all tests are passing for quantity add product
sarabrandao21 Jun 16, 2020
5cac06a
reassign method tests are passing
sarabrandao21 Jun 16, 2020
d741d5b
tests for order model are passing
sarabrandao21 Jun 16, 2020
e61e54e
update order css
Shonda860 Jun 16, 2020
1d9fc85
added qty to orderitem create
Shonda860 Jun 16, 2020
1749394
added - card status and checkout
Shonda860 Jun 16, 2020
1743879
changed names of the of order_items
Shonda860 Jun 16, 2020
af3c75a
updated checkout form
Shonda860 Jun 16, 2020
1ab55a2
Added confirmation route
npogodina Jun 16, 2020
00dd0f7
Added confirmation action to orders
npogodina Jun 16, 2020
dcc0250
Added flash and redirect to unpaid orders
npogodina Jun 16, 2020
625dcc6
Added view for /confirmation
npogodina Jun 16, 2020
c141958
Set session[:order_id] to nil in the confirmation action
npogodina Jun 16, 2020
9b3ce6b
Fixed bug in OrdersController#confirmation
npogodina Jun 16, 2020
4069759
Changed flash message in OrdersController#find_order
npogodina Jun 16, 2020
4a9adf3
Added scaffolding for confirmation action tests
npogodina Jun 16, 2020
68bfc1a
Fixed buttons on navbar
npogodina Jun 16, 2020
b191285
Fixed cart icon
npogodina Jun 16, 2020
dbfe4d1
changes on show list category
sarabrandao21 Jun 16, 2020
8af46ec
Merge pull request #23 from sarabrandao21/np-navbar-fix
npogodina Jun 16, 2020
26b6b6c
Added simplecov
npogodina Jun 16, 2020
3eb040c
Merge pull request #24 from sarabrandao21/np-simplecov
npogodina Jun 16, 2020
7ab5dbc
changed redirect
Shonda860 Jun 16, 2020
a318ae0
Merge pull request #25 from sarabrandao21/orderQuantity
sarabrandao21 Jun 16, 2020
eb946c9
Merge branch 'master' into sw_checkout
Shonda860 Jun 16, 2020
a07038d
Merge pull request #26 from sarabrandao21/sw_checkout
Shonda860 Jun 16, 2020
5747db3
css fixed for show list of category products
sarabrandao21 Jun 16, 2020
79f7c79
add mark_paid method
sharonkeikei Jun 16, 2020
8bd331e
added total revenue for merchants dashboard
sharonkeikei Jun 16, 2020
74c7907
fixed add_to_cart path on product index page
sharonkeikei Jun 16, 2020
2a203a9
added mark cancel pathj
sharonkeikei Jun 16, 2020
188bdad
deduct inventory after purchase
sharonkeikei Jun 17, 2020
a6adad6
will restock after order is cancelled
sharonkeikei Jun 17, 2020
15570b2
Merge branch 'master' into np-confirmation-page
npogodina Jun 17, 2020
c6e50d1
Merge pull request #27 from sarabrandao21/np-confirmation-page
npogodina Jun 17, 2020
4b7290c
Merge pull request #28 from sarabrandao21/continue_dashboard
sharonkeikei Jun 17, 2020
4e69bdc
cart bage display order item qty
sharonkeikei Jun 17, 2020
5e4a7f3
fixed review no name message
sharonkeikei Jun 17, 2020
91c0ceb
updated merchant total items sold
sharonkeikei Jun 17, 2020
e7bdf78
inactive product with name in flash message
sharonkeikei Jun 17, 2020
ed94fec
merchant info profile pic resize
sharonkeikei Jun 17, 2020
74dccf1
add merchant profile pic to index.html.erb
sharonkeikei Jun 17, 2020
6457187
require rating & reviewer name
sharonkeikei Jun 17, 2020
7e1f778
Fixed setting order item status to pending in OrdersController
npogodina Jun 17, 2020
64be838
Connected checkout with confirmation by adding a redirect to update a…
npogodina Jun 17, 2020
0814749
Added info to confirmation view
npogodina Jun 17, 2020
c196897
testing
sarabrandao21 Jun 17, 2020
e8cdd1d
merging
sarabrandao21 Jun 17, 2020
faeda55
Added tests for OrdersController#confirmation
npogodina Jun 17, 2020
cf06a1e
Fixed the name of OrderItemsController in the test file
npogodina Jun 17, 2020
e826dcc
Fixed $ display on confirmation view
npogodina Jun 17, 2020
23811da
Merge pull request #29 from sarabrandao21/np-confirmation-page-2
npogodina Jun 17, 2020
65e2eb1
add to cart does not allowed the user to add more than 10 items per p…
sarabrandao21 Jun 17, 2020
5af401a
user can not add more than there is in stock
sarabrandao21 Jun 17, 2020
e3d6e36
Merge branch 'master' into orderTests
sarabrandao21 Jun 17, 2020
429d65e
Merge pull request #30 from sarabrandao21/orderTests
sarabrandao21 Jun 17, 2020
eacd5c4
added test and fixutures
Shonda860 Jun 17, 2020
3f48748
Merge branch 'master' of https://github.com/sarabrandao21/betsy into …
Shonda860 Jun 17, 2020
8ac2b4e
Merge pull request #31 from sarabrandao21/sharon-dashboard
sharonkeikei Jun 17, 2020
c31fcb6
Fixed merge conflict in OrderItemsController
npogodina Jun 17, 2020
b97d23c
Merge branch 'master' of https://github.com/sarabrandao21/betsy into …
Shonda860 Jun 17, 2020
38228a4
Merge pull request #32 from sarabrandao21/sw_testing
Shonda860 Jun 17, 2020
1175c44
fixed review controller tests
sharonkeikei Jun 17, 2020
e7f32fb
Fixed images in products index
npogodina Jun 17, 2020
ee64b88
Fixed images in categories show
npogodina Jun 17, 2020
8383d17
Centered product name and add to cart button
npogodina Jun 17, 2020
8200b1b
merging
sarabrandao21 Jun 17, 2020
162c3a6
Changed product cards styling
npogodina Jun 17, 2020
6ae19be
Updated styling for root
npogodina Jun 17, 2020
f704dfa
fixed new product error message
sharonkeikei Jun 17, 2020
0ed6926
add merchant dashboard testing
sharonkeikei Jun 17, 2020
d340ca1
fix product model test
sharonkeikei Jun 17, 2020
0a1056c
remove from cart method working
Shonda860 Jun 17, 2020
fcc51fb
can now add non chars for exp
Shonda860 Jun 17, 2020
bebbe16
homepage controller test added
sharonkeikei Jun 18, 2020
cfda91b
application controller test added
sharonkeikei Jun 18, 2020
bd3e650
order test added
sharonkeikei Jun 18, 2020
eb8ca3d
change status testing added
sharonkeikei Jun 18, 2020
a1dfb5b
decimal float to every total price or product pricre
sarabrandao21 Jun 18, 2020
bd558d3
passing order controller test
sarabrandao21 Jun 18, 2020
010d0c9
model order item tests are passing
sarabrandao21 Jun 18, 2020
ea5a7d5
categories just show if there are any
sarabrandao21 Jun 18, 2020
f1bdea8
finished up merchant model test
sharonkeikei Jun 18, 2020
4415e2c
update preview cart on checkout
Shonda860 Jun 18, 2020
da6c551
Styled products show view
npogodina Jun 18, 2020
d056f9a
Changed button class (color) to info (aquamarine) on most buttons
npogodina Jun 18, 2020
751cd16
Fixed marked complete checkmark on merchant dahsboard
npogodina Jun 18, 2020
4149b6d
Centered and changed color of buttons on categories index
npogodina Jun 18, 2020
b6be34d
added checkout test
Shonda860 Jun 18, 2020
1cbf640
Merge branch 'master' into sharon-testing-br
sharonkeikei Jun 18, 2020
5c90671
Merge pull request #33 from sarabrandao21/sharon-testing-br
sharonkeikei Jun 18, 2020
7feeb2c
only user can add category
sarabrandao21 Jun 18, 2020
d51ae1a
Merge branch 'master' into sw_testing_countined
Shonda860 Jun 18, 2020
b384035
Merge pull request #34 from sarabrandao21/sw_testing_countined
Shonda860 Jun 18, 2020
854538e
Merge branch 'master' into fixQuantity
sarabrandao21 Jun 18, 2020
0fc8bc5
Merge pull request #35 from sarabrandao21/fixQuantity
sarabrandao21 Jun 18, 2020
61a9027
fixing bug checkout
sarabrandao21 Jun 18, 2020
82c5636
fixed order test
sharonkeikei Jun 18, 2020
e4972f4
Merge branch 'master' into np-css
npogodina Jun 18, 2020
415de0d
Merge pull request #36 from sarabrandao21/np-css
npogodina Jun 18, 2020
c2547b9
Added link to merchant to product show view
npogodina Jun 18, 2020
971575f
fix tests
sharonkeikei Jun 18, 2020
188ae5d
created show page for order for merchant
sharonkeikei Jun 18, 2020
f0f0094
deleted update and create order item controller methods
sarabrandao21 Jun 18, 2020
ff75275
merging
sarabrandao21 Jun 18, 2020
aac6ba3
adding custom method to order, added order page
sharonkeikei Jun 18, 2020
6cbd1f1
Merge branch 'master' into sharon-testing2
sharonkeikei Jun 18, 2020
dba98c4
only allow authorized merchant to see order
sharonkeikei Jun 18, 2020
348fecd
small change on dashboard
sharonkeikei Jun 18, 2020
9d51d3b
Changed products price from decimal to float
npogodina Jun 18, 2020
4a5728b
fix the show path
sharonkeikei Jun 18, 2020
38dfd27
Merge pull request #37 from sarabrandao21/sharon-testing2
sharonkeikei Jun 18, 2020
e96d8f8
Fixed merchant's total_revenue tests
npogodina Jun 18, 2020
42d1568
Fixed merchant's find_all_order_items(status) tests
npogodina Jun 18, 2020
4898869
Removed puts from merchant's tests
npogodina Jun 18, 2020
8899a67
destroy test passing
sarabrandao21 Jun 18, 2020
a820395
Fixed Order model tests
npogodina Jun 18, 2020
41c27e0
Removed duplicate data from OrdersController test
npogodina Jun 18, 2020
4dc88a7
merging
sarabrandao21 Jun 18, 2020
9f11ff9
merging
sarabrandao21 Jun 18, 2020
75419a7
Modified OrdersController#edit to disable access without order_id in …
npogodina Jun 18, 2020
59b7cb9
validation tests for order item
sarabrandao21 Jun 18, 2020
283298f
relations tests for order item
sarabrandao21 Jun 18, 2020
f1eb01a
Refactored OrdersController#edit and added tests for it
npogodina Jun 18, 2020
1ab384a
Merge pull request #39 from sarabrandao21/orderItemFix
sarabrandao21 Jun 18, 2020
5becb24
Added flash testing to OrdersController tests
npogodina Jun 18, 2020
d0ca5e7
Merge pull request #40 from sarabrandao21/np-test-fix
npogodina Jun 18, 2020
d55b4f9
updated checkout to show quatity and bandges
Shonda860 Jun 18, 2020
0ecaf0d
Merge pull request #41 from sarabrandao21/sw_css_changes
npogodina Jun 18, 2020
7c94cb1
not working
sarabrandao21 Jun 18, 2020
f658e46
created vals test for model order and checkout
Shonda860 Jun 18, 2020
3b37ff7
added orders controller test for show path
sharonkeikei Jun 19, 2020
303a05e
added more order item tests
sharonkeikei Jun 19, 2020
eb2ab19
added verify merchant tests
sharonkeikei Jun 19, 2020
5a2a5f0
Merge pull request #42 from sarabrandao21/test_vals
Shonda860 Jun 19, 2020
d4ca38f
Merge branch 'master' into more_testing_sharon
Shonda860 Jun 19, 2020
fe8a8a8
Merge pull request #43 from sarabrandao21/more_testing_sharon
Shonda860 Jun 19, 2020
3423af7
added validation for order model
sarabrandao21 Jun 19, 2020
e099fc1
small change
sarabrandao21 Jun 19, 2020
e60ef5d
merging
sarabrandao21 Jun 19, 2020
2b1b4d8
added css for checkout
Shonda860 Jun 19, 2020
fb2dda8
final changes
sarabrandao21 Jun 19, 2020
aa8036f
Merge pull request #45 from sarabrandao21/orderCart
sarabrandao21 Jun 19, 2020
7eab7ae
Merge pull request #44 from sarabrandao21/sw_css_more
Shonda860 Jun 19, 2020
8a0c3ea
fixed font issue
Shonda860 Jun 19, 2020
0bdc6a7
Revert "added css for checkout"
Shonda860 Jun 19, 2020
12fe2c4
Merge pull request #46 from sarabrandao21/revert-44-sw_css_more
Shonda860 Jun 19, 2020
2001381
Merge branch 'master' into css_sw_fix_font
Shonda860 Jun 19, 2020
b75987c
Merge pull request #47 from sarabrandao21/css_sw_fix_font
Shonda860 Jun 19, 2020
7dad61c
Fixed tests and css
npogodina Jun 19, 2020
30e8c00
Fixed css
npogodina Jun 19, 2020
b046c3a
Returned background image to checkout
npogodina Jun 19, 2020
867049c
Removed extra price from products cards on root
npogodina Jun 19, 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
Binary file added .DS_Store
Binary file not shown.
1 change: 1 addition & 0 deletions .browserslistrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
defaults
40 changes: 40 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# 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 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

.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
83 changes: 83 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,83 @@
source 'https://rubygems.org'
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

ruby '2.6.5'

# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '~> 6.0.3', '>= 6.0.3.1'
# 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
gem "omniauth"
gem "omniauth-github"

group :development, :test do
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
gem 'dotenv'
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'
gem 'simplecov', require: false
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'
end

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