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

team betsii (Barbara, Kat, Chantelle, Lindsay) - edges - betsy #25

Open
wants to merge 362 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
362 commits
Select commit Hold shift + click to select a range
599406d
merge maddness
kat-perreira Oct 22, 2018
b1cb8e8
fixed merge conflicts
elle-terch Oct 22, 2018
61ca3a4
Delete comments
BarbaraWidjono Oct 22, 2018
35bf3bd
Merge conflict
BarbaraWidjono Oct 22, 2018
b30b8bd
Resolve db seeds
BarbaraWidjono Oct 22, 2018
ef2e3b9
MERGE DAMN YOU, MERRRRRGE
kat-perreira Oct 22, 2018
04f3892
MERGE
kat-perreira Oct 22, 2018
7d94921
Merge Category View
BarbaraWidjono Oct 22, 2018
ef3fa9b
Merge branch 'master' of https://github.com/elle-terch/betsy
kat-perreira Oct 22, 2018
d9b3afd
Changing seed data
BarbaraWidjono Oct 22, 2018
3038422
fixed the seed data thanks chantelle
kat-perreira Oct 22, 2018
214bacd
Merge conflict seed data
BarbaraWidjono Oct 22, 2018
c8b3620
did some with uniqueness and presence validations, also deleted some …
kat-perreira Oct 22, 2018
1477f74
Merge branch 'master' of https://github.com/elle-terch/betsy
BarbaraWidjono Oct 22, 2018
dbee4cc
rewrite of increment order method
elle-terch Oct 22, 2018
fef8e43
Merge branch 'master' of https://github.com/elle-terch/betsy
elle-terch Oct 22, 2018
0a3fedf
Adding link to shopping cart
BarbaraWidjono Oct 22, 2018
0801f06
fixed up the form partial for items
kat-perreira Oct 22, 2018
7383674
Merge branch 'master' of https://github.com/elle-terch/betsy
elle-terch Oct 22, 2018
3209992
finalized method to increment order quantity if item exists
elle-terch Oct 22, 2018
bbccfaf
added current_user to new item in controller, category still not working
kat-perreira Oct 22, 2018
bcb6683
so that partner can pull
BASIC-Belic Oct 22, 2018
cd99f2e
Shopping cart link
BarbaraWidjono Oct 22, 2018
5d8b6e9
Remove comment
BarbaraWidjono Oct 22, 2018
77a4644
Merge branch 'master' of https://github.com/elle-terch/betsy
BarbaraWidjono Oct 22, 2018
d42f805
category part of items#create fully working
kat-perreira Oct 22, 2018
0ac13ee
Change query method for order
BarbaraWidjono Oct 22, 2018
8c48c5e
params for category working with items#udpate
kat-perreira Oct 22, 2018
381047e
Merge branch 'workingoncategory'
kat-perreira Oct 22, 2018
507c102
fixed @order reference
elle-terch Oct 22, 2018
0bdb05d
Merge branch 'master' of https://github.com/elle-terch/betsy
elle-terch Oct 22, 2018
70f03ae
refactor of items controller
kat-perreira Oct 22, 2018
7c772c9
Link to items show
BarbaraWidjono Oct 22, 2018
8aa8a85
refactored users
BASIC-Belic Oct 22, 2018
8ddc481
Merge branch 'master' of https://github.com/elle-terch/betsy
BarbaraWidjono Oct 22, 2018
49ce8a6
changes to user show page
BASIC-Belic Oct 22, 2018
f1fa2e3
fixed the image in show to size it and added quantity avaliable
kat-perreira Oct 22, 2018
eb9ae26
fixed typo
elle-terch Oct 22, 2018
e9c659b
added method to decrement quantity in orderitem
BASIC-Belic Oct 23, 2018
b64df26
rough outline of item and orderitem methods as well as order contolle…
BASIC-Belic Oct 23, 2018
e1337db
changed order of some stuff in view all cosmetic
kat-perreira Oct 23, 2018
b47f319
Merge branch 'master' of https://github.com/elle-terch/betsy
BASIC-Belic Oct 23, 2018
b65383f
changed define_order_user in orderscontroller from User.find(@current…
BASIC-Belic Oct 23, 2018
37948e5
added link to checkout / edit_order_path
BASIC-Belic Oct 23, 2018
c5264de
created method to change dropdown item quantity available
elle-terch Oct 23, 2018
238a1db
Shopping cart styling
BarbaraWidjono Oct 23, 2018
e058f23
finished the logic and edited methods for checking out as a user... t…
BASIC-Belic Oct 23, 2018
cdcf091
created flash message for successfully updating items
elle-terch Oct 23, 2018
78a80f2
fixed decrementing in item model method by adding self.save
BASIC-Belic Oct 23, 2018
b9e8d68
fixed logic to update an item's quantity
elle-terch Oct 23, 2018
f46b7db
fixed error message for quantities
elle-terch Oct 23, 2018
35f21f5
flash message for successful additions to cart
elle-terch Oct 23, 2018
1fb7225
Subtotal style
BarbaraWidjono Oct 23, 2018
ef42bbc
added commented out method in userscontrolelr find_current_user_unful…
BASIC-Belic Oct 23, 2018
93924b9
added flash message for deleting items
elle-terch Oct 23, 2018
7488f58
added line session[:order_id] = nil to order#update to clear out and …
BASIC-Belic Oct 23, 2018
dc740c3
Format prices to two decimal places
BarbaraWidjono Oct 23, 2018
715f7fa
Format all prices to two decimal places
BarbaraWidjono Oct 23, 2018
37e5149
Category page styling
BarbaraWidjono Oct 23, 2018
0cab5b8
Shopping cart subtotal
BarbaraWidjono Oct 23, 2018
4980dc8
Layout for shopping cart margin
BarbaraWidjono Oct 23, 2018
94dec49
removed unnecessary model
elle-terch Oct 23, 2018
b09ff53
started work on reviews
kat-perreira Oct 23, 2018
2eb1c57
fixing merge conflicts
elle-terch Oct 23, 2018
b88007b
Merge conflict
BarbaraWidjono Oct 23, 2018
799841d
Merge conflict Item.rb
BarbaraWidjono Oct 23, 2018
bb72446
fixed merge conflict
BASIC-Belic Oct 23, 2018
4013527
Merge branch 'order_checkout_edit_update'
BASIC-Belic Oct 23, 2018
54256df
fixing merge conflicts
elle-terch Oct 23, 2018
d7c5545
removed one of the checkout buttons
elle-terch Oct 23, 2018
47cf33e
cleaned up and added some stuff to filtered params
kat-perreira Oct 23, 2018
29730da
Merge branch 'master' of https://github.com/elle-terch/betsy
kat-perreira Oct 23, 2018
ed36be3
played with some stuff to fix some stuff
kat-perreira Oct 23, 2018
3b568eb
Merge branch 'master' of https://github.com/elle-terch/betsy
kat-perreira Oct 23, 2018
b860cb5
crossed out credit card valid for now
BASIC-Belic Oct 23, 2018
cee44a5
added back in credit card validations, only on update
BASIC-Belic Oct 23, 2018
83efa5e
clearing our session[:order_id] cookies after submit order
BASIC-Belic Oct 23, 2018
4420727
slight change to reviews controller
kat-perreira Oct 23, 2018
54d102c
Merge branch 'master' of https://github.com/elle-terch/betsy
kat-perreira Oct 23, 2018
843a99d
added quantity dropdown to cart
elle-terch Oct 23, 2018
da83153
Merge branch 'master' of https://github.com/elle-terch/betsy
elle-terch Oct 23, 2018
5d0db6e
Merge branch 'master' of https://github.com/elle-terch/betsy
kat-perreira Oct 23, 2018
2557777
added if statement to shop show page so that item price '%.2f' wont t…
BASIC-Belic Oct 23, 2018
9ef2fa6
deleted if statement and added validation to price, has to be there
BASIC-Belic Oct 23, 2018
bf791b5
added validations to quant_avail so that merchant cant enter nil
BASIC-Belic Oct 23, 2018
5596037
review to be continued on barbara's machine
kat-perreira Oct 23, 2018
85c4fef
Merge branch 'master' of https://github.com/elle-terch/betsy
kat-perreira Oct 23, 2018
d4780af
Order Status Controller created
BarbaraWidjono Oct 23, 2018
b6b0f2a
Route for Status
BarbaraWidjono Oct 23, 2018
7cf2371
updated styles for category
elle-terch Oct 23, 2018
f4a56f6
now lindsey will try to debug reviews
kat-perreira Oct 23, 2018
719fd35
working on stuff still but dont want to lose this work when i switch …
BASIC-Belic Oct 23, 2018
23b5888
Migration for order_item
BarbaraWidjono Oct 23, 2018
5337ec6
Merge branch 'master' of https://github.com/elle-terch/betsy
BarbaraWidjono Oct 23, 2018
4c7b2cf
Merge conflict
BarbaraWidjono Oct 23, 2018
a212003
Merge branch 'master' into merchant_viewing_unfulfilled_order
BASIC-Belic Oct 23, 2018
0ca8f14
added more logic for submitting order and displaying merchant unfulfi…
BASIC-Belic Oct 23, 2018
ec07ae2
Merge branch 'master' into view_order
BarbaraWidjono Oct 23, 2018
52a343b
fix typo
BASIC-Belic Oct 23, 2018
f5dc038
Showing Status#show page
BarbaraWidjono Oct 23, 2018
a242d42
changed order_item instant method from submit_order to submit_order_item
BASIC-Belic Oct 23, 2018
f7cf80e
Merge conflict
BarbaraWidjono Oct 23, 2018
53e3002
Merge branch 'master' into view_order
BarbaraWidjono Oct 23, 2018
7b0f5f4
added button and images styling to categories
elle-terch Oct 23, 2018
cd64fcc
save submit_order_item OrderItem model
BASIC-Belic Oct 23, 2018
73efa80
Show order confirmation
BarbaraWidjono Oct 23, 2018
89a5818
Merge branch 'category_layout'
elle-terch Oct 23, 2018
1747470
merging stuff from local branch
BASIC-Belic Oct 23, 2018
3c19a89
added validation errors for order_items greater than 0
BASIC-Belic Oct 23, 2018
4106baf
typo fix
BASIC-Belic Oct 23, 2018
4fbe42c
secondary method
BASIC-Belic Oct 23, 2018
a49248e
changed status to paid instead of ordered
BASIC-Belic Oct 23, 2018
07aa806
Order Details Confirmation page
BarbaraWidjono Oct 23, 2018
8073265
created initial layout for items page
elle-terch Oct 24, 2018
d5b6965
Merge branch 'master' of https://github.com/elle-terch/betsy
BarbaraWidjono Oct 24, 2018
2496bc1
reviews
kat-perreira Oct 24, 2018
3517c53
Merge branch 'master' of https://github.com/elle-terch/betsy
BarbaraWidjono Oct 24, 2018
35d5b27
shorter method for ordertiem in order validation
BASIC-Belic Oct 24, 2018
347002b
Merge branch 'master' of https://github.com/elle-terch/betsy
BASIC-Belic Oct 24, 2018
693314e
Cart link in header
BarbaraWidjono Oct 24, 2018
990d87c
Merchant link styling
BarbaraWidjono Oct 24, 2018
d30f6e5
Form to view previous orders
BarbaraWidjono Oct 24, 2018
8b3db96
Date format to view past orders
BarbaraWidjono Oct 24, 2018
22787b0
Logic if order number does not exist
BarbaraWidjono Oct 24, 2018
e51b3c7
Added Reviews#Index
BarbaraWidjono Oct 24, 2018
90223ab
Review order error
BarbaraWidjono Oct 24, 2018
5f91cc5
user.yml set up
BarbaraWidjono Oct 24, 2018
91ccf3a
committing changes before merge
elle-terch Oct 24, 2018
97d1272
Merge Conflict
BarbaraWidjono Oct 24, 2018
1b6a90c
Merge branch 'master' of https://github.com/elle-terch/betsy
BarbaraWidjono Oct 24, 2018
3eb7188
Merge branch 'master' of https://github.com/elle-terch/betsy
elle-terch Oct 24, 2018
1a42306
Fixed newOrder error via gretchen
BarbaraWidjono Oct 24, 2018
a9c56ed
Remove raise
BarbaraWidjono Oct 24, 2018
cbfab08
users fixtures
BASIC-Belic Oct 24, 2018
79ba8dc
Item fixtures
kat-perreira Oct 24, 2018
bd503c5
changed style names in categories
elle-terch Oct 24, 2018
78ee45d
Merge branch 'master' of https://github.com/elle-terch/betsy
elle-terch Oct 24, 2018
2cca230
added order items to fixtures
elle-terch Oct 24, 2018
c871d76
added user to item.yml
BASIC-Belic Oct 24, 2018
268c2d2
added categories
BASIC-Belic Oct 24, 2018
c4de5a8
changed type to category_type
BASIC-Belic Oct 24, 2018
c01f9a6
Sesssion controller test
BarbaraWidjono Oct 24, 2018
dd14661
user model tests relations
BASIC-Belic Oct 24, 2018
06fc0f6
OAuth testing
BarbaraWidjono Oct 24, 2018
9ddac75
Merge conflict
BarbaraWidjono Oct 24, 2018
f4bd92b
test passign for user model validations
BASIC-Belic Oct 24, 2018
bbf702e
fixed a few layout issues on the categories page
elle-terch Oct 24, 2018
bbe4b72
fixed copy layout in categories
elle-terch Oct 24, 2018
7e504f0
user model test is_a_merchant?(given_ids) passes
BASIC-Belic Oct 24, 2018
ec9a7d7
Merchant Manage Orders page
BarbaraWidjono Oct 24, 2018
9aa81a9
Manage Orders border
BarbaraWidjono Oct 24, 2018
cf06f7c
started on create and update tests for order_items_controller
elle-terch Oct 25, 2018
8069be4
Merge branch 'master' into items_layout
elle-terch Oct 25, 2018
7a6c227
Styling merchant show page
BarbaraWidjono Oct 25, 2018
f5906f1
model testing for items relations all pass
kat-perreira Oct 25, 2018
48b39a0
Styling Merchant order page
BarbaraWidjono Oct 25, 2018
4bf44df
added styling for the items page
elle-terch Oct 25, 2018
6fa9e38
Manage Orders show page logic
BarbaraWidjono Oct 25, 2018
9cfa177
updated layout for items pages
elle-terch Oct 25, 2018
119cf65
validation tests for items
kat-perreira Oct 25, 2018
10e8ae3
Changing item view for homepage
BarbaraWidjono Oct 25, 2018
b5422e0
Logic to not destroy an item that is on pending order
BarbaraWidjono Oct 25, 2018
f3bcf19
usr show tests working
BASIC-Belic Oct 25, 2018
ce1a069
controller tests for items
kat-perreira Oct 25, 2018
adcc887
changing wording of test
BASIC-Belic Oct 25, 2018
1fa77c1
tests for shop workign for non existing user
BASIC-Belic Oct 25, 2018
667b502
addd skip to the commntd tsts
BASIC-Belic Oct 25, 2018
2234797
fixed quantity show on item view page
elle-terch Oct 25, 2018
75cd2f1
Changed Item#destroy to only destroy items not in orders
BarbaraWidjono Oct 25, 2018
f1d11a6
stashing changes pre-branch switching
elle-terch Oct 25, 2018
3eb2678
both model and controller tests all pass in this version
kat-perreira Oct 25, 2018
b318054
Kat items testing controller and model all passed in my version
kat-perreira Oct 25, 2018
771c581
merge with barbara
kat-perreira Oct 25, 2018
ba087f2
troubleshoot order item testing
elle-terch Oct 25, 2018
56fc635
Merge branch 'master' of https://github.com/elle-terch/betsy
elle-terch Oct 25, 2018
dbc7621
Heroku Gem Issue
BarbaraWidjono Oct 25, 2018
d35089e
fixed fixtures and model test merge weirdness
kat-perreira Oct 25, 2018
11b145c
Merge branch 'master' of https://github.com/elle-terch/betsy
kat-perreira Oct 25, 2018
63d327c
controllr tests working for user
BASIC-Belic Oct 25, 2018
a46d829
resolvd conflict with partnr in routes and userscontrollr
BASIC-Belic Oct 25, 2018
a9fba9c
Merge branch 'master' of https://github.com/elle-terch/betsy
BarbaraWidjono Oct 25, 2018
954a475
trying to fix stuff
kat-perreira Oct 25, 2018
17fbf4c
Changed pathway for form partial edit, create
BarbaraWidjono Oct 25, 2018
7781ec8
Merge branch 'master' of https://github.com/elle-terch/betsy
kat-perreira Oct 25, 2018
83d862d
Orderitems -> OrderItems
kat-perreira Oct 25, 2018
7d091fb
troubleshooting create method for order item
elle-terch Oct 25, 2018
3abffac
changed name
kat-perreira Oct 25, 2018
31e5294
merging with master
elle-terch Oct 25, 2018
90ac46c
added to create method
elle-terch Oct 25, 2018
311c6e5
orderitem validations done
BASIC-Belic Oct 25, 2018
c523089
added delete method for orderitems
elle-terch Oct 25, 2018
05847ca
OrderItem model test
BarbaraWidjono Oct 25, 2018
e5ba458
Order Item Test
BarbaraWidjono Oct 26, 2018
1763faa
OrderItem test
BarbaraWidjono Oct 26, 2018
c6f0670
custom method tests work for orderitem
BASIC-Belic Oct 26, 2018
28137d3
Item custom method test
BarbaraWidjono Oct 26, 2018
1daa586
Items Controller Test
BarbaraWidjono Oct 26, 2018
c5afefe
Status controller tests
BarbaraWidjono Oct 26, 2018
d16a490
User Controller Custom method testing
BarbaraWidjono Oct 26, 2018
2c291b8
testing for order items controller
elle-terch Oct 26, 2018
f363259
Tests
BarbaraWidjono Oct 26, 2018
84d9f49
worked on model and controller tests for items, got all relations val…
kat-perreira Oct 26, 2018
c4f8413
Merge conflict
BarbaraWidjono Oct 26, 2018
010e96f
Friday merge madness with Barbara this version isnt clean
kat-perreira Oct 26, 2018
b3cfc07
all tests pass for items, ready to pull down
kat-perreira Oct 26, 2018
75f5713
all tests pass
kat-perreira Oct 26, 2018
f40bbba
updated test and implementation for order item
elle-terch Oct 26, 2018
2309580
merge with self
BASIC-Belic Oct 26, 2018
1123fbc
Merge branch 'order_items_branch'
BASIC-Belic Oct 26, 2018
6f2c03d
removed file test/controllers/404_page_template.jpg that somehow show…
BASIC-Belic Oct 26, 2018
d1b5c27
testing for orderitems controller
elle-terch Oct 26, 2018
e896a61
Merge branch 'orderitem_controller_testing'
elle-terch Oct 26, 2018
91de126
merge conflict resolve with partner
BASIC-Belic Oct 26, 2018
f8f5075
adding order items controller tests
elle-terch Oct 26, 2018
161bd52
all tests pass
kat-perreira Oct 26, 2018
a024027
destroy test, local var to avoid order pending dependency failure
kat-perreira Oct 26, 2018
2b743e4
added destroy test for order items controller
elle-terch Oct 26, 2018
e27dad0
resolving merge conflicts with master
elle-terch Oct 26, 2018
a00becd
updating order items controller
elle-terch Oct 27, 2018
675b48a
changed category back to a drop down
kat-perreira Oct 27, 2018
d02d5ca
clean up and refactor of itemscontroller #creat and #update as well a…
BASIC-Belic Oct 27, 2018
536f094
valid item create test passing
BASIC-Belic Oct 27, 2018
d7a72d8
took out raise from the destroy method in items_controller
kat-perreira Oct 28, 2018
0a7460b
fixed some minor things in create test, added comments fr Dee
kat-perreira Oct 28, 2018
9f6ad21
fixed second tet in users 'merchant pending orders' by adding quantit…
BASIC-Belic Oct 28, 2018
405522a
Merge branch 'master' of https://github.com/elle-terch/betsy
BASIC-Belic Oct 28, 2018
dccf0f4
changed the name of last test to match the method
BASIC-Belic Oct 28, 2018
611b090
fixed last test in order_item_test
BASIC-Belic Oct 28, 2018
7942a82
fixed failing test in UsersController by changing the merchant_pendin…
BASIC-Belic Oct 28, 2018
fad18b3
passing relations test for order model
BASIC-Belic Oct 28, 2018
8477c0f
changed implementation of valid years in order
BASIC-Belic Oct 28, 2018
0630f43
refactor
BASIC-Belic Oct 28, 2018
31d36dd
validations tests for order
BASIC-Belic Oct 28, 2018
05233c2
self.valid_years for order
BASIC-Belic Oct 28, 2018
c130bad
befor eblock to order
BASIC-Belic Oct 28, 2018
48ae873
order#show test
BASIC-Belic Oct 28, 2018
90b217a
added skeleton for update order test
BASIC-Belic Oct 28, 2018
77209a9
create test - bogus condition for items
BASIC-Belic Oct 28, 2018
bb13545
slight changes to usercontroller test
BASIC-Belic Oct 28, 2018
8e7fc64
items controller fix, still commented out broken test
kat-perreira Oct 28, 2018
d61654f
merged, more testing fixes for items
kat-perreira Oct 28, 2018
c55ef78
changes to order#update test, still not passing
BASIC-Belic Oct 28, 2018
f264f1a
Merge branch 'master' of https://github.com/elle-terch/betsy
BASIC-Belic Oct 28, 2018
afb42eb
mor erefactor, update not working
BASIC-Belic Oct 28, 2018
08861ab
slight css change o usershow
BASIC-Belic Oct 28, 2018
1cc094f
whitespace
BASIC-Belic Oct 28, 2018
b0a1755
moved some or order controller login into instance method in model
BASIC-Belic Oct 29, 2018
2d24d33
reverting some things
BASIC-Belic Oct 29, 2018
c98686c
refactored order_test and model/ controller
BASIC-Belic Oct 29, 2018
207e9c5
fixed typo
BASIC-Belic Oct 29, 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.
33 changes: 33 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# 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

coverage/*

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


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

ruby '2.5.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/ragit ils/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'
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 'simplecov', require: false
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

# Setting up for OAuth
gem "omniauth"
gem "omniauth-github"
Loading