Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
331 commits
Select commit Hold shift + click to select a range
56fce18
Fixed merge conflicts for Kay's latest commit
cassyarchibald Oct 21, 2018
9908142
Added comments for reference
cassyarchibald Oct 21, 2018
32ce13d
Worked on app controller merges
cassyarchibald Oct 21, 2018
027c07f
Troubleshooting tests
cassyarchibald Oct 21, 2018
8264703
tested orders and users model
danimetz Oct 21, 2018
033caf3
No validations for orders, may want to add validations for a given st…
danimetz Oct 21, 2018
55b5c97
edited category controller index and create and created tests for them
kayxn23 Oct 21, 2018
c78746b
Fixed merge conflicts, updated yml files and model tests to match upd…
danimetz Oct 21, 2018
7f6a8b7
Continued work on user tests. Added some minor styling for readbility.
cassyarchibald Oct 22, 2018
a43606e
Resolved merge conflicts
cassyarchibald Oct 22, 2018
b192c7c
Completed test debugging for merge issues. One test has an error
cassyarchibald Oct 22, 2018
9511fc0
Updated fixture for users
cassyarchibald Oct 22, 2018
484337c
Added user index/link to user products when name is clicked
cassyarchibald Oct 22, 2018
13c425e
Continued work on having a user products page/merchant index page. Se…
cassyarchibald Oct 22, 2018
0469d8b
Added uid/provider to users seeds that had products. Added two new us…
cassyarchibald Oct 22, 2018
08259be
Created guest user fixture. Removed show route as we're using merchan…
cassyarchibald Oct 22, 2018
816f9b4
Continued work on user tests
cassyarchibald Oct 22, 2018
b468a01
Finished debugging tests
cassyarchibald Oct 22, 2018
e69bdfb
Finished debugging tests
cassyarchibald Oct 22, 2018
c08ee13
Resolved merge conflict
cassyarchibald Oct 22, 2018
6a917ad
Working OrderItems and Order Session
KatherineJF Oct 22, 2018
1fb2a88
merge conflicts
KatherineJF Oct 22, 2018
fa7678d
deleted unwanted spaces
kayxn23 Oct 22, 2018
72115c5
merged
danimetz Oct 22, 2018
f8f95a7
Merge branch 'master' of https://github.com/kayxn23/betsy
danimetz Oct 22, 2018
822ec51
Fixed bug with merchant index page
cassyarchibald Oct 22, 2018
9fd5636
Merge branch 'master' of https://github.com/kayxn23/betsy
cassyarchibald Oct 22, 2018
60102a9
Merge branch 'master' of https://github.com/kayxn23/betsy
danimetz Oct 22, 2018
40cdd16
Debugged merge isssues
cassyarchibald Oct 22, 2018
4df9b50
Merge branch 'master' of https://github.com/kayxn23/betsy
danimetz Oct 22, 2018
8e92a9e
Merge branch 'master' of https://github.com/kayxn23/betsy
kayxn23 Oct 22, 2018
68f0d23
Added methods/login restrictions to products.
cassyarchibald Oct 22, 2018
6d25d08
Merge branch 'master' of https://github.com/kayxn23/betsy
kayxn23 Oct 22, 2018
e9a7190
Added user_id to order seeds
cassyarchibald Oct 22, 2018
451cc4e
Merge branch 'master' of https://github.com/kayxn23/betsy
kayxn23 Oct 22, 2018
d8640d2
Created orders_item seeds
cassyarchibald Oct 22, 2018
f4bb811
added user authentication to the Products Controller test so that the…
kayxn23 Oct 22, 2018
41d3dbe
Merge branch 'master' of https://github.com/kayxn23/betsy
kayxn23 Oct 22, 2018
d51d2c0
Merge branch 'master' of https://github.com/kayxn23/betsy
danimetz Oct 22, 2018
8d1584e
Check for existing order session cart to appController + add_cart met…
KatherineJF Oct 22, 2018
3eda28c
merge conflict product controller
KatherineJF Oct 22, 2018
aec263c
Continued work on showing order items for a merchang
cassyarchibald Oct 22, 2018
2d536a9
Added root to require login exception for products
cassyarchibald Oct 22, 2018
4574634
Merge branch 'master' of https://github.com/kayxn23/betsy
cassyarchibald Oct 22, 2018
12187a2
Merge branch 'master' of https://github.com/kayxn23/betsy
danimetz Oct 23, 2018
95991e7
Added more tests to the products and user models
danimetz Oct 23, 2018
e28048d
Added links on dashboard for add product/add category/to edit or reti…
cassyarchibald Oct 23, 2018
b0143c1
created draft of dashboard, still need order/order item functionality
cassyarchibald Oct 23, 2018
3987e7b
Added root to require login
cassyarchibald Oct 23, 2018
993a53d
Merge branch 'merchant_dashboard_products'
cassyarchibald Oct 23, 2018
9f89ab2
Merge branch 'master' of https://github.com/kayxn23/betsy
danimetz Oct 23, 2018
e627a06
Merge branch 'master' into AdditionalModelTests
danimetz Oct 23, 2018
a8e3582
Pulled in the lastest version of master to the branch
danimetz Oct 23, 2018
0a9769f
fixed categories controller show method, added the show route and the…
danimetz Oct 23, 2018
e31888c
Revised current order method
KatherineJF Oct 23, 2018
1330068
properly named the fixtures orders_items bc we needed that underscore…
kayxn23 Oct 23, 2018
8be31e4
orderitems tests passing! just one failure on order model test that h…
kayxn23 Oct 23, 2018
5d708fe
began work on find my order items method
cassyarchibald Oct 23, 2018
f1da47e
Merge branch 'master' of https://github.com/kayxn23/betsy into mercha…
cassyarchibald Oct 23, 2018
f41c263
updated app controller, order model testing
KatherineJF Oct 23, 2018
a52372e
merge conflict
KatherineJF Oct 23, 2018
40c7002
Worked on find order item method
cassyarchibald Oct 24, 2018
09f2aa0
Fixed seed issues
cassyarchibald Oct 24, 2018
b9e378f
Added multiple random categories function (while product does not hav…
cassyarchibald Oct 24, 2018
74d4c9c
Continued work on user test
cassyarchibald Oct 24, 2018
af916fd
Made the products have multiple random categories that are unique
cassyarchibald Oct 24, 2018
f730141
emptied view for category
kayxn23 Oct 24, 2018
39d80b6
Merge branch 'master' of https://github.com/kayxn23/betsy
kayxn23 Oct 24, 2018
fe10be8
completed teset for user sold_items method
cassyarchibald Oct 24, 2018
e887555
Resolved merge conflict
cassyarchibald Oct 24, 2018
39950b7
added images and styling to the category index page, created view to …
kayxn23 Oct 24, 2018
2cd83a0
fixed route in category show page that links to a product-- we didn't…
kayxn23 Oct 24, 2018
ccd746c
added then deleted something from application.scss
kayxn23 Oct 24, 2018
9334000
Working on the homepage
danimetz Oct 24, 2018
2852c54
Troubleshooting broken tests
cassyarchibald Oct 24, 2018
eb281ad
Added more changes to the root page
danimetz Oct 24, 2018
7dfdd71
fixed error in products show test
kayxn23 Oct 24, 2018
a18cc58
Merge branch 'views'
danimetz Oct 24, 2018
64eb6cc
Added readable_price mehtod to the view helper
danimetz Oct 24, 2018
86cd409
Merge branch 'master' of https://github.com/kayxn23/betsy
danimetz Oct 24, 2018
f6415c3
Product and Home page views added
danimetz Oct 24, 2018
924c80e
resovled merge conflicts
kayxn23 Oct 24, 2018
a56f83e
Added links to buttons in the carousel
danimetz Oct 24, 2018
5226492
Continued work on dashboard, added table rows for each order item.
cassyarchibald Oct 24, 2018
76ec729
Merge branch 'master' of https://github.com/kayxn23/betsy into mercha…
cassyarchibald Oct 24, 2018
c9cb873
Merge branch 'master' of https://github.com/kayxn23/betsy
cassyarchibald Oct 24, 2018
404407f
Worked on dashboard
cassyarchibald Oct 24, 2018
8019a03
fixed the loop in category photo view in the categories index
kayxn23 Oct 24, 2018
f75637d
Continued work on status summary view
cassyarchibald Oct 24, 2018
b6cafac
Merge branch 'master' into merchant_dashboard_orders
cassyarchibald Oct 24, 2018
b39404c
Working on dashboard
cassyarchibald Oct 24, 2018
b6a0b32
Merge branch 'master' of https://github.com/kayxn23/betsy into mercha…
cassyarchibald Oct 24, 2018
8c867bf
updated categories index
kayxn23 Oct 24, 2018
eb63f8e
Added filter for status
cassyarchibald Oct 24, 2018
55ff390
Continued work on dashboard
cassyarchibald Oct 25, 2018
9814a5b
Merge branch 'master' of https://github.com/kayxn23/betsy
cassyarchibald Oct 25, 2018
52360c4
working on the new form for product index so that we can assign a pro…
kayxn23 Oct 25, 2018
9371529
updated forms
danimetz Oct 25, 2018
8e4f59e
Merge branch 'master' of https://github.com/kayxn23/betsy
danimetz Oct 25, 2018
f19836d
Dashboard view work
cassyarchibald Oct 25, 2018
261d87c
Merge branch 'master' of https://github.com/kayxn23/betsy
danimetz Oct 25, 2018
f7eb5e6
Order Cart with subtotal and link
KatherineJF Oct 25, 2018
eaf31a1
merge conflict
KatherineJF Oct 25, 2018
2d546b6
yay got a radio button working but we actually need checkboxes for ca…
kayxn23 Oct 25, 2018
947ad35
Merge branch 'master' of https://github.com/kayxn23/betsy
danimetz Oct 25, 2018
5715a6f
Added add to cart link on products index page
danimetz Oct 25, 2018
63f173c
Typo
danimetz Oct 25, 2018
776bf84
Another typo
danimetz Oct 25, 2018
39143f3
Added styling to user product view
cassyarchibald Oct 25, 2018
4311030
Added bootstrap container around products
cassyarchibald Oct 25, 2018
eb27d9e
Added bootstrap to dashboard table
cassyarchibald Oct 25, 2018
ecc177f
Added more formatting to dashboard
cassyarchibald Oct 25, 2018
a7d40a5
Created total orders method
cassyarchibald Oct 25, 2018
1515036
Update views
danimetz Oct 25, 2018
1134683
Merge branch 'master' of https://github.com/kayxn23/betsy
danimetz Oct 25, 2018
c3b0927
order_total_calculate method working and changes routes to include edit
KatherineJF Oct 25, 2018
6387f56
Added total number of orders/total number of order items
cassyarchibald Oct 25, 2018
590e9f9
Continued working on views. Added status to order summary label
cassyarchibald Oct 25, 2018
cadb3bd
Revert "Continued working on views. Added status to order summary label"
cassyarchibald Oct 25, 2018
9e9fc77
gave merchants card styling and added checkboxes for product that sti…
kayxn23 Oct 25, 2018
62516ed
added spacing between category index cards
kayxn23 Oct 25, 2018
7d5dcf8
changed button titles
kayxn23 Oct 25, 2018
6bcdd81
Added total revenue
cassyarchibald Oct 25, 2018
28811c6
Debugged issue showing all order items
cassyarchibald Oct 25, 2018
63a3dbd
Used number_to_currency for prices/revenue
cassyarchibald Oct 25, 2018
3555cf4
Applied currency formatting to subtotals
cassyarchibald Oct 25, 2018
913ba0f
Applied some formatting/more currency formats to dashboard
cassyarchibald Oct 25, 2018
2aa9956
Added dashboard currency/some styling/revenue totals
cassyarchibald Oct 25, 2018
f3088e7
Merge branch 'master' of https://github.com/kayxn23/betsy
cassyarchibald Oct 25, 2018
4fd90b1
worked on orders form
KatherineJF Oct 25, 2018
016729e
Updated the shopping cart view
danimetz Oct 25, 2018
50e4097
resolved merge conflict added dashboard html changes
kayxn23 Oct 25, 2018
e013a7f
Merge branch 'master' of https://github.com/kayxn23/betsy
kayxn23 Oct 25, 2018
41aaec0
fixed merge conflict in appllication scss
kayxn23 Oct 25, 2018
532f93f
added curly braket
kayxn23 Oct 25, 2018
6f3e6d4
Fixed bug with a retire path
cassyarchibald Oct 25, 2018
b2d0e8a
merge conflicts
KatherineJF Oct 25, 2018
89d5eb0
Merge branch 'master' of github.com:kayxn23/betsy
KatherineJF Oct 25, 2018
6620352
added app helper def format_date to use in dashboard
kayxn23 Oct 25, 2018
b05f5af
Merge branch 'master' of https://github.com/kayxn23/betsy
kayxn23 Oct 25, 2018
fb7e69b
Formatted dates on dashboard'
cassyarchibald Oct 25, 2018
a8c016f
Removed total number of order items.
cassyarchibald Oct 25, 2018
d53d2f8
finally fixed the products and categories--now when we create new pro…
kayxn23 Oct 25, 2018
7cdeed9
Merge branch 'master' of https://github.com/kayxn23/betsy
kayxn23 Oct 25, 2018
592f08d
added edit page form for products still needs styling
kayxn23 Oct 25, 2018
c0d73a9
order form troubleshooting
KatherineJF Oct 25, 2018
f31fc97
Merge branch 'master' of github.com:kayxn23/betsy
KatherineJF Oct 25, 2018
4ae7615
didn't change anything in orders controller
kayxn23 Oct 25, 2018
7a63185
Worked on confirmation page
cassyarchibald Oct 25, 2018
fc488f7
Merge branch 'master' of https://github.com/kayxn23/betsy
cassyarchibald Oct 25, 2018
bf61f31
Added new controller mehtod to update the quantity for order-items
danimetz Oct 25, 2018
efd2904
Merge branch 'shoppingcartview'
danimetz Oct 25, 2018
abcc897
Updated update method
danimetz Oct 25, 2018
430c9e9
Removed binding.pry
danimetz Oct 25, 2018
08c98b0
Removed pry from the seeds file
danimetz Oct 25, 2018
0ca910e
Merge branch 'master' of https://github.com/kayxn23/betsy
cassyarchibald Oct 25, 2018
80f8b8d
Updated forms on shoppign cart to update the quantity
danimetz Oct 26, 2018
093be6c
Updated paths for the OI update
danimetz Oct 26, 2018
38ddbef
Merge branch 'master' of https://github.com/kayxn23/betsy
cassyarchibald Oct 26, 2018
638c75b
Updated the form to be a value: instead of placeholder: so no one wil…
danimetz Oct 26, 2018
22f0c29
fixed bug in order#update so now the stock reduces when we checkout yay
kayxn23 Oct 26, 2018
d94eae2
changed wording in order show page view
kayxn23 Oct 26, 2018
8020453
Added the logic to destroy item in cart if someone updates the quanti…
danimetz Oct 26, 2018
4437923
Completed confirmation page
cassyarchibald Oct 26, 2018
5971add
Merge branch 'master' of https://github.com/kayxn23/betsy
cassyarchibald Oct 26, 2018
8e61437
added safety loop to order#update
kayxn23 Oct 26, 2018
970b219
Removed order index view and routes
cassyarchibald Oct 26, 2018
edd9c49
resolved mrg conclfict
kayxn23 Oct 26, 2018
9c0e573
Merge branch 'master' of https://github.com/kayxn23/betsy
cassyarchibald Oct 26, 2018
1c00950
Fixed bug with confirmation page
cassyarchibald Oct 26, 2018
b6535c6
a
kayxn23 Oct 26, 2018
8e0acd4
Merge branch 'master' of https://github.com/kayxn23/betsy
kayxn23 Oct 26, 2018
0d40fd2
added loop back
kayxn23 Oct 26, 2018
fd71773
cleaned up routes
kayxn23 Oct 26, 2018
57820be
deleted pry
kayxn23 Oct 26, 2018
6917adc
removed raise from order#update
kayxn23 Oct 26, 2018
e389625
Added validation so the quantity is and integer
danimetz Oct 26, 2018
88d00bc
Merge branch 'master' of https://github.com/kayxn23/betsy
danimetz Oct 26, 2018
8ac88e9
updated redirect in add_to_cart method so it returns to products pg
kayxn23 Oct 26, 2018
07b0dc0
edited dashboard view
kayxn23 Oct 26, 2018
bde5ece
Merge branch 'master' of https://github.com/kayxn23/betsy
kayxn23 Oct 26, 2018
af3ce9b
Removed default heading on product root page
cassyarchibald Oct 26, 2018
56ea277
Added sorting to dashboard order summary/product summary
cassyarchibald Oct 26, 2018
3ce1777
added flash message functionality to application.html
kayxn23 Oct 26, 2018
5fa2246
edited flash msg in order#controller#update
kayxn23 Oct 26, 2018
57aeb9a
resolved merge in root view
kayxn23 Oct 26, 2018
0cc08d8
Reformatted dashboard products so they're in table format
cassyarchibald Oct 26, 2018
becebc1
Moved buttons for order status down to the order summary area
cassyarchibald Oct 26, 2018
303d38d
Added some styling to the dashboard including padding/header formatting
cassyarchibald Oct 26, 2018
989c77e
Wrapped product show page in a container. Set list style type to none…
cassyarchibald Oct 26, 2018
13d0b7e
Removed extra padding on product show page ul
cassyarchibald Oct 26, 2018
e2f1573
Resolved merge conflict
cassyarchibald Oct 26, 2018
3b9d337
Changed user index to say Agents/wrapped content in a container div
cassyarchibald Oct 26, 2018
7912ae9
Added text muted class to some headings
cassyarchibald Oct 26, 2018
dc580e0
Wrapped order not shown page in a container div
cassyarchibald Oct 26, 2018
e2e8f4d
Removed odd comment tags that were showing on html
cassyarchibald Oct 26, 2018
805e8c8
fixed some tests
danimetz Oct 26, 2018
4c032d8
Merge branch 'master' of https://github.com/kayxn23/betsy
danimetz Oct 26, 2018
871ebf9
added category new page and conditional in the caegory index to skip …
kayxn23 Oct 26, 2018
e5a220a
added btn style to add cat and prod
kayxn23 Oct 26, 2018
f74e7c5
Merge branch 'master' of https://github.com/kayxn23/betsy
kayxn23 Oct 26, 2018
b5ed899
Commented out a oi save/redirect in the order controller update method
cassyarchibald Oct 26, 2018
de0ec1e
Merge branch 'master' of https://github.com/kayxn23/betsy
cassyarchibald Oct 26, 2018
5322bb1
Added dollar sign to cart order total
cassyarchibald Oct 26, 2018
699eb7a
updated the carousel to not be full width
danimetz Oct 26, 2018
0e94979
Merge branch 'master' of https://github.com/kayxn23/betsy
danimetz Oct 26, 2018
1d1133a
Added total to cart
cassyarchibald Oct 26, 2018
0f492ba
Merge branch 'master' of https://github.com/kayxn23/betsy
cassyarchibald Oct 26, 2018
5e03f32
Required login for category except show and index
cassyarchibald Oct 26, 2018
c377ab4
fixed prodcut add_to_cart controlermeth
kayxn23 Oct 26, 2018
6844e89
Removed empty order destroy method. Was not being used
cassyarchibald Oct 26, 2018
cc32276
fixed bug in products#index
kayxn23 Oct 26, 2018
2e4753f
Fixed order model tests
danimetz Oct 26, 2018
0ec2a83
Merge branch 'master' of https://github.com/kayxn23/betsy
kayxn23 Oct 26, 2018
aaacfef
Merge branch 'master' of https://github.com/kayxn23/betsy
danimetz Oct 26, 2018
3c42938
merging tests
danimetz Oct 26, 2018
aa930c3
Revised tests so user must be logged in for new/create
cassyarchibald Oct 26, 2018
80b879c
Added test for order_calculate_total
danimetz Oct 26, 2018
7548c82
Merge branch 'master' of https://github.com/kayxn23/betsy
danimetz Oct 26, 2018
7996d54
fixed products#create test
kayxn23 Oct 26, 2018
ed77947
Merge branch 'master' of https://github.com/kayxn23/betsy
kayxn23 Oct 26, 2018
54dbfe8
created test for user being logged in to access new
cassyarchibald Oct 26, 2018
9b13018
Removed unused controller methods in order_items
danimetz Oct 26, 2018
a2fa362
added test to user controller
cassyarchibald Oct 26, 2018
2b4b180
Resolved test merge conflict with products controller test
cassyarchibald Oct 26, 2018
c80c8b1
edited routes for order and deleted unwanted tests in order controller
kayxn23 Oct 26, 2018
2a55fbc
Merge branch 'master' of https://github.com/kayxn23/betsy
kayxn23 Oct 26, 2018
8f1a201
Added Katherine's method to check stock before updating quantity
danimetz Oct 26, 2018
cfee18e
Working on order tests
cassyarchibald Oct 26, 2018
949328d
Resolved merge conflicts
cassyarchibald Oct 26, 2018
b357f54
Managed to get tests to run
cassyarchibald Oct 26, 2018
7807cf4
Managed to get order tests to run
cassyarchibald Oct 26, 2018
f9de633
There are flash errors if the product added is more quantity
danimetz Oct 26, 2018
d80be96
Merge branch 'master' of https://github.com/kayxn23/betsy
danimetz Oct 26, 2018
c096210
Worked on order tests. Still failing 4
cassyarchibald Oct 26, 2018
154e42f
Worked on order tests, 4 still failing
cassyarchibald Oct 26, 2018
6044c6b
Merge branch 'master' of https://github.com/kayxn23/betsy
cassyarchibald Oct 26, 2018
ef883d5
Worked on order test
cassyarchibald Oct 26, 2018
8f0bbc2
added price to product show formatting
cassyarchibald Oct 26, 2018
455038b
Changed Merchant to Agent on user product show page
cassyarchibald Oct 26, 2018
4610554
Fixed order show
cassyarchibald Oct 26, 2018
135eb59
Worked on order tests
cassyarchibald Oct 26, 2018
5a67405
created order#controller #update test passing whopp!
kayxn23 Oct 26, 2018
4f6ba12
Merge branch 'master' of https://github.com/kayxn23/betsy
kayxn23 Oct 26, 2018
5702fd2
deleted test form order controller
kayxn23 Oct 26, 2018
7170d3e
Removed unused views and routes. Added some styling to categories form
cassyarchibald Oct 26, 2018
90419b5
Merge branch 'master' of https://github.com/kayxn23/betsy
cassyarchibald Oct 26, 2018
41f739e
Removed prys
cassyarchibald Oct 26, 2018
9bfeb37
deleted pry from files
kayxn23 Oct 26, 2018
ff2dfff
resolve mrg conclict
kayxn23 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
31 changes: 31 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# 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
coverage/*

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

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

/node_modules
/yarn-error.log

/public/assets
.byebug_history

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

ruby '2.4.1'

# 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'
# 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
gem 'omniauth'
gem 'omniauth-github'

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'
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 chromedriver to run system tests with Chrome
gem 'chromedriver-helper'
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', '~> 4.1.3'
group :development, :test do
gem 'pry-rails'
end

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

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