Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
290 commits
Select commit Hold shift + click to select a range
1019f15
edited databases like order, order_item, products based on fixture is…
kangazoom Oct 19, 2018
b17d0c5
Merge branch 'master' into mc-model-tests
kangazoom Oct 19, 2018
836cd22
updated flash to display
lbristol88 Oct 19, 2018
20fb7d5
updated text in flash
lbristol88 Oct 19, 2018
c413bf3
fixed view bug
melicious-dish Oct 19, 2018
dcca759
updated logout message
lbristol88 Oct 19, 2018
bb168e7
updated/fixed fixtures, expecially for orders
kangazoom Oct 19, 2018
cc912e7
Merge branch 'mc-model-tests'
kangazoom Oct 19, 2018
53acb23
Merge branch 'master' of https://github.com/melicious-dish/betsy
melicious-dish Oct 19, 2018
840e2f4
added dropdown menu function to shop by merchant
lbristol88 Oct 19, 2018
7629f0d
Merge branch 'master' of https://github.com/melicious-dish/betsy
lbristol88 Oct 19, 2018
911bc07
uncommented some code
lbristol88 Oct 19, 2018
85d87ae
updated path link for dropdown under merchant
lbristol88 Oct 19, 2018
fa5ecbb
fixed create product
larachan15 Oct 19, 2018
64900fb
fixed create in products controller.
larachan15 Oct 19, 2018
a059aae
added validations and relations tests for merchant
kangazoom Oct 20, 2018
aceb64c
added a few more tests for when true in merchant model testing
kangazoom Oct 20, 2018
4d3f213
minor change in model email uniqueness validation test
kangazoom Oct 20, 2018
aba9097
seed db
melicious-dish Oct 20, 2018
22c3b0e
add actions to order and order_item
melicious-dish Oct 20, 2018
35e4dc2
add order items controller
melicious-dish Oct 20, 2018
8add78d
add cart to nav
melicious-dish Oct 20, 2018
4c9de3a
add quantity to product view
melicious-dish Oct 20, 2018
7645739
added nested routes and categories
larachan15 Oct 20, 2018
1d82790
fixed routes
larachan15 Oct 21, 2018
53d6e72
add route and add to order method
melicious-dish Oct 21, 2018
e42021d
added an add categories form
larachan15 Oct 21, 2018
9b9ff89
fix bug in add_to_order
melicious-dish Oct 21, 2018
26d2c8d
fixed routes merge conflict
melicious-dish Oct 21, 2018
a6f7661
seeded db with fixtures
kangazoom Oct 21, 2018
6051c61
cleaned up order_item model
melicious-dish Oct 21, 2018
72b32e3
cleaned up order_item model
melicious-dish Oct 21, 2018
00a8f0a
Merge branch 'master' into mc-model-tests
kangazoom Oct 22, 2018
2dd5f73
updated product controller tests
Oct 22, 2018
2533f56
created tests for sessions controller
Oct 22, 2018
d6e930d
added order_item model tests
kangazoom Oct 22, 2018
0c5a9db
added order tests (relations)
kangazoom Oct 22, 2018
faac04b
added products+categories relations to fixtures + reseeded
kangazoom Oct 22, 2018
fd59ac9
Merge pull request #3 from melicious-dish/mc-model-tests
melicious-dish Oct 22, 2018
38f33e3
added categories show page
larachan15 Oct 22, 2018
a68b27f
merged conflicts
larachan15 Oct 22, 2018
e0d2c4d
fixed weird head message in products/index.html.erb
larachan15 Oct 22, 2018
c1cc684
updated controller testing
lbristol88 Oct 22, 2018
3f4e798
added categories on create new product page
larachan15 Oct 22, 2018
8e41831
updated products controller test to pass
lbristol88 Oct 22, 2018
4c9fcde
first stab at adding order_items to order; will need to redo (see notes)
kangazoom Oct 22, 2018
5aa0d87
fixed categories links in products/show
larachan15 Oct 22, 2018
49d19a6
trying to add orders
kangazoom Oct 22, 2018
6a07f80
removed cart from dropdown
lbristol88 Oct 22, 2018
4252ec5
Merge pull request #4 from melicious-dish/categories
melicious-dish Oct 22, 2018
d21a3dd
Merge pull request #2 from melicious-dish/layla-work
larachan15 Oct 22, 2018
75f3de3
bye ruby in gemfile
kangazoom Oct 22, 2018
ff67e4e
Merge pull request #5 from melicious-dish/ruby-versin
lbristol88 Oct 22, 2018
20d7466
add coverage directory to .gitignore
lbristol88 Oct 22, 2018
2924e3f
adding simplecov
lbristol88 Oct 22, 2018
471fe5a
adding simple cov
lbristol88 Oct 22, 2018
3b187ce
Merge branch 'master' into layla-work
larachan15 Oct 22, 2018
09a4732
Merge pull request #6 from melicious-dish/layla-work
larachan15 Oct 22, 2018
559cf5f
Merge branch 'master' into mc-add-item-to-order
melicious-dish Oct 22, 2018
64583c6
Merge pull request #7 from melicious-dish/mc-add-item-to-order
melicious-dish Oct 22, 2018
d4d523b
silly, minor changes to order that don't mean anything
kangazoom Oct 22, 2018
63d2f4d
increased coverage to 100% on sessions controller
lbristol88 Oct 22, 2018
0c10147
Merge branch 'layla-work' of https://github.com/melicious-dish/betsy …
lbristol88 Oct 22, 2018
78199fc
product controller testing
lbristol88 Oct 22, 2018
53bc814
add current_order to application controller
melicious-dish Oct 22, 2018
dd28355
save oder to cart
melicious-dish Oct 22, 2018
0961e25
work on order and order_item. still need to add item to current order
melicious-dish Oct 23, 2018
a094cb9
added one random line about sessions in order_items controller, and n…
kangazoom Oct 23, 2018
74adb62
fixed categories
larachan15 Oct 23, 2018
22bb96f
Merge pull request #8 from melicious-dish/fixing_categories
kangazoom Oct 23, 2018
113bb1a
Merge branch 'master' into mc-add-item-to-order
kangazoom Oct 23, 2018
41cbc07
Merge branch 'master' of https://github.com/melicious-dish/betsy into…
melicious-dish Oct 23, 2018
c3c06fa
work on order controller testing
lbristol88 Oct 23, 2018
8cf0354
tests for controller
lbristol88 Oct 23, 2018
5464526
Merge branch 'mc-add-item-to-order' of https://github.com/melicious-d…
melicious-dish Oct 23, 2018
465f0c3
Merge branch 'master' of https://github.com/melicious-dish/betsy into…
lbristol88 Oct 23, 2018
f1e5d59
updated products controller
lbristol88 Oct 23, 2018
5f06ea1
Merge pull request #9 from melicious-dish/layla-work
larachan15 Oct 23, 2018
9dba2a7
fixed merge conflict
lbristol88 Oct 23, 2018
381572a
Merge branch 'mc-add-item-to-order' of https://github.com/melicious-d…
melicious-dish Oct 23, 2018
1de39d9
added show order_items feature in order/cart
kangazoom Oct 23, 2018
5c85388
Merge branch 'mc-add-item-to-order' of https://github.com/melicious-d…
melicious-dish Oct 23, 2018
677d4a6
merchant can destroy a product
lbristol88 Oct 23, 2018
5c1da7a
Merge pull request #10 from melicious-dish/layla-new-branch
larachan15 Oct 23, 2018
217aa75
updated view for categories and merchant list
lbristol88 Oct 23, 2018
66792fc
Merge branch 'master' of https://github.com/melicious-dish/betsy
lbristol88 Oct 23, 2018
ed9de9f
add route for edit order and method for order_items controller
melicious-dish Oct 23, 2018
d646ea0
merg conflicts
melicious-dish Oct 23, 2018
ec5e803
Update orders_controller.rb
kangazoom Oct 23, 2018
83cda87
Update orders_controller.rb
kangazoom Oct 23, 2018
d63ca1b
Merge pull request #12 from melicious-dish/layla-new-branch
larachan15 Oct 23, 2018
431ffc0
added routing for order_items
kangazoom Oct 23, 2018
a771a34
Merge branch 'mc-add-item-to-order' of https://github.com/melicious-d…
kangazoom Oct 23, 2018
833ce0a
Update orders_controller.rb
larachan15 Oct 23, 2018
eb7b31e
Update order_items_controller.rb
larachan15 Oct 23, 2018
9433120
Merge pull request #13 from melicious-dish/mc-add-item-to-order
larachan15 Oct 23, 2018
cbbb1c5
idk edits
kangazoom Oct 23, 2018
b7291a1
still deleting weird git head stuff
kangazoom Oct 23, 2018
a064eff
updated view pages
lbristol88 Oct 23, 2018
d782716
Merge branch 'master' of https://github.com/melicious-dish/betsy into…
lbristol88 Oct 23, 2018
78e2ee9
fixed route+link to add item to cart
kangazoom Oct 23, 2018
dcd60e0
Merge pull request #14 from melicious-dish/mc-add-item-to-order
larachan15 Oct 23, 2018
a258f14
Merge pull request #15 from melicious-dish/layla-new-branch
melicious-dish Oct 23, 2018
e17f33f
Merge branch 'master' of https://github.com/melicious-dish/betsy into…
lbristol88 Oct 23, 2018
782ff75
add update medthod to order items
melicious-dish Oct 23, 2018
28120a2
minor spacing changes
kangazoom Oct 23, 2018
11dd784
Merge branch 'mc-add-item-to-order' of https://github.com/melicious-d…
kangazoom Oct 23, 2018
71a9aa6
added functionality to delete an item from order/cart
kangazoom Oct 23, 2018
82f6e21
order form and temp css
lbristol88 Oct 23, 2018
c1ac282
Merge pull request #16 from melicious-dish/layla-new-branch
larachan15 Oct 23, 2018
3982622
moved session out of header and added success background to logout
lbristol88 Oct 23, 2018
2c4e659
added destroy functionality + some model biz logic - very prelim
kangazoom Oct 23, 2018
e9d1b8f
Merge pull request #17 from melicious-dish/layla-new-branch
melicious-dish Oct 23, 2018
77d6635
Merge pull request #18 from melicious-dish/mc-add-item-to-order
lbristol88 Oct 23, 2018
e7f38fb
tests for models/order_test with all passing.
larachan15 Oct 24, 2018
514a1aa
added subtotal and total model methods in order_item and order, respe…
kangazoom Oct 24, 2018
0e9589c
formatted money + edited subtotal and total model methods + created o…
kangazoom Oct 24, 2018
c21278a
added if/else view logic based on whether cart is empty
kangazoom Oct 24, 2018
aaa52bd
updated empty cart logic in view
kangazoom Oct 24, 2018
7a43c41
Merge pull request #20 from melicious-dish/mc-add-item-to-order
melicious-dish Oct 24, 2018
8d96f22
Merge pull request #19 from melicious-dish/dionisia-work
melicious-dish Oct 24, 2018
28cceae
css stuff
larachan15 Oct 24, 2018
ba8ae85
Merge pull request #21 from melicious-dish/dionisia-work
kangazoom Oct 24, 2018
6b7f67c
made db changes so we have in orders: default payment_status and remo…
kangazoom Oct 24, 2018
eec691a
add to merchant view page
melicious-dish Oct 24, 2018
7a4197f
change order status and clear/create new cart
kangazoom Oct 24, 2018
9f19a48
add route for merchant order summary
melicious-dish Oct 24, 2018
2aaab6a
Merge pull request #22 from melicious-dish/mc-submit-order
larachan15 Oct 24, 2018
f02fa0a
Merge branch 'master' of https://github.com/melicious-dish/betsy into…
melicious-dish Oct 24, 2018
b3adecb
moved clear cart/new cart work into their own methods
kangazoom Oct 24, 2018
d1f214c
nested route for merchant orders
melicious-dish Oct 24, 2018
e6eef0d
model tests for products
larachan15 Oct 24, 2018
8a20022
added feature to decrement product inventory upon purchase; it's not …
kangazoom Oct 24, 2018
58064f5
updated page displays with css
lbristol88 Oct 24, 2018
4ed874c
Merge pull request #25 from melicious-dish/mc-submit-order
larachan15 Oct 24, 2018
55be12a
Merge pull request #23 from melicious-dish/dionisia-work
kangazoom Oct 24, 2018
f36b3d8
Merge pull request #24 from melicious-dish/layla-new-branch
larachan15 Oct 24, 2018
743a4bf
fixed categories dropdown routing
lbristol88 Oct 24, 2018
856d757
Merge pull request #26 from melicious-dish/layla-new-branch
kangazoom Oct 24, 2018
b4758f1
add to merchant summary page
melicious-dish Oct 24, 2018
60c16a3
updated routes for merchant dropdown
lbristol88 Oct 24, 2018
10f4002
Merge pull request #27 from melicious-dish/layla-new-branch
larachan15 Oct 24, 2018
655c485
Merge branch 'master' of https://github.com/melicious-dish/betsy into…
melicious-dish Oct 24, 2018
b475d36
change routes for merchant summary
melicious-dish Oct 25, 2018
a094e4a
updated formatting for pricing in products: both index and show views
kangazoom Oct 25, 2018
c78af77
add order_summary method and relationships to Product and Order classes
melicious-dish Oct 25, 2018
2cee372
made css changes to header, product details and homepage
lbristol88 Oct 25, 2018
c08790b
added link to order summary page
larachan15 Oct 25, 2018
dd884a4
update category status name
melicious-dish Oct 25, 2018
702e4b1
Merge pull request #28 from melicious-dish/mc-add-item-to-order
larachan15 Oct 25, 2018
9922b3c
Merge branch 'master' into layla-new-branch
larachan15 Oct 25, 2018
1b36230
Merge pull request #29 from melicious-dish/layla-new-branch
larachan15 Oct 25, 2018
0f3a2a9
Merge branch 'master' of https://github.com/melicious-dish/betsy
larachan15 Oct 25, 2018
77826e6
Merge pull request #30 from melicious-dish/mo-merch-show
kangazoom Oct 25, 2018
a002072
added some more styling
lbristol88 Oct 25, 2018
42d8b8b
added orders show page route
larachan15 Oct 25, 2018
8c54e76
updated product css and photo url form
lbristol88 Oct 25, 2018
9528081
Merge branch 'master' of https://github.com/melicious-dish/betsy into…
lbristol88 Oct 25, 2018
51eeafd
added controller filters for authorizations for merchants and orders
kangazoom Oct 25, 2018
8a1362a
updated fixture and routing bug on product detail page
lbristol88 Oct 25, 2018
119bd83
Merge pull request #32 from melicious-dish/mc-authorizations
lbristol88 Oct 25, 2018
f99cc42
Merge pull request #31 from melicious-dish/layla-new-branch
larachan15 Oct 25, 2018
9fcda86
order show page fixed
larachan15 Oct 25, 2018
b1eae73
add partial ship method toggle method to products
melicious-dish Oct 25, 2018
4bf33a2
merged conflicts
larachan15 Oct 25, 2018
7bc48fd
added orders page
larachan15 Oct 25, 2018
d92b0f7
order show page fixed
larachan15 Oct 25, 2018
c7c9ac7
add notes for order summary page
melicious-dish Oct 25, 2018
352d7cb
Merge branch 'master' of https://github.com/melicious-dish/betsy into…
melicious-dish Oct 25, 2018
6391eea
Merge branch 'master' into dionisia-work
kangazoom Oct 25, 2018
6fb6209
updated carousel sizing
lbristol88 Oct 25, 2018
8a9a851
Merge pull request #33 from melicious-dish/dionisia-work
kangazoom Oct 25, 2018
42d4d1f
Merge pull request #35 from melicious-dish/layla-new-branch
kangazoom Oct 25, 2018
9bbda3f
Merge branch 'master' into mo-merch-show
kangazoom Oct 25, 2018
e06c447
Merge pull request #34 from melicious-dish/mo-merch-show
kangazoom Oct 25, 2018
150e1ee
css button styling
lbristol88 Oct 25, 2018
9085156
editing merchant orders page by viewing order_items
kangazoom Oct 26, 2018
c2009a1
updated column names/code
kangazoom Oct 26, 2018
9559130
css body styling
lbristol88 Oct 26, 2018
6f1c65c
added more styling to h2 headers
lbristol88 Oct 26, 2018
ce8fb45
merging changes
larachan15 Oct 26, 2018
87df8d0
added container to product details and updated footer text color
lbristol88 Oct 26, 2018
5f35835
merged changes
larachan15 Oct 26, 2018
2a16d8e
added method models to show revenue total and by status (and same for…
kangazoom Oct 26, 2018
8a668c0
updated css on the merchant summary
lbristol88 Oct 26, 2018
229f290
fixed a font bug
lbristol88 Oct 26, 2018
ae06fca
added shipped/to ship feature
kangazoom Oct 26, 2018
abe6e7c
added logic for money formatting + input
kangazoom Oct 26, 2018
8136c83
make order details page
larachan15 Oct 26, 2018
bfbf43b
Merge pull request #36 from melicious-dish/layla-new-branch
kangazoom Oct 26, 2018
acf3acd
updated product detail view & added review capabilities
lbristol88 Oct 26, 2018
b3cf9ca
updated some flash text
lbristol88 Oct 26, 2018
73b7eea
Merge branch 'master' of https://github.com/melicious-dish/betsy into…
lbristol88 Oct 26, 2018
292a681
added more tests to products controller
lbristol88 Oct 26, 2018
c7e452a
Merge pull request #39 from melicious-dish/layla-new-branch
melicious-dish Oct 26, 2018
e7ab022
Merge pull request #38 from melicious-dish/mc-merchant-order-summary-…
melicious-dish Oct 26, 2018
9dacde3
updated session text for adding order and removed text from cart view
lbristol88 Oct 26, 2018
e1c7631
fixed merge conflicts
larachan15 Oct 26, 2018
2325276
added conditional for out of stock products
lbristol88 Oct 26, 2018
476b37e
Merge pull request #40 from melicious-dish/layla-new-branch
melicious-dish Oct 26, 2018
6b511f2
orders show page
larachan15 Oct 26, 2018
2a0852d
disallow two users to check out with same product if someone does it …
kangazoom Oct 26, 2018
ba6e672
Merge branch 'master' of https://github.com/melicious-dish/betsy
larachan15 Oct 26, 2018
d334103
updated hover background gifs
lbristol88 Oct 26, 2018
04242a7
Merge branch 'master' of https://github.com/melicious-dish/betsy into…
lbristol88 Oct 26, 2018
6a06bf1
Merge branch 'master' into mc-last-min-bugs
kangazoom Oct 26, 2018
5539b63
categories controller testing
larachan15 Oct 26, 2018
0f88f02
a merchant cannot review their own product
lbristol88 Oct 26, 2018
fc4883e
weird merge conflicts with application and merchants controllers
larachan15 Oct 26, 2018
b6e4c04
fixed price in edit form
kangazoom Oct 26, 2018
c63f43c
fixed weird merge messages
larachan15 Oct 26, 2018
dfc8991
added default photo url in db
kangazoom Oct 26, 2018
97be3a6
Merge pull request #42 from melicious-dish/layla-new-branch
larachan15 Oct 26, 2018
5f73710
Merge pull request #41 from melicious-dish/mc-last-min-bugs
larachan15 Oct 26, 2018
3da257b
Merge branch 'master' of https://github.com/melicious-dish/betsy into…
larachan15 Oct 26, 2018
7abe6d7
Merge pull request #37 from melicious-dish/dionisia-work
melicious-dish Oct 26, 2018
58b3924
edited product form + default image if none given
kangazoom Oct 26, 2018
cef4ce9
ugh not great but improved int/float stuff in edit/new product forms ugh
kangazoom Oct 26, 2018
9f435f6
about us page work
lbristol88 Oct 26, 2018
e341282
Merge branch 'master' into layla-new-branch
melicious-dish Oct 26, 2018
10d1059
Merge pull request #44 from melicious-dish/layla-new-branch
melicious-dish Oct 26, 2018
7ddc852
filter status
melicious-dish Oct 26, 2018
1ea97de
Merge branch 'master' of https://github.com/melicious-dish/betsy into…
melicious-dish Oct 26, 2018
9980221
fixed form for orders viewing page
larachan15 Oct 26, 2018
1c73dc2
Merge branch 'master' into dionisia-work
larachan15 Oct 26, 2018
6e00b86
Merge pull request #45 from melicious-dish/dionisia-work
lbristol88 Oct 26, 2018
8bb27d7
Merge pull request #43 from melicious-dish/mc-last-min-bugs
lbristol88 Oct 26, 2018
7999a2e
hover background image update for heroku
lbristol88 Oct 26, 2018
7a1f4fb
Merge pull request #46 from melicious-dish/layla-new-branch
larachan15 Oct 26, 2018
c29ab39
Merge branch 'master' of https://github.com/melicious-dish/betsy into…
melicious-dish Oct 26, 2018
53762d0
made css changes to order summary page for merchant
lbristol88 Oct 26, 2018
2d33c34
Merge pull request #47 from melicious-dish/layla-new-branch
melicious-dish Oct 26, 2018
22c4532
Merge branch 'master' of https://github.com/melicious-dish/betsy into…
melicious-dish Oct 26, 2018
ffbec36
fixed validations for cc order form
larachan15 Oct 26, 2018
c25a5de
Merge branch 'master' into dionisia-work
larachan15 Oct 26, 2018
c89d0e3
Merge pull request #48 from melicious-dish/dionisia-work
melicious-dish Oct 26, 2018
08f980f
fixed submit order form
larachan15 Oct 26, 2018
cdecc1e
Merge pull request #49 from melicious-dish/dionisia-work
melicious-dish Oct 26, 2018
ceddc00
delete filter by status
melicious-dish Oct 26, 2018
39df4b0
Merge branch 'master' of https://github.com/melicious-dish/betsy
melicious-dish Oct 26, 2018
cc9de5c
merge and delete view in order summary
melicious-dish Oct 26, 2018
be2560e
updated login button
lbristol88 Oct 26, 2018
c6693d3
fixed products flash messages
larachan15 Oct 26, 2018
a757e32
Merge pull request #52 from melicious-dish/layla-new-branch
larachan15 Oct 26, 2018
5798e16
Merge pull request #50 from melicious-dish/mo-merch-show
larachan15 Oct 26, 2018
08bc7bb
Merge branch 'master' of https://github.com/melicious-dish/betsy into…
larachan15 Oct 26, 2018
deab7b4
Merge pull request #53 from melicious-dish/dionisia-work
lbristol88 Oct 26, 2018
3175a4f
added styling to forms
lbristol88 Oct 26, 2018
0050581
Merge branch 'master' into layla-new-branch
melicious-dish Oct 26, 2018
77af141
Merge pull request #54 from melicious-dish/layla-new-branch
melicious-dish 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.
30 changes: 30 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# 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 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

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

# ruby '2.5.1'
# ruby '2.4.1'

gem 'simplecov', require: false, group: :test



# 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'
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'
end
Loading