Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
448 commits
Select commit Hold shift + click to select a range
483b850
Added Empty Shopping Cart link to orders#destroy in orders#edit.
SuelyBarreto Jun 15, 2020
0148f0b
created a show page for categories
vnikki13 Jun 15, 2020
499521a
renamed Review column name
HabenFoto Jun 15, 2020
c6d48e6
cleaned up comments
HabenFoto Jun 15, 2020
d4ca293
added crate and new action to Review controller
HabenFoto Jun 15, 2020
d597961
added form table for Review
HabenFoto Jun 15, 2020
4d2fb16
added new form for Review
HabenFoto Jun 15, 2020
3c6fee6
changed column description to comment in Review
HabenFoto Jun 15, 2020
a4d5d66
commented out session test
HabenFoto Jun 15, 2020
ede761f
added test to merchant controller for not create merchant
HabenFoto Jun 15, 2020
07f3fda
added tests for Review controller
HabenFoto Jun 15, 2020
7cafc84
nav for categories will link to a category page
vnikki13 Jun 15, 2020
33078df
updated seed date to include multiple categoies for a product
vnikki13 Jun 15, 2020
8b7919a
edit fixture names to match schema
angethuy Jun 15, 2020
2ad10a3
category product view has the same layout as all product view
vnikki13 Jun 15, 2020
3011d3a
Merge branch 'master' of https://github.com/angethuy/betsy
vnikki13 Jun 15, 2020
f1a833e
took out unnecessary print statments in seeds.rb
vnikki13 Jun 15, 2020
e49a96f
enabled ownership check in merchants controller
angethuy Jun 15, 2020
ca4188e
merchants tests now passing
angethuy Jun 15, 2020
040da6b
Merge branch 'master' of https://github.com/angethuy/betsy
angethuy Jun 15, 2020
bd76be6
updated review route to nested route under products
HabenFoto Jun 15, 2020
2ac1aee
updated new action for Review to reflect nested route
HabenFoto Jun 15, 2020
a6fd024
Improved cart resiliency to bad order id in cookie.
SuelyBarreto Jun 16, 2020
5aa4f9e
Merge branch 'master' of https://github.com/angethuy/betsy
SuelyBarreto Jun 16, 2020
90ff8b0
minor spacing changes
angethuy Jun 16, 2020
d5e4f98
view products by merchants
vnikki13 Jun 16, 2020
36d7ef7
moved link to create a new product to merchants dashboard
vnikki13 Jun 16, 2020
42d0e0e
Merge branch 'master' of https://github.com/angethuy/betsy
vnikki13 Jun 16, 2020
f17d39b
Add/update/remove item added to OrderItem model. Multiple checks/vali…
SuelyBarreto Jun 16, 2020
ee7b61c
refactored Order methods to work via Merchant instead
angethuy Jun 16, 2020
4b8be3a
Merge branch 'master' of https://github.com/angethuy/betsy
angethuy Jun 16, 2020
2855ebe
minor clean up of comments on Merchant and Order models
angethuy Jun 16, 2020
7741e6b
refactor orders view to use Merchant methods
angethuy Jun 16, 2020
4f78a35
Changes to Index ans Show Orders controlletr
SuelyBarreto Jun 16, 2020
7657d87
updated new action test for review controller
HabenFoto Jun 16, 2020
f2758d7
added routes for review
HabenFoto Jun 16, 2020
c058f0c
minore edit to new form for review
HabenFoto Jun 16, 2020
b33fc24
merchant review logic, not complete
HabenFoto Jun 16, 2020
bd4ef54
added rateyo for styling review to use stars
HabenFoto Jun 16, 2020
624f623
added button to add new review
HabenFoto Jun 16, 2020
d2871fe
added form paritial for review view
HabenFoto Jun 16, 2020
4d3114e
added new view for review
HabenFoto Jun 16, 2020
0d164f4
minor edit for new action Review
HabenFoto Jun 16, 2020
b6c07a9
deleted form view for Review
HabenFoto Jun 16, 2020
04d1cb5
Merge branch 'haben-review-controller'
HabenFoto Jun 16, 2020
0a137db
fixed merge conflict in reviews controller
angethuy Jun 16, 2020
c425064
updated review routes
HabenFoto Jun 16, 2020
fde0670
updated review path for Add Review
HabenFoto Jun 16, 2020
e66f1ff
refactored reviews routing to be nested under product
angethuy Jun 16, 2020
7672b41
reviews are now being saved and posted correctly
angethuy Jun 16, 2020
8dff931
added scaffolding to support stars helper
angethuy Jun 16, 2020
f35ca9b
modified merchants controller test for dashboard
angethuy Jun 17, 2020
f4f3da7
Added lots of tests to OrderItem model.
SuelyBarreto Jun 17, 2020
25893ba
Merge branch 'suelyorderitem'
SuelyBarreto Jun 17, 2020
e9dae12
Merge branch 'master' of https://github.com/angethuy/betsy
SuelyBarreto Jun 17, 2020
aec5d90
added stye for rating-stars Reviews
HabenFoto Jun 17, 2020
65f62f0
minor edit to app controller
HabenFoto Jun 17, 2020
51282a0
added private method to prohibit merchant from reviewing own product
HabenFoto Jun 17, 2020
807a598
added helper method to make rating to stars
HabenFoto Jun 17, 2020
6876067
added helper method for review by merchant to own product
HabenFoto Jun 17, 2020
54aeb3f
updated rating from 0 -5 to 1-5
HabenFoto Jun 17, 2020
6eb2744
added logic to not display review button to products created by merchant
HabenFoto Jun 17, 2020
a92c814
added drop down option to rating
HabenFoto Jun 17, 2020
7778ac8
updated review controller tests
HabenFoto Jun 17, 2020
b9d3460
updated merchant_id to merchant in product fixture
HabenFoto Jun 17, 2020
b0505a9
updated rating from 0-5 to 1-5
HabenFoto Jun 17, 2020
55e0ff8
Merge branch 'master' of https://github.com/angethuy/betsy
HabenFoto Jun 17, 2020
31a644d
able to view products by selecting multiple options
vnikki13 Jun 17, 2020
031243e
removed routes and controller actions for filtering products
vnikki13 Jun 17, 2020
da1cad4
removed nav dropdown links for filtering products
vnikki13 Jun 17, 2020
bddff41
deleted uncessary files for viewing filtered products
vnikki13 Jun 17, 2020
20dd5f9
Merge branch 'master' of https://github.com/angethuy/betsy
vnikki13 Jun 17, 2020
6cbf6b7
updated product actions to use ownership filters
angethuy Jun 17, 2020
4f4da09
added footer to landing
angethuy Jun 17, 2020
b54148b
removed debug panel from products index
angethuy Jun 17, 2020
db18259
Added tests for OrderItem controller. Improved error messages.
SuelyBarreto Jun 17, 2020
6e07e46
Merge branch 'master' of https://github.com/angethuy/betsy
SuelyBarreto Jun 17, 2020
1b9f9c7
Fixed bug in OrderItem controller
SuelyBarreto Jun 17, 2020
22f3bbb
created an update_quantity controller action
vnikki13 Jun 17, 2020
9641760
added buttons to increase and decrease quantity of a order item
vnikki13 Jun 17, 2020
89fb4b7
Merge branch 'master' of https://github.com/angethuy/betsy
vnikki13 Jun 17, 2020
c565df4
cleaned up the view for cart
vnikki13 Jun 17, 2020
c502e5d
still cleaning
vnikki13 Jun 17, 2020
ffccd0c
filled out products controller tests
angethuy Jun 17, 2020
75ab004
merged changes on products controller
angethuy Jun 17, 2020
ee2c470
removed unneeded post test on merchant controller
angethuy Jun 17, 2020
19c56b8
styled product form
vnikki13 Jun 17, 2020
bd202ec
Merge branch 'master' of https://github.com/angethuy/betsy
vnikki13 Jun 17, 2020
8f8e702
converted headers into content_for helper
angethuy Jun 17, 2020
d5d342e
removed debug styling
angethuy Jun 17, 2020
c1546a2
restyled nav and header
angethuy Jun 17, 2020
5478220
restyled landing page
angethuy Jun 17, 2020
e59e4c3
restyled nav bar on landing page
angethuy Jun 17, 2020
9b50024
Improved coverage for OrderItem controller tests
SuelyBarreto Jun 17, 2020
0cd9f08
Merge branch 'master' of https://github.com/angethuy/betsy
SuelyBarreto Jun 17, 2020
086678f
Category controller now has new and create actions
vnikki13 Jun 17, 2020
3f826ff
Link to new category in dashboard
vnikki13 Jun 17, 2020
2f6593e
new form view for category
vnikki13 Jun 17, 2020
30f47f7
fixed some bugs
vnikki13 Jun 17, 2020
f0a7704
updated redirect test for Review controller
HabenFoto Jun 17, 2020
3f3fa39
updated redirect path to products from root
HabenFoto Jun 17, 2020
e381a6d
Merge branch 'master' of https://github.com/angethuy/betsy
HabenFoto Jun 17, 2020
7819d0c
removed comments
angethuy Jun 17, 2020
730eed9
changed header to be fixed
angethuy Jun 17, 2020
d690174
created categories controller tests
vnikki13 Jun 17, 2020
e20c352
Merge branch 'master' of https://github.com/angethuy/betsy
vnikki13 Jun 17, 2020
e4138fd
wrote tests for Products controller and cleaned up routes for destroy…
vnikki13 Jun 17, 2020
fb2d30b
restyled landing, nav, and dash
angethuy Jun 17, 2020
c4d65ef
added team info page
angethuy Jun 17, 2020
6ca66a2
updated product tests to only view active products
vnikki13 Jun 17, 2020
a1f794d
tests pass and controller is updated
vnikki13 Jun 17, 2020
c5fa543
Merge branch 'master' of https://github.com/angethuy/betsy
vnikki13 Jun 17, 2020
f952309
added merchant method to calculate revenue
angethuy Jun 18, 2020
5eca475
added global variables for stylesheets
angethuy Jun 18, 2020
1dfb940
minor changes to app layout class names
angethuy Jun 18, 2020
eba2d42
minor nav styling changes
angethuy Jun 18, 2020
f72c67b
merchant dashboard styling
angethuy Jun 18, 2020
1393230
dashboard styling
angethuy Jun 18, 2020
3e82d87
Added tests for update in OrderItem controller
SuelyBarreto Jun 18, 2020
d3da37b
Merge branch 'master' of https://github.com/angethuy/betsy
SuelyBarreto Jun 18, 2020
e41eb1d
added button to product detail page
vnikki13 Jun 18, 2020
01c6bcc
added tests for deactivating a product
vnikki13 Jun 18, 2020
293006f
Fixed the plus and minus quantity links in shopping cart view
SuelyBarreto Jun 18, 2020
f55181e
small styling on product detail page
vnikki13 Jun 18, 2020
ccacf2b
Fixed bug for login and logout for merchant
SuelyBarreto Jun 18, 2020
5105f7a
added a helper method to get average rating
HabenFoto Jun 18, 2020
e2db25d
updated products controller tests for reroute update
vnikki13 Jun 18, 2020
883dedc
added styling for ratings
HabenFoto Jun 18, 2020
300ad41
Merge branch 'master' of https://github.com/angethuy/betsy
vnikki13 Jun 18, 2020
af6fbb3
added helper method to get rating_average and rating_count
HabenFoto Jun 18, 2020
9d70c62
more review tests
HabenFoto Jun 18, 2020
dd03999
added more seed data
angethuy Jun 18, 2020
626f2e1
fixed manifest file to compile css and scss
angethuy Jun 18, 2020
056fc13
made some changes
vnikki13 Jun 18, 2020
ccda6b8
fixed merchant uid seed data
angethuy Jun 18, 2020
1dc42a1
Merge branch 'master' of https://github.com/angethuy/betsy
vnikki13 Jun 18, 2020
1ddbf3a
removed id from merchant seed data
angethuy Jun 18, 2020
108c028
add ds_store to gitignore
angethuy Jun 18, 2020
de7ee60
Merge branch 'master' of https://git.heroku.com/agasalho
angethuy Jun 18, 2020
5f3507c
Fixed bugs in Review controller.
SuelyBarreto Jun 18, 2020
8360245
Merge branch 'master' of https://github.com/angethuy/betsy
SuelyBarreto Jun 18, 2020
c2e53ba
added close button to alerts, fixed landing spacing
angethuy Jun 18, 2020
1db236c
styled header
angethuy Jun 18, 2020
7a904c7
minor spacing
angethuy Jun 18, 2020
7d3a3d2
Merge branch 'master' of https://github.com/angethuy/betsy
angethuy Jun 18, 2020
4b5639a
resolved merge conflicts
angethuy Jun 18, 2020
92dba38
repositioned alert on landing
angethuy Jun 18, 2020
9463c1a
fixed overlap of main and nav sections
angethuy Jun 18, 2020
8ff37c7
removed footer from everything except landing
angethuy Jun 18, 2020
67ea2f3
fixed seed errors
angethuy Jun 18, 2020
2eeee61
minor styling edits
angethuy Jun 18, 2020
4668dcf
fixed titles and details display
angethuy Jun 18, 2020
e1a9ed3
merchant login now redirects to their dashboard
angethuy Jun 18, 2020
c3f95c7
added view details for merchants and styling
angethuy Jun 18, 2020
23ba903
minor styling on products browse
angethuy Jun 18, 2020
f42c118
Merge branch 'master' of https://github.com/angethuy/betsy
HabenFoto Jun 18, 2020
b82ea95
minor test edits
HabenFoto Jun 18, 2020
2eff3f5
Merge branch 'master' of https://github.com/angethuy/betsy
HabenFoto Jun 18, 2020
b2f1998
minor fix to reviews controller test
angethuy Jun 18, 2020
d551340
updated rating_average helper method
HabenFoto Jun 18, 2020
b4ca1b7
Merge branch 'master' of https://github.com/angethuy/betsy
HabenFoto Jun 18, 2020
c18245b
added merchant method to get orders by status
angethuy Jun 18, 2020
12093cf
added merchant methods to calculate revenue by status
angethuy Jun 18, 2020
9096031
updated products controller indexaction to use model functions
vnikki13 Jun 18, 2020
a2714be
minor styling to team page
angethuy Jun 18, 2020
77cd17b
Fixed Confirmation html button
SuelyBarreto Jun 18, 2020
ef4a954
Merge branch 'master' of https://github.com/angethuy/betsy
SuelyBarreto Jun 18, 2020
bc23171
structure and style for team page
angethuy Jun 18, 2020
48994ae
tests for new products model functions
vnikki13 Jun 18, 2020
2a2a9b9
Merge branch 'filter_update'
vnikki13 Jun 18, 2020
74754d2
Merge branch 'master' of https://github.com/angethuy/betsy
vnikki13 Jun 18, 2020
e3b43ee
CSS background
SuelyBarreto Jun 18, 2020
277c1f0
Border color
SuelyBarreto Jun 18, 2020
4b7f04f
Changed cart view to hide the "-" link if quantity is 1, since quanti…
SuelyBarreto Jun 18, 2020
7c2253a
Fixed message after emptying the shopping cart.
SuelyBarreto Jun 18, 2020
f6805a4
styled order confirmation page
vnikki13 Jun 18, 2020
d67daf2
redirect to products_path test in reviews controller passing
HabenFoto Jun 18, 2020
b17b1f5
added more styling to reviews view
HabenFoto Jun 18, 2020
df733e1
refactored new action for review controller
HabenFoto Jun 18, 2020
d3b005e
refactored rating_average helper method
HabenFoto Jun 18, 2020
e2019fc
deleted js file for styling stars
HabenFoto Jun 18, 2020
7226b20
refactored reviews show method
HabenFoto Jun 18, 2020
1ca1699
refactored reviews new view
HabenFoto Jun 18, 2020
648ded5
Merge branch 'master' of https://github.com/angethuy/betsy
HabenFoto Jun 18, 2020
f194bcb
Merge branch 'master' of https://github.com/angethuy/betsy
SuelyBarreto Jun 18, 2020
3cddc60
adding Order model method for filtering items by merchants
angethuy Jun 18, 2020
b62714d
more dashboard styling
angethuy Jun 18, 2020
9d322a9
Merge branch 'master' of https://github.com/angethuy/betsy
SuelyBarreto Jun 18, 2020
0543a84
styled product details page
vnikki13 Jun 18, 2020
6e48348
added customer names to Orders seed file
angethuy Jun 19, 2020
1d506c4
added column to show customer name in merchant dashboard
angethuy Jun 19, 2020
9ed24f5
minor info change on order detail page
angethuy Jun 19, 2020
85ac615
merge with heroku master
angethuy Jun 19, 2020
647dfb6
Merge branch 'master' of https://github.com/angethuy/betsy
SuelyBarreto Jun 19, 2020
81340e3
Merge branch 'master' of https://github.com/angethuy/betsy
vnikki13 Jun 19, 2020
9d70a3c
Merge branch 'master' of https://github.com/angethuy/betsy
vnikki13 Jun 19, 2020
e2bc706
removed unneeded js files
angethuy Jun 19, 2020
edb2920
logic for showing a table if there are products to manage
vnikki13 Jun 19, 2020
4376d36
modified buttons on new product page
vnikki13 Jun 19, 2020
02ce294
Adjusted review button bug
vnikki13 Jun 19, 2020
3946e35
fixed table style for managing products
vnikki13 Jun 19, 2020
46532bc
styled shopping cart table
vnikki13 Jun 19, 2020
098cc93
Merge branch 'master' of https://github.com/angethuy/betsy
vnikki13 Jun 19, 2020
a8659e7
updated bio
vnikki13 Jun 19, 2020
b1c7954
Filtered order items and total cost by merchant.
SuelyBarreto Jun 19, 2020
e4f52ea
Merge branch 'master' of https://github.com/angethuy/betsy
SuelyBarreto Jun 19, 2020
f2d136a
Fixed Edit html.rb
SuelyBarreto Jun 19, 2020
338a2cb
updated product contoller photo bug'
vnikki13 Jun 19, 2020
464fe8f
repositioned cancel button
vnikki13 Jun 19, 2020
1d06231
fixed other form bug I created :/
vnikki13 Jun 19, 2020
e7ffc32
fixed other button bugs I made :?
vnikki13 Jun 19, 2020
bdcb6ae
Added tests for new Order model methods: total_cost(merchant), order_…
SuelyBarreto Jun 19, 2020
3578c72
Merge branch 'master' of https://github.com/angethuy/betsy
SuelyBarreto Jun 19, 2020
4b44c03
fixed some error styling for payment validations'
vnikki13 Jun 19, 2020
2eb5454
restyled flash alerts
angethuy Jun 19, 2020
1a06108
refactored flash errors
angethuy Jun 19, 2020
f047deb
fixed failing test in products controller
angethuy Jun 19, 2020
95b7982
changed test in merchants controller
angethuy Jun 19, 2020
9265557
typo fixes
angethuy Jun 19, 2020
a3bc95f
updated tests and all are green
vnikki13 Jun 19, 2020
4a8bb99
fixed indention and comments
HabenFoto Jun 19, 2020
2f96a6e
Merge branch 'master' of https://github.com/angethuy/betsy
HabenFoto Jun 19, 2020
4c0b05f
Merge branch 'master' of https://github.com/angethuy/betsy
vnikki13 Jun 19, 2020
aff88f0
Merge branch 'master' of https://github.com/angethuy/betsy
HabenFoto Jun 19, 2020
c19dd85
added team picture
HabenFoto Jun 19, 2020
37544a5
added habens image
vnikki13 Jun 19, 2020
5af8938
Merge branch 'master' of https://github.com/angethuy/betsy
vnikki13 Jun 19, 2020
bc60984
Merge branch 'master' of https://github.com/angethuy/betsy
vnikki13 Jun 19, 2020
c11ea6b
styled cart
vnikki13 Jun 19, 2020
79c55f0
Merge branch 'master' of https://github.com/angethuy/betsy
angethuy Jun 19, 2020
8d8327a
fixed resizing bug on products browse with filters
angethuy Jun 19, 2020
282f11d
moved empty photo logic into view
angethuy Jun 19, 2020
9f2b362
added default product image to views
angethuy Jun 19, 2020
a6e109f
added view helper for date display
angethuy Jun 19, 2020
7be4d8c
minor structure and styling for orders and dashboard
angethuy Jun 19, 2020
292cf19
cart now shows inventory dot
angethuy Jun 19, 2020
435cfdd
added default image to asset pipeline
angethuy Jun 19, 2020
d46767d
pulled order stats into partial
angethuy Jun 19, 2020
2edfff1
modified cart icon
angethuy Jun 19, 2020
17f0b09
changed team page styling
angethuy Jun 19, 2020
d1e0629
minor test changes on merchant model
angethuy Jun 19, 2020
9004a61
minor styling edits
angethuy Jun 19, 2020
e26e34b
no more red dot
angethuy Jun 19, 2020
34ff639
minor styling changes to currency display and nav
angethuy Jun 19, 2020
33c2cd2
number as currency edits
angethuy Jun 19, 2020
d588d3e
sort products by id
angethuy Jun 19, 2020
8551381
show inventory on product page
angethuy Jun 19, 2020
0cb3b5d
styling changes to dashboard
angethuy Jun 19, 2020
bf0f731
minor edits to bios
angethuy Jun 19, 2020
1fe9ac8
minor orders show page changes
angethuy Jun 19, 2020
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.
1 change: 1 addition & 0 deletions .browserslistrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
defaults
41 changes: 41 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# 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 pidfiles, but keep the directory.
/tmp/pids/*
!/tmp/pids/
!/tmp/pids/.keep

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

/public/assets
.byebug_history
config/secrets/*

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

/public/packs
/public/packs-test
/node_modules
/yarn-error.log
yarn-debug.log*
.yarn-integrity
coverage
.env

.DS_Store
1 change: 1 addition & 0 deletions .ruby-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2.6.5
11 changes: 11 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"spellright.language": [
"en"
],
"spellright.documentTypes": [
"markdown",
"latex",
"plaintext",
"javascript"
]
}
83 changes: 83 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,83 @@
source 'https://rubygems.org'
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

ruby '2.6.5'

# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '~> 6.0.3', '>= 6.0.3.1'
# Use postgresql as the database for Active Record
gem 'pg', '>= 0.18', '< 2.0'
# Use Puma as the app server
gem 'puma', '~> 4.1'
# Use SCSS for stylesheets
gem 'sass-rails', '>= 6'
# Transpile app-like JavaScript. Read more: https://github.com/rails/webpacker
gem 'webpacker', '~> 4.0'
# 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.7'
# Use Redis adapter to run Action Cable in production
# gem 'redis', '~> 4.0'
# Use Active Model has_secure_password
# gem 'bcrypt', '~> 3.1.7'

# Use Active Storage variant
# gem 'image_processing', '~> 1.2'

# Reduces boot times through caching; required in config/boot.rb
gem 'bootsnap', '>= 1.4.2', 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.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 web drivers to run system tests with browsers
gem 'webdrivers'
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'
group :development, :test do
gem 'pry-rails'
end

group :development do
gem 'guard'
gem 'guard-minitest'
gem 'debase', '>= 0.2.4.1'
gem 'ruby-debug-ide', '>= 0.7.0'
end

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

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

gem "omniauth"
gem "omniauth-github"
Loading