Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
494 commits
Select commit Hold shift + click to select a range
ca45174
testing seeding data
snicodimos Oct 23, 2018
eb123db
updated routes to incorporate order_items create
griffifam Oct 23, 2018
452d4ce
merged changes to routes and order_item controller
griffifam Oct 23, 2018
8edc7e9
added image to products, change seeding data changes for order items
snicodimos Oct 23, 2018
8729138
added more review data, changed a minor typo in order.csv and tested …
snicodimos Oct 23, 2018
1c6f2ce
Refactor and add helper method to confirm qty is less than stock
madaleines Oct 23, 2018
23f00be
Fix tests which pass
madaleines Oct 23, 2018
7b591d1
Move logic to controller to verify qty is less than stock
madaleines Oct 23, 2018
7c30403
add validations for product active status
madaleines Oct 23, 2018
15e0018
merge conflict in schema
snicodimos Oct 23, 2018
2da2930
Remove unnecessary test
madaleines Oct 23, 2018
0744043
some more merge conflict
snicodimos Oct 23, 2018
881504f
Fixed merge conflicts
madaleines Oct 23, 2018
a1663d0
Merge branch 'master' of https://github.com/snicodimos/betsy
snicodimos Oct 23, 2018
4785638
Rename method
madaleines Oct 23, 2018
acecbe2
ran migration
snicodimos Oct 23, 2018
355cae5
Change to unless
madaleines Oct 23, 2018
777fedc
Merge branch 'master' of https://github.com/snicodimos/betsy
snicodimos Oct 23, 2018
b26ab05
Refectored
madaleines Oct 23, 2018
4c775a3
Fix create method and refactored
madaleines Oct 23, 2018
828fac1
Updated coverage
madaleines Oct 23, 2018
59bd852
styling to navigation bar
goeunpark Oct 23, 2018
922aa2d
Move methods to application controller
madaleines Oct 23, 2018
fa556a9
nav wip
goeunpark Oct 23, 2018
9bb4616
additions to html merchant dashboard
griffifam Oct 23, 2018
4365a9f
some changes
snicodimos Oct 23, 2018
f66d975
coverage fix?
goeunpark Oct 23, 2018
55d3563
Remove coverage files
snicodimos Oct 23, 2018
6ae49f6
changed up gitignore
griffifam Oct 23, 2018
64953eb
fix?
goeunpark Oct 23, 2018
3f881cc
Remove extra end
snicodimos Oct 23, 2018
9cd17f6
Merge branch 'master' of https://github.com/snicodimos/betsy
griffifam Oct 23, 2018
9a20a2e
Merge branch 'master' of https://github.com/snicodimos/betsy
goeunpark Oct 23, 2018
2c31998
working with coverage
griffifam Oct 23, 2018
bdc8057
Merge branch 'master' of https://github.com/snicodimos/betsy
griffifam Oct 23, 2018
75a9d1e
remove sherlock default image
griffifam Oct 23, 2018
a2bfc3a
fixed footer, login still not functional
goeunpark Oct 23, 2018
5963818
Merge branch 'master' of https://github.com/snicodimos/betsy
goeunpark Oct 23, 2018
64f09fc
comment out auth call back path
goeunpark Oct 23, 2018
a38a021
comment out auth callback path
goeunpark Oct 23, 2018
cb77182
working on login functionality
goeunpark Oct 23, 2018
facf260
add github to authorization path
goeunpark Oct 23, 2018
de6ad90
Added css to product index page
griffifam Oct 23, 2018
955ed95
Merge branch 'master' of https://github.com/snicodimos/betsy
griffifam Oct 23, 2018
cd34706
changed index and show test for order and controller
snicodimos Oct 23, 2018
02f3112
Merge branch 'master' of https://github.com/snicodimos/betsy
snicodimos Oct 23, 2018
bcbe983
fix typo in application.html.erb
goeunpark Oct 23, 2018
5b292a1
Merge branch 'master' of https://github.com/snicodimos/betsy
goeunpark Oct 23, 2018
f56486c
added status to yml file in order and changed order csv file
snicodimos Oct 23, 2018
ac7e134
Merge branch 'master' of https://github.com/snicodimos/betsy
snicodimos Oct 23, 2018
18045ad
logout add method: 'post'
goeunpark Oct 23, 2018
1ba8c3c
Merge branch 'master' of https://github.com/snicodimos/betsy
goeunpark Oct 23, 2018
aea37f3
added more products to seed data and change the link to one of the ga…
snicodimos Oct 23, 2018
8ad5b13
Merge branch 'master' of https://github.com/snicodimos/betsy
snicodimos Oct 23, 2018
3578cb1
updated home page css with flexbox
griffifam Oct 23, 2018
73f7797
Merge branch 'master' of https://github.com/snicodimos/betsy
griffifam Oct 23, 2018
3a7d9de
updated products show page with css
griffifam Oct 23, 2018
0365caf
corrected error in the product csv file and added two more products.
snicodimos Oct 23, 2018
1996a82
Merge branch 'master' of https://github.com/snicodimos/betsy
snicodimos Oct 23, 2018
f338b03
change cart ui, braineze gradient
goeunpark Oct 23, 2018
ba5fc29
Merge branch 'master' of https://github.com/snicodimos/betsy
goeunpark Oct 23, 2018
190109d
added bootstrap to product show view
griffifam Oct 23, 2018
6e3fc76
Merge branch 'master' of https://github.com/snicodimos/betsy
griffifam Oct 23, 2018
d64ac2f
add to cart count works
goeunpark Oct 23, 2018
229d043
Merge branch 'master' of https://github.com/snicodimos/betsy
goeunpark Oct 23, 2018
d0ac019
Work on order controller tests and methods
madaleines Oct 23, 2018
7010bf6
additions to product show - using bootstrap
griffifam Oct 23, 2018
6ba1820
Merge branch 'master' of https://github.com/snicodimos/betsy
griffifam Oct 23, 2018
d7aef55
add shopping cart fix to view products index
snicodimos Oct 23, 2018
2374012
Merge branch 'master' of https://github.com/snicodimos/betsy
madaleines Oct 23, 2018
112eb4c
add favicon in application.html.erb
goeunpark Oct 23, 2018
cb42f30
Merge branch 'master' of https://github.com/snicodimos/betsy
goeunpark Oct 23, 2018
71c989f
Merge branch 'master' of https://github.com/snicodimos/betsy
griffifam Oct 23, 2018
9228d0e
add drop down menu to categories and products in navbar
goeunpark Oct 23, 2018
7111512
added spacing on product index view with css
griffifam Oct 23, 2018
e3029d2
Merge branch 'master' of https://github.com/snicodimos/betsy
griffifam Oct 23, 2018
e1ac005
Write tests for updating order billing info
snicodimos Oct 23, 2018
3ba4272
Merge branch 'master' of https://github.com/snicodimos/betsy
snicodimos Oct 23, 2018
13a7570
navbar rearrange
goeunpark Oct 23, 2018
c07e075
Merge branch 'master' of https://github.com/snicodimos/betsy
goeunpark Oct 23, 2018
5648961
fixed session controller
snicodimos Oct 24, 2018
7458be7
Merge branch 'master' of https://github.com/snicodimos/betsy
snicodimos Oct 24, 2018
3c9dc72
Fix method for tests
madaleines Oct 24, 2018
631f6f0
add a test for currency in products model
goeunpark Oct 24, 2018
38b2198
changes to product stylesheet, index and show view
griffifam Oct 24, 2018
c849c15
Merge branch 'master' of https://github.com/snicodimos/betsy
griffifam Oct 24, 2018
97d19a4
add test for change_inventory, pass
goeunpark Oct 24, 2018
f88b669
Merge branch 'master' of https://github.com/snicodimos/betsy
goeunpark Oct 24, 2018
5817b3e
took out two helper methods
goeunpark Oct 24, 2018
f97b97a
add dashboard route
goeunpark Oct 24, 2018
e4f1223
change routes typo, change redirect to merchant products in products …
goeunpark Oct 24, 2018
b6fa489
created a new and edit forms for products. Used form partials
griffifam Oct 24, 2018
b0f4478
Merge branch 'master' of https://github.com/snicodimos/betsy
griffifam Oct 24, 2018
b2bd9e2
added a table in the merchant table, added my account button in the nav
snicodimos Oct 24, 2018
a7979da
added link to current merhant in application.html.erb
griffifam Oct 24, 2018
e9cc90e
Add check for quantity in update method
madaleines Oct 24, 2018
eefc3ec
move revenue logic from merchant controllers to model, change path na…
goeunpark Oct 24, 2018
ab457e8
Merge branch 'master' of https://github.com/snicodimos/betsy
goeunpark Oct 24, 2018
950c29c
fix merchant controller tests, comment out revenue in merchant model
goeunpark Oct 24, 2018
a1a58bc
made category new, edit and new forms for products
snicodimos Oct 24, 2018
9365a1e
changed path from merchant_id to dashboard
snicodimos Oct 24, 2018
33bb3eb
merge conflict in views
snicodimos Oct 24, 2018
07010d7
Write new passing tests for order items to check and update qty
madaleines Oct 24, 2018
6b7c555
Merge branch 'master' of https://github.com/snicodimos/betsy
madaleines Oct 24, 2018
f5912b3
updated product new
griffifam Oct 24, 2018
8dbea2a
Edit partial view for pst request
madaleines Oct 25, 2018
c8faf35
Merge branch 'master' of https://github.com/snicodimos/betsy
madaleines Oct 25, 2018
17ef095
add flash message in view
goeunpark Oct 25, 2018
d6f181f
Merge branch 'master' of https://github.com/snicodimos/betsy
goeunpark Oct 25, 2018
2b4be4c
changes to application html to add button bootstrap to application html
griffifam Oct 25, 2018
9320846
Fix add/create product
madaleines Oct 25, 2018
3f7b7c2
add form_errors render to form
goeunpark Oct 25, 2018
cf4ff48
Fix view with correct path
madaleines Oct 25, 2018
7686f76
Merge branch 'master' of https://github.com/snicodimos/betsy
madaleines Oct 25, 2018
aed015a
minor typos in merchants controller
snicodimos Oct 25, 2018
4bdf9f6
Merge branch 'master' of https://github.com/snicodimos/betsy
snicodimos Oct 25, 2018
5a87f46
fix test in categories controller, reroute to controller index after …
goeunpark Oct 25, 2018
9c7742b
take out revenue completely in controller, edit in model
goeunpark Oct 25, 2018
df5e3eb
resolve merge conflict on merchant.revenue
goeunpark Oct 25, 2018
e5635a5
updated application html with button for login/logout
griffifam Oct 25, 2018
19aeb1d
Merge branch 'master' of https://github.com/snicodimos/betsy
griffifam Oct 25, 2018
53cb858
Add tests to check if status is not pending
madaleines Oct 25, 2018
1792ab2
tests for merchant.revenue in model pass
goeunpark Oct 25, 2018
4c62c10
Merge branch 'master' of https://github.com/snicodimos/betsy
madaleines Oct 25, 2018
3811734
Fix tests with updated yml
madaleines Oct 25, 2018
7cd5e06
Edit destroy tests
madaleines Oct 25, 2018
73c897a
don't need nil case for current_merchant bcz application controller c…
goeunpark Oct 25, 2018
b7ac568
Merge branch 'master' of https://github.com/snicodimos/betsy
goeunpark Oct 25, 2018
894cede
created order edit and order index views
griffifam Oct 25, 2018
d977c50
Add passing tests to make sure the product inventory changes when ord…
madaleines Oct 25, 2018
33e112d
Merge branch 'alg'
griffifam Oct 25, 2018
14a6fd9
Merge branch 'master' of https://github.com/snicodimos/betsy
griffifam Oct 25, 2018
edf43d2
updated shopping cart bootstrap to mimic order summary for merchant -…
griffifam Oct 25, 2018
66dc0e9
added edit and active buttons in merchant show page
snicodimos Oct 25, 2018
a9fb62e
Merge branch 'master' of https://github.com/snicodimos/betsy
snicodimos Oct 25, 2018
acae3f0
Begin clear cart (destroy) method
madaleines Oct 25, 2018
173b63b
Merge branch 'master' of https://github.com/snicodimos/betsy
madaleines Oct 25, 2018
5149dbf
Added some more bootstrap comments to merchants show page
snicodimos Oct 25, 2018
07c3903
Merge branch 'master' of https://github.com/snicodimos/betsy
snicodimos Oct 25, 2018
8ae56d4
added some more styling as well as a root page different than the pro…
snicodimos Oct 25, 2018
fa8d7b1
added some more styling to the page
snicodimos Oct 25, 2018
0ad5be0
updated orders show view
griffifam Oct 25, 2018
1cb2368
Merge branch 'alg'
griffifam Oct 25, 2018
89daea2
Fix view to pass controller tests
madaleines Oct 25, 2018
abf5a8f
Change method to check if empty?
madaleines Oct 25, 2018
68f5289
Fix views so order_item can be created/added to cart
madaleines Oct 25, 2018
245f29b
Uncomment needed code
madaleines Oct 25, 2018
90a293d
Edit cart to update qty and remove item
madaleines Oct 25, 2018
3445e87
Add clear cart link
madaleines Oct 25, 2018
47b4df4
Modify views to clear cart/checkout
madaleines Oct 25, 2018
56a6e6a
Modify form_with
madaleines Oct 25, 2018
dff3c60
merged work on order show
griffifam Oct 25, 2018
4b81181
unmerged path
griffifam Oct 25, 2018
087441b
changes to index and show html for order
griffifam Oct 25, 2018
b03caee
some changes to index
griffifam Oct 25, 2018
46dbe08
updated merged work
griffifam Oct 25, 2018
e637a04
changes
griffifam Oct 25, 2018
33f7fda
index.html
griffifam Oct 25, 2018
52d5f6a
merge conflict?
goeunpark Oct 25, 2018
0f60fd3
merge conflict
goeunpark Oct 25, 2018
691fd97
remove require pry from app
goeunpark Oct 25, 2018
c38e93e
Create new order session when payment info is accepted
madaleines Oct 25, 2018
a43556f
Add method to check if product is already in stock and update qty if so
madaleines Oct 25, 2018
bd96e2e
Merge branch 'master' of https://github.com/snicodimos/betsy
madaleines Oct 25, 2018
8f1701c
corrected flash message in order, changed grand total calculator
snicodimos Oct 25, 2018
e26798d
retire/active button and method for products works
snicodimos Oct 25, 2018
143764a
added a conditional to how to display products per product status
snicodimos Oct 26, 2018
7875abf
Remove Order item views and change render to redirects
madaleines Oct 26, 2018
4f9613d
Merge branch 'master' of https://github.com/snicodimos/betsy
madaleines Oct 26, 2018
041ddad
Fix displaying inventory/price
madaleines Oct 26, 2018
3e7e7ee
Add currency format to price
madaleines Oct 26, 2018
bd752ca
take out index
goeunpark Oct 26, 2018
a76e2e9
minor cosmetic changes to button and dashboard welcome
goeunpark Oct 26, 2018
c383e34
Delete dashboard view
madaleines Oct 26, 2018
c995d53
updated edit order - billing view
griffifam Oct 26, 2018
c1e7cb5
rearrange dashboard buttons and info
goeunpark Oct 26, 2018
5e390a1
orders table shows order items
goeunpark Oct 26, 2018
2ab18cc
dashboard css
goeunpark Oct 26, 2018
da32528
Merge branch 'master' of https://github.com/snicodimos/betsy
goeunpark Oct 26, 2018
1367590
spacing
goeunpark Oct 26, 2018
3b5d54c
fix nil in order_item [] bug
goeunpark Oct 26, 2018
1915f4e
added a test for change_status method in product controller
snicodimos Oct 26, 2018
1fa3a70
Write tests for order items to check if order item to be created migh…
madaleines Oct 26, 2018
76b5dd7
added minor fixes to product controller
snicodimos Oct 26, 2018
331aba1
Remove nested route to create order_item
madaleines Oct 26, 2018
055a159
merge conflict in merchant show view
snicodimos Oct 26, 2018
b3ddd3c
minor changes merchant view for table for products
snicodimos Oct 26, 2018
9c96856
ugh merchant
goeunpark Oct 26, 2018
d5d2101
merge conflict
goeunpark Oct 26, 2018
935ef3c
Write controller tests for order
madaleines Oct 26, 2018
7c07ab1
Remove unecessary edge case
madaleines Oct 26, 2018
c3c86e7
Remove commented tests
madaleines Oct 26, 2018
6ee710b
Merge branch 'master' of https://github.com/snicodimos/betsy
griffifam Oct 26, 2018
a47c2c2
@order_items in merchants show only refers to pending, conditionals f…
goeunpark Oct 26, 2018
388c6b8
created new review page with responsive stars
griffifam Oct 26, 2018
542e420
Merge branch 'master' of https://github.com/snicodimos/betsy
griffifam Oct 26, 2018
3dc95af
orders show page total amount
snicodimos Oct 26, 2018
2f0e15f
Merge branch 'master' of https://github.com/snicodimos/betsy
snicodimos Oct 26, 2018
cce70b4
make log in into a button, separate my account and log out
goeunpark Oct 26, 2018
6ef7be4
Merge branch 'master' of https://github.com/snicodimos/betsy
goeunpark Oct 26, 2018
d840dbf
modify method and tests to allow user to order the max qty
madaleines Oct 26, 2018
0032b03
Refactor/clean code
madaleines Oct 26, 2018
ca375d4
fixed review test and prevented merchant from reviewing their own pro…
snicodimos Oct 26, 2018
d9ff025
Merge branch 'master' of https://github.com/snicodimos/betsy
snicodimos Oct 26, 2018
8b8bd92
changie padding on footer
goeunpark Oct 26, 2018
a8fd224
products can be accessed via catgories drop down in navbar
goeunpark Oct 26, 2018
eeba71f
Merge branch 'master' of https://github.com/snicodimos/betsy
goeunpark Oct 26, 2018
4a68b97
Refactor code
madaleines Oct 26, 2018
e024fc7
Remove unique email validation
madaleines Oct 26, 2018
66af646
Fix html so errors show
madaleines Oct 26, 2018
8442b51
added pagination to product display.
snicodimos Oct 26, 2018
820ac95
Allow merchants to ship or cancel order items and change the status
madaleines Oct 26, 2018
82d6725
Remove unnecessary methods
madaleines Oct 26, 2018
bd2f744
Merge branch 'master' of https://github.com/snicodimos/betsy
madaleines Oct 26, 2018
0f819a4
Fix so tests pass
madaleines Oct 26, 2018
353654f
some merge conflict in the product view resolved
snicodimos Oct 26, 2018
33d9be3
refactor partials for new and edit in products
goeunpark Oct 26, 2018
e26f9a8
fixed redirect in order show
snicodimos Oct 26, 2018
dacf543
Merge branch 'master' of https://github.com/snicodimos/betsy
goeunpark Oct 26, 2018
fe3aa5f
fix typo on paths, make spacing in forms better
goeunpark Oct 26, 2018
478a256
updated homepage with bootstrap and css
griffifam Oct 26, 2018
495c797
merged changes and updated homepage
griffifam Oct 26, 2018
aa3a715
change button color
goeunpark Oct 26, 2018
8a5ec23
wip for changing application
goeunpark Oct 26, 2018
086437d
updated css on -missing colon
griffifam Oct 26, 2018
9983aed
work in progress
goeunpark Oct 26, 2018
5342238
Merge branch 'master' of https://github.com/snicodimos/betsy
goeunpark Oct 26, 2018
c744d8c
edit styling on pagination
goeunpark Oct 26, 2018
8a084b5
pagination bug fix
goeunpark Oct 26, 2018
52deade
fixed redirect in edit/update in orders so that it stays in checkout …
snicodimos Oct 26, 2018
d048fc1
Merge branch 'master' of https://github.com/snicodimos/betsy
snicodimos Oct 26, 2018
03fba0e
cosmetic changes in dashboard and receipt
goeunpark Oct 26, 2018
ce0a9d1
billing info color is teal
goeunpark Oct 26, 2018
7bc9a41
button colors, capitalise S in Submit
goeunpark Oct 26, 2018
aac3de2
change button in order receipt, darker gradient for logo
goeunpark Oct 26, 2018
3887647
make 6 items appear on page for paginate
goeunpark Oct 26, 2018
938188d
updated quote banner on homepage
griffifam Oct 26, 2018
cc56883
Merge branch 'master' of https://github.com/snicodimos/betsy
griffifam Oct 26, 2018
2db4a80
updated product stylesheet
griffifam Oct 26, 2018
ce89fd1
Write tests to check that the status changes correctly with the corre…
madaleines Oct 26, 2018
11498b5
Merge branch 'master' of https://github.com/snicodimos/betsy
madaleines Oct 26, 2018
6ccc022
Merge branch 'master' of https://github.com/snicodimos/betsy
griffifam Oct 26, 2018
a7ba74c
updated footer
griffifam Oct 26, 2018
437fa22
Fix views to display errors
madaleines Oct 26, 2018
0929bd2
remove error message
madaleines Oct 26, 2018
85a867d
Fix merge conflicts
madaleines Oct 26, 2018
fc25b80
updated footer
griffifam Oct 26, 2018
ccd1a43
updates to application html
griffifam Oct 26, 2018
74d4ea5
Merge branch 'master' of https://github.com/snicodimos/betsy
griffifam Oct 26, 2018
871c44e
take out / from application
goeunpark Oct 26, 2018
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.
34 changes: 34 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# 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.
/coverage/*
/log/*
/tmp/*
!/log/.keep
!/tmp/.keep

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

/node_modules
/yarn-error.log

/public/assets
.byebug_history


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


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

ruby '2.5.1'

# goeun's machine needs this version of autoprefixer
gem 'autoprefixer-rails', '8.6.5'

# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '~> 5.2.1'
# Use postgresql as the database for Active Record
gem 'pg', '>= 0.18', '< 2.0'
# Use Puma as the app server
gem 'puma', '~> 3.11'
# Use SCSS for stylesheets
gem 'sass-rails', '~> 5.0'
# Use Uglifier as compressor for JavaScript assets
gem 'uglifier', '>= 1.3.0'
gem 'omniauth'

gem 'omniauth-github'

# See https://github.com/rails/execjs#readme for more supported runtimes
# gem 'mini_racer', 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', '~> 4.0'
# Use ActiveModel has_secure_password
# gem 'bcrypt', '~> 3.1.7'

# Use ActiveStorage variant
# gem 'mini_magick', '~> 4.8'

# Use Capistrano for deployment
# gem 'capistrano-rails', group: :development

# Reduces boot times through caching; required in config/boot.rb
gem 'bootsnap', '>= 1.1.0', 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.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'
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 chromedriver to run system tests with Chrome
gem 'chromedriver-helper'
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', '~> 4.1.3'
group :development, :test do
gem 'pry-rails'
end

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

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

gem 'will_paginate', "~> 3.0.4"
Loading