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

Branches - Amal, Angele, Dora, Julia #97

Open
wants to merge 311 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
311 commits
Select commit Hold shift + click to select a range
7c8bd6b
fixed my typo
geli-gel Oct 24, 2019
9f02ba4
added tests for fixed_categories and more_categories class methods an…
geli-gel Oct 24, 2019
54d3601
Added flash messages. Product index page in progress
juliabouv Oct 24, 2019
5d02179
Merge branch 'master' into add_flash_messages_to_application
juliabouv Oct 24, 2019
f81048e
merge completed
juliabouv Oct 24, 2019
35264a3
added tests for Category.all_alphabetized and Category.select_options…
geli-gel Oct 24, 2019
6bb27e4
Update application.html.erb
juliabouv Oct 24, 2019
1015962
Merge pull request #6 from juliabouv/add_flash_messages_to_application
juliabouv Oct 24, 2019
541272e
added validations tests
geli-gel Oct 24, 2019
dac2d24
added many to many relationship for categories and products fixtures
geli-gel Oct 25, 2019
177c0a9
added relations test to category
geli-gel Oct 25, 2019
1a20f87
Implemented Order Validations and Tests
juliabouv Oct 25, 2019
bc88edc
merged with master
geli-gel Oct 25, 2019
82b9643
Implemented OrderItem validation and completed tests
juliabouv Oct 25, 2019
07b0f28
passing product#index edge case
dora1405 Oct 25, 2019
42f5c95
Merge pull request #7 from juliabouv/browse_products_by_category
geli-gel Oct 25, 2019
762f068
Merge branch 'master' into all_products
dora1405 Oct 25, 2019
5c3486e
Updated order validation to allow attributes when status is pending
juliabouv Oct 25, 2019
acd8b7c
Pending creating order
juliabouv Oct 25, 2019
6c1e370
added add review function to product show page
ashassan Oct 25, 2019
e88ffdb
resolved merge conflict for route
ashassan Oct 25, 2019
7048c85
Implemented homepage
juliabouv Oct 25, 2019
54b4fb8
Added homepage but retired validation test in product needs to be fix…
juliabouv Oct 25, 2019
041bc9d
Merge pull request #8 from juliabouv/homepage
juliabouv Oct 25, 2019
0e8291e
Added hyperlinks for homepage and link style
juliabouv Oct 25, 2019
0bc28a2
Merge pull request #9 from juliabouv/homepage
geli-gel Oct 25, 2019
d299a0a
merge conflict resolved for homepage pull
dora1405 Oct 25, 2019
28eb14b
minor merge conflict edit
dora1405 Oct 25, 2019
cf56755
Updated retired to correct model with migrations
juliabouv Oct 25, 2019
cb8c0f9
Merge pull request #10 from juliabouv/AddAndRemoveFromcart
juliabouv Oct 25, 2019
d5365aa
OrderItem creation implemented. Order creation needs to be troublesho…
juliabouv Oct 25, 2019
6cbedc0
added product review table, validation tests, relationship tests, mod…
ashassan Oct 25, 2019
9f09b91
resolved merge conflict
ashassan Oct 25, 2019
2796dbd
corrected product validation model test
ashassan Oct 25, 2019
500229c
Fixed test fixture
juliabouv Oct 25, 2019
c2f9f3c
Merge branch 'master' into AddAndRemoveFromcart
juliabouv Oct 25, 2019
d1ce85e
added flash success message and button to view
ashassan Oct 25, 2019
b4ed231
Merge pull request #11 from juliabouv/review-product
dora1405 Oct 25, 2019
1080bb1
Merge branch 'master' into all_products
dora1405 Oct 25, 2019
749e4f9
Merged in reviews
juliabouv Oct 25, 2019
52d3ea2
Merge branch 'master' into AddAndRemoveFromcart
geli-gel Oct 25, 2019
ea57d76
cool
geli-gel Oct 25, 2019
18c1aee
Implemented create order
juliabouv Oct 26, 2019
655fb94
product model testing validations for name, price, stock and wizard
dora1405 Oct 26, 2019
a668d67
Fixed bug in adding first item to cart. Implemented cart view page
juliabouv Oct 26, 2019
81025d5
Can update quantity and remove items from cart
juliabouv Oct 26, 2019
d27b0cb
Added link to cart images
juliabouv Oct 26, 2019
567141d
pull from branch
geli-gel Oct 26, 2019
d299766
adding email validation
geli-gel Oct 26, 2019
9afe1d8
merge update
geli-gel Oct 26, 2019
a5fa236
updated validation test
geli-gel Oct 26, 2019
25b2c1c
Merge pull request #12 from juliabouv/OrderEmailValidation
geli-gel Oct 26, 2019
9a42c99
product validations
dora1405 Oct 26, 2019
4198baf
added money-rails gem
geli-gel Oct 26, 2019
a9bdf79
set default currency to USD with money initializer
geli-gel Oct 26, 2019
56029e4
changed price to price_cents in products table, updated seed files, m…
geli-gel Oct 26, 2019
bba00ac
updated money config defaults to show cents even if number is whole (…
geli-gel Oct 26, 2019
94c1d3d
changed places where price is displayed to use humanized_money_with_s…
geli-gel Oct 26, 2019
0b3ade4
added monetize test and updated products yaml
geli-gel Oct 26, 2019
c3b1f53
Merge pull request #13 from juliabouv/all_products
dora1405 Oct 26, 2019
fb05f81
products relationship tests
dora1405 Oct 26, 2019
0695391
Implemented tests for Order and OrderItem
juliabouv Oct 27, 2019
808be80
Merge branch 'AddAndRemoveFromcart' of https://github.com/juliabouv/b…
juliabouv Oct 27, 2019
4f894c8
added review-comment to reviews and added css
ashassan Oct 27, 2019
87cf5b6
Merge branch 'master' into review-product
ashassan Oct 27, 2019
af98f76
Merge pull request #14 from juliabouv/all_products
dora1405 Oct 27, 2019
e8ceca5
Merge branch 'master' into review-product
ashassan Oct 27, 2019
f803e98
Merge pull request #15 from juliabouv/review-product
ashassan Oct 27, 2019
eaa1497
updated with things from master, re ran migrate
geli-gel Oct 27, 2019
5f7b0fd
added missing end
geli-gel Oct 27, 2019
0631032
money formats commas and decimals depending on currency type (to make…
geli-gel Oct 27, 2019
47edf7b
updated product validations/tests to use price_cents instead of price…
geli-gel Oct 27, 2019
df2ce8f
Added test to cart action
juliabouv Oct 27, 2019
35a5df2
Merge branch 'master' into AddAndRemoveFromcart
juliabouv Oct 27, 2019
a1ab0b6
order_item quantity validations and tests complete
dora1405 Oct 27, 2019
0cac66c
Merge pull request #17 from juliabouv/AddAndRemoveFromcart
juliabouv Oct 27, 2019
1963481
Merge branch 'master' into order_items_tests
dora1405 Oct 27, 2019
0b055ea
Merge pull request #18 from juliabouv/order_items_tests
dora1405 Oct 27, 2019
9b56217
Products are bootstrap cards
juliabouv Oct 27, 2019
63270eb
Implemented flexbox
juliabouv Oct 27, 2019
4f4a4be
Merge branch 'master' into ProductIndexFormatting
juliabouv Oct 27, 2019
333b708
Formatted headings
juliabouv Oct 27, 2019
83ce0e9
Merge pull request #16 from juliabouv/DisplayMoneyBetter
geli-gel Oct 27, 2019
613e4b9
added validations to wizard, added validation/realtionship tests, and…
ashassan Oct 28, 2019
8cc830a
Merge branch 'master' into wizard_validation_relationship_tests
ashassan Oct 28, 2019
473956e
added new and create to wizards products route
geli-gel Oct 28, 2019
053a6fd
Implemented checkout
juliabouv Oct 28, 2019
58790b3
Merged price conversion
juliabouv Oct 28, 2019
7d0ab17
Schema version update
juliabouv Oct 28, 2019
b253837
Fixed price cents error in OrderItem subtotal method
juliabouv Oct 28, 2019
0b50b77
Merge pull request #19 from juliabouv/ProductIndexFormatting
juliabouv Oct 28, 2019
52e6c6a
Merge branch 'master' into Checkout
juliabouv Oct 28, 2019
a5e77d3
Added name on credit card field to order
juliabouv Oct 28, 2019
c61eaaf
Added validations and tests for order fields
juliabouv Oct 28, 2019
ca2cc39
Formatted validations
juliabouv Oct 28, 2019
f2b6446
added new product form view
geli-gel Oct 28, 2019
b23c2d9
Implemented Order controller tests
juliabouv Oct 28, 2019
108c649
Implemented stock test
juliabouv Oct 28, 2019
c4ee077
Merge branch 'master' into Checkout
juliabouv Oct 28, 2019
81d3361
Merge pull request #20 from juliabouv/Checkout
juliabouv Oct 28, 2019
54e6415
updated form to allow cents
geli-gel Oct 28, 2019
90f2350
added new and create actions to products controller
geli-gel Oct 28, 2019
478ab4c
Update Gemfile.lock for Heroku
juliabouv Oct 28, 2019
4f8fb95
Updated money-rails gem in gemfile
juliabouv Oct 28, 2019
ab98deb
updated order_item.subtotal and order.total to use Money so that it d…
geli-gel Oct 28, 2019
150d673
Oauth signin and signout
dora1405 Oct 28, 2019
3dfc10c
Implemented error for adding out of stock item to cart
juliabouv Oct 28, 2019
f125d0b
added default image, resolved merge conflicts, and fixed css on showpage
ashassan Oct 28, 2019
53c1445
Merge pull request #22 from juliabouv/Cart
juliabouv Oct 28, 2019
3731187
updated form to let users select multiple categories, updated product…
geli-gel Oct 28, 2019
26ec225
rearranged form
geli-gel Oct 28, 2019
e9c1718
added nominal create test but still missing test that user is authorized
geli-gel Oct 28, 2019
e12cf24
Merge pull request #21 from juliabouv/FixQuantityMathAndTests
juliabouv Oct 29, 2019
7fd0f80
Implemented Confirmation page view and some formatting
juliabouv Oct 29, 2019
fdf2249
Merge branch 'master' into Confirmation
juliabouv Oct 29, 2019
fc94133
Merge branch 'master' into CreateNewWizardsProducts
geli-gel Oct 29, 2019
09651c7
updated product_params to remove rails' hidden empty selection in cat…
geli-gel Oct 29, 2019
752c4be
added test for bogus data and updated controller to send :bad_request…
geli-gel Oct 29, 2019
5c19fc0
updated tests, still need to add tests for wizard being logged in
geli-gel Oct 29, 2019
99b3af0
Merge pull request #23 from juliabouv/wizard_validation_relationship_…
ashassan Oct 29, 2019
f10c95e
tried to space out the category checkboxes
geli-gel Oct 29, 2019
910b424
added wizard show method and added products/css to wizard dashboard view
ashassan Oct 29, 2019
762a816
resolved merge conflicts in wizard model
ashassan Oct 29, 2019
14014e7
Merge branch 'master' into CreateNewWizardsProducts
geli-gel Oct 29, 2019
de8f06f
Login view update
dora1405 Oct 29, 2019
f0cfd43
All confirmation page elements added
juliabouv Oct 29, 2019
e0f05f4
Merge branch 'master' into Confirmation
juliabouv Oct 29, 2019
f6a0ba0
merge conflict resolved
dora1405 Oct 29, 2019
b8b578b
updated new and create actions to use before_action to determine if w…
geli-gel Oct 29, 2019
15b3ec2
added tests, still need test_helper to actually run and see if they d…
geli-gel Oct 29, 2019
a377894
added another test and helpfuler spacing
geli-gel Oct 29, 2019
0677d5b
Merge pull request #24 from juliabouv/Confirmation
juliabouv Oct 29, 2019
96084da
Merge branch 'master' into CreateNewWizardsProducts
geli-gel Oct 29, 2019
95e96e3
added order to wizard model and view
ashassan Oct 29, 2019
bcda81a
Merged master
juliabouv Oct 29, 2019
f85ad46
Merge remote-tracking branch 'origin/wizard_dashboard' into CreateNew…
geli-gel Oct 29, 2019
1b9556a
WIP oauth signin and signout tests
dora1405 Oct 29, 2019
c4505e1
Merge branch 'master' into signin_signout
dora1405 Oct 29, 2019
42a791d
updated default images to work with empty string as url (from form)
geli-gel Oct 29, 2019
2ea19c3
add product button in wizard dashboard/show page
geli-gel Oct 29, 2019
01382f5
added edit and update routes for wizard_products
geli-gel Oct 29, 2019
a2f483b
updated controller to use :determine_wizard on edit and update actions
geli-gel Oct 29, 2019
57a7c69
Oauth signin and signout tests
dora1405 Oct 29, 2019
53ab13d
added edit product button to show up if wizard is on their own produc…
geli-gel Oct 29, 2019
d4fd1d2
Un-supernested edit and update for products
geli-gel Oct 29, 2019
06c502d
Added wizard dashboard information and linked orders to confirmation …
juliabouv Oct 29, 2019
1998345
updated button route to not be super nested
geli-gel Oct 29, 2019
163be68
updates to tests
geli-gel Oct 29, 2019
4c00527
updated signin_signout files before merging branch to origin master
dora1405 Oct 29, 2019
bec482e
Merge pull request #25 from juliabouv/signin_signout
dora1405 Oct 29, 2019
dcc98e5
more updates to guest users tests
geli-gel Oct 29, 2019
b9e0843
had to db:drop db:create db:migrate
geli-gel Oct 29, 2019
b1dff52
Merged w/ master
geli-gel Oct 29, 2019
a3900c3
merged w/master
geli-gel Oct 29, 2019
5a2fb78
hmm
geli-gel Oct 29, 2019
80582f5
broke it then fixed it
geli-gel Oct 29, 2019
81c9fc1
Updated confirmation page and added wizard_items_total method
juliabouv Oct 30, 2019
0ad555e
update tests - all but one (logged in users new action redirect) pass…
geli-gel Oct 30, 2019
611cfd1
added seeds
dora1405 Oct 30, 2019
b9cac64
added pry-byebug
geli-gel Oct 30, 2019
0d601ec
updated test after debugging w/ jared!!
geli-gel Oct 30, 2019
b6e604f
Merge pull request #26 from juliabouv/seeds
dora1405 Oct 30, 2019
9f5a511
Can mark item as shipped and order is compelete if all items shipped
juliabouv Oct 30, 2019
f37cb17
Merge branch 'master' of https://github.com/juliabouv/betsy
geli-gel Oct 30, 2019
d4f17a2
Merge branch 'master' into CreateNewWizardsProducts
geli-gel Oct 30, 2019
89b5594
Merge branch 'master' into EditWizardProducts
geli-gel Oct 30, 2019
072b3d7
rearranged and updated tests, all passing
geli-gel Oct 30, 2019
f13712e
Schema updated
juliabouv Oct 30, 2019
eb712c3
Merge master
juliabouv Oct 30, 2019
53e20a5
trying to revert the merge with remote branch i did earlier to be abl…
geli-gel Oct 30, 2019
80e398f
removed extra whitespace
geli-gel Oct 30, 2019
006663d
added back stuff from master that was accidentally removed from wizar…
geli-gel Oct 30, 2019
3310ad7
added back build_from_github from master which was accidentally remov…
geli-gel Oct 30, 2019
70e54e1
yay
geli-gel Oct 30, 2019
d01e265
fixed problems that I think were from merging incorrectly? tests pass…
geli-gel Oct 30, 2019
fd08b3c
Added custom method tests for Wizard
juliabouv Oct 30, 2019
4e444d1
Added custom method order_item and order tests
juliabouv Oct 30, 2019
2cf1b3b
Implemented show tests
juliabouv Oct 30, 2019
179abbf
Added shipped tests
juliabouv Oct 30, 2019
3ae3fb3
added new before_action to get product from params
geli-gel Oct 30, 2019
16dd884
Added confirmation test
juliabouv Oct 30, 2019
14e2506
added edit form, updated css and working Product edit and update actions
geli-gel Oct 30, 2019
19117da
Implemented new and create category tests:
juliabouv Oct 30, 2019
fbb0cd2
Merge pull request #27 from juliabouv/wizard_dashboard
juliabouv Oct 30, 2019
d95af69
removed require pry
juliabouv Oct 30, 2019
6e1924e
Merge branch 'master' into create_category
juliabouv Oct 30, 2019
6764643
made it so that a wizard can't review their own product
ashassan Oct 30, 2019
6db2444
product controller tests. working on update action tests
geli-gel Oct 30, 2019
5d881f1
product edit and update tests complete
geli-gel Oct 31, 2019
3b8875d
Merge branch 'master' of https://github.com/juliabouv/betsy
geli-gel Oct 31, 2019
6dce053
merged master
geli-gel Oct 31, 2019
5c7d318
resolved merge conflict
geli-gel Oct 31, 2019
79eb29f
added Add Product button to wizard dash, centered wizard nav class
geli-gel Oct 31, 2019
5dd368b
Implemented retire method
juliabouv Oct 31, 2019
cd1864f
added css to make form centered
ashassan Oct 31, 2019
ecdd41c
filtered out app/channels,jobs,mailers from simplecov
geli-gel Oct 31, 2019
ac8ca9b
implemented filtering retired products in view
juliabouv Oct 31, 2019
e8196e9
Merge pull request #32 from juliabouv/SimpleCovFilters
geli-gel Oct 31, 2019
bb76222
Merge pull request #29 from juliabouv/CreateNewWizardsProducts
geli-gel Oct 31, 2019
55c23bc
merged in changes from master
geli-gel Oct 31, 2019
2336764
removed require pry from everywhere
geli-gel Oct 31, 2019
7824d74
Merge pull request #30 from juliabouv/EditWizardProducts
geli-gel Oct 31, 2019
e1640bb
merged master
juliabouv Oct 31, 2019
a7c2c3e
merged master
juliabouv Oct 31, 2019
af1d31d
Added space
juliabouv Oct 31, 2019
53dc057
Merge branch 'master' into create_category
juliabouv Oct 31, 2019
a625331
Merge branch 'create_category' of https://github.com/juliabouv/betsy …
juliabouv Oct 31, 2019
093692a
Merge pull request #28 from juliabouv/create_category
juliabouv Oct 31, 2019
0e72d50
merge master
juliabouv Oct 31, 2019
e4e7507
only signed in wizard can view their own dashboard and added tests fo…
ashassan Oct 31, 2019
b42f44f
Implemented retire restrictions
juliabouv Oct 31, 2019
16eb512
fixed css and resolved conflicts
ashassan Oct 31, 2019
4f01979
Merge pull request #31 from juliabouv/review-product
ashassan Oct 31, 2019
e4009a2
merge conflict resolved
ashassan Oct 31, 2019
f1feb74
added background and logo
juliabouv Oct 31, 2019
5fc7a56
Merge pull request #33 from juliabouv/wizard_dashboard
ashassan Oct 31, 2019
7d231d3
added beautiful fonts
juliabouv Nov 1, 2019
22479bc
Merge branch 'master' into overall_style
juliabouv Nov 1, 2019
72126ca
updated cart heading
juliabouv Nov 1, 2019
697a4c4
added a beautiful border
juliabouv Nov 1, 2019
8b5942b
Merge branch 'master' into Retire
juliabouv Nov 1, 2019
09e72da
added validation and gate at database
geli-gel Nov 1, 2019
e8e91ee
Merge branch 'master' into MoreCategories_ProductsValidations
geli-gel Nov 1, 2019
8f92958
update product stock validation to be greater than zero
dora1405 Nov 1, 2019
1bc3bdc
fixed css for forms and carousel
ashassan Nov 1, 2019
ac08fe0
Merge branch 'overall_style' into Retire
juliabouv Nov 1, 2019
d2b18d1
Added fixed image to bg
juliabouv Nov 1, 2019
6db377a
Added product model tests for custom methods, five_products bug
juliabouv Nov 1, 2019
eb0ecae
Implemented make_retired test for guest user
juliabouv Nov 1, 2019
dce3f21
Implemented tests for logged in users
juliabouv Nov 1, 2019
a022815
Fixed five_products bug
juliabouv Nov 1, 2019
7d397ca
Merge pull request #35 from juliabouv/product-stock
dora1405 Nov 1, 2019
6fa3033
Added link to wand logo
juliabouv Nov 1, 2019
870bd6e
Merge pull request #36 from juliabouv/create_category
ashassan Nov 1, 2019
c7c2851
merged master
juliabouv Nov 1, 2019
a21da10
merged master
juliabouv Nov 1, 2019
8f9d163
Merge pull request #34 from juliabouv/overall_style
juliabouv Nov 1, 2019
ec33daf
Merge pull request #37 from juliabouv/Retire
juliabouv Nov 1, 2019
97874fa
Merge pull request #38 from juliabouv/MoreCategories_ProductsValidations
geli-gel Nov 1, 2019
355f78f
Text gradient
juliabouv Nov 1, 2019
c907025
Added glow to header text
juliabouv Nov 1, 2019
c2d4779
merged master
juliabouv Nov 1, 2019
b9a4980
Improved visibility with glow
juliabouv Nov 1, 2019
1823475
added form color and opacity
juliabouv Nov 1, 2019
42baf6d
Merge pull request #39 from juliabouv/background
juliabouv Nov 1, 2019
c870f9f
removed images from project files
juliabouv Nov 1, 2019
31b9086
Changed carousel font
juliabouv Nov 1, 2019
844fe03
added glow
juliabouv Nov 1, 2019
9276784
Updated css
juliabouv Nov 1, 2019
5effb9a
Updated stock minimum to 0
juliabouv Nov 1, 2019
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
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'

.env
.DS_Store

# simplecov coverage folder
/coverage

# 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
1 change: 1 addition & 0 deletions .ruby-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2.5.5
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.5'

# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '~> 5.2.3'
# 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 'money-rails', '~>1.12'
gem 'pry-byebug'

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'
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 'debase', '>= 0.2.4.1'
gem 'ruby-debug-ide', '>= 0.7.0'
gem "dotenv-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

gem "omniauth"
gem "omniauth-github"
Loading