Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
374 commits
Select commit Hold shift + click to select a range
1973bf8
added category and edit delete link to merch dashboard
vwhwang Jun 12, 2020
e67a944
added image url to edit and new
vwhwang Jun 12, 2020
e82cead
added img max css for image
vwhwang Jun 12, 2020
8a89264
fix homepage photo with class img_max
vwhwang Jun 12, 2020
1e8d10c
Merge pull request #16 from vwhwang/category_add_img_url_vicki
veralizeth Jun 13, 2020
00ad3bc
initialize reviews controller
seaweeddol Jun 13, 2020
c9ba8a9
add validation & associated tests to reviews
seaweeddol Jun 13, 2020
6e5a43a
add nested route for product reviews
seaweeddol Jun 13, 2020
3f02f80
add review#new, #create actions, and review#new view
seaweeddol Jun 13, 2020
1f8bf9e
remove unnecessary line and update references to @product
seaweeddol Jun 13, 2020
6c8219b
change warning to error
seaweeddol Jun 13, 2020
f0ee3de
add tests for reviews#create
seaweeddol Jun 13, 2020
d38cb56
add font awesome
seaweeddol Jun 13, 2020
292efce
Revert "add font awesome"
seaweeddol Jun 13, 2020
2408f30
add reviews layout and styling
seaweeddol Jun 13, 2020
f1ce808
update review icon and styling
seaweeddol Jun 13, 2020
11ce056
add average_rating method and tests
seaweeddol Jun 13, 2020
ebc4bc8
work on individual product page styling
seaweeddol Jun 13, 2020
5e9c023
Merge pull request #17 from vwhwang/reviews
veralizeth Jun 13, 2020
2b62d5f
Fix not found reditect
veralizeth Jun 13, 2020
293876e
validates when there is inventoy, destroy orderItem and Update quantity
veralizeth Jun 13, 2020
d1ba9f3
decrease inventory and Inventoru=y back when removed order item
veralizeth Jun 13, 2020
c99e1d4
starter form zero inventory
veralizeth Jun 13, 2020
372e16c
form to update quantity authomaticly and total per item
veralizeth Jun 13, 2020
ea25637
Page when there is not orders created
veralizeth Jun 13, 2020
883536b
add temporary button for cart
veralizeth Jun 13, 2020
e0f38a4
order items routes
veralizeth Jun 13, 2020
15dcb64
Gitignore coverage
veralizeth Jun 13, 2020
a0a7a31
modify test helper for merchants testing
veralizeth Jun 13, 2020
2a698fa
completed testing for merchants controller
veralizeth Jun 13, 2020
9b5906d
added sizing to grid
stephaniejmars Jun 14, 2020
b5e0064
corrected row structure
stephaniejmars Jun 14, 2020
4c18a11
conflicts resolved
stephaniejmars Jun 14, 2020
10d7fde
updated logged in button to route to current merchant - dashboard
stephaniejmars Jun 14, 2020
017a997
dashboard orders outlined, css updated
stephaniejmars Jun 14, 2020
7d4238b
merchant nav buttons added, jump-to
stephaniejmars Jun 14, 2020
cde13d2
added jump to top buttons to all products and merchants
stephaniejmars Jun 14, 2020
2e767a8
footer updates
stephaniejmars Jun 14, 2020
9270126
merchant show page updated
stephaniejmars Jun 14, 2020
f9ecef8
updated img to show placeholder for blank string
stephaniejmars Jun 14, 2020
dd736ea
Merge pull request #18 from vwhwang/navbar3
seaweeddol Jun 14, 2020
a0143f2
Merge pull request #19 from vwhwang/merchant_dashboard
seaweeddol Jun 14, 2020
7ae75f3
update styling to match product page
seaweeddol Jun 14, 2020
9932721
minor layout tweaks
seaweeddol Jun 14, 2020
ab2d2dd
add reviews_length method
seaweeddol Jun 14, 2020
4b84c5b
Merge pull request #20 from vwhwang/review-page-styling
stephaniejmars Jun 14, 2020
04a281f
merging master
stephaniejmars Jun 14, 2020
d79cd79
refactoring the order_items controller
veralizeth Jun 15, 2020
756967d
minor edit it description block
veralizeth Jun 15, 2020
bf932b6
add test for item controller
veralizeth Jun 15, 2020
b437449
new carousel added using products - hardcoded selection
stephaniejmars Jun 15, 2020
597634f
Refactoring and adding validation for adding item with no stock
veralizeth Jun 15, 2020
62e5fe6
refactoring and fix bug session id
veralizeth Jun 15, 2020
c29cb1f
cleaning extra code
veralizeth Jun 15, 2020
34bc7b2
cleaning extra code
veralizeth Jun 15, 2020
f0b1001
adding route orders to edit order item
veralizeth Jun 15, 2020
84ea9b6
test for update and destroy
veralizeth Jun 15, 2020
4d86d30
add tests for order Item model
veralizeth Jun 15, 2020
9c2dc17
Merge branch 'master' into order_items_feature
veralizeth Jun 15, 2020
0bafd82
change method manage session
veralizeth Jun 15, 2020
74d1c70
added some css
vwhwang Jun 15, 2020
622b1e7
delete coverage folder
vwhwang Jun 15, 2020
9b7fac9
added coverage to .gitignore
vwhwang Jun 15, 2020
a1e5c9c
Merge pull request #21 from vwhwang/order_items_feature
vwhwang Jun 15, 2020
6a9cc76
carousel changes
stephaniejmars Jun 15, 2020
24b9ad5
merging changes
stephaniejmars Jun 15, 2020
67c5913
remove duplicate routing
seaweeddol Jun 15, 2020
bc2cfc2
add active column to product
seaweeddol Jun 15, 2020
d79650f
add product#retire route and action
seaweeddol Jun 15, 2020
d18371d
added edit/update for order and edit view
vwhwang Jun 15, 2020
65d4016
add active and artist to product fixture
seaweeddol Jun 15, 2020
73dce90
add tests for retire action and rearrange some tests
seaweeddol Jun 15, 2020
20f6b33
add current user check and add active to product_params
seaweeddol Jun 15, 2020
4881094
add retire button and status
seaweeddol Jun 15, 2020
90efe80
added order index page to show all orders
vwhwang Jun 15, 2020
52f3730
added completion function for order
vwhwang Jun 15, 2020
52dee67
Merge pull request #22 from vwhwang/order_complete_vicki
seaweeddol Jun 15, 2020
b9b00e1
change to grid layout and update styling
seaweeddol Jun 16, 2020
644360a
adding more testing
veralizeth Jun 16, 2020
1bc0f61
Merge branch 'master' into order_items_feature
veralizeth Jun 16, 2020
b76f80a
update jump to top button placement and refine styling
seaweeddol Jun 16, 2020
4786d86
add active to db seeds
seaweeddol Jun 16, 2020
ec81508
update validations
seaweeddol Jun 16, 2020
a161961
set active to true on product create
seaweeddol Jun 16, 2020
d336cb1
update sticky styling and add filter to only show active products
seaweeddol Jun 16, 2020
ccdf623
clean up html
seaweeddol Jun 16, 2020
1907431
add helper method for inventory text
seaweeddol Jun 16, 2020
3987c87
remove unnecessary self
seaweeddol Jun 16, 2020
0c7dbe7
refactor if statements
seaweeddol Jun 16, 2020
c5b1bfb
get rid of inventory_check method
seaweeddol Jun 16, 2020
f5c3c35
refactor author check to ternary
seaweeddol Jun 16, 2020
8d1f0f9
fix typo
seaweeddol Jun 16, 2020
dc34062
hide inventory and add to cart button if product has 0 inventory or i…
seaweeddol Jun 16, 2020
e4cc544
update logged in user layout
seaweeddol Jun 16, 2020
3eb75ae
Merge pull request #23 from vwhwang/order_items_feature
seaweeddol Jun 16, 2020
2678150
Merge pull request #24 from vwhwang/retire-product
veralizeth Jun 16, 2020
619ce5e
added confirm status
vwhwang Jun 16, 2020
b383243
category show created, seeds updated to have a rand category
stephaniejmars Jun 16, 2020
a970338
added confirm page
vwhwang Jun 16, 2020
0d904f4
browse by category links functional
stephaniejmars Jun 16, 2020
62b0d62
Merge pull request #25 from vwhwang/order_confirm_status_page_vicki
stephaniejmars Jun 16, 2020
299416e
Merge branch 'master' into category_browse
vwhwang Jun 16, 2020
1f1d50b
Merge pull request #26 from vwhwang/category_browse
vwhwang Jun 16, 2020
d346645
Flash error and success style
veralizeth Jun 16, 2020
a3f228a
Authorization require login
veralizeth Jun 16, 2020
7447ad3
skip action requiere login actions per controller
veralizeth Jun 16, 2020
c45e840
modify class for fash alert container and styling
veralizeth Jun 16, 2020
e61cef2
remove extra code buttons and add button to back to the art list
veralizeth Jun 16, 2020
898088f
if the user is not logged in
veralizeth Jun 16, 2020
040461c
fix merchant test
veralizeth Jun 16, 2020
7fa268b
add testig for authorization, when the user is logged or not
veralizeth Jun 16, 2020
0db46e3
fix test redirect
veralizeth Jun 16, 2020
2e21434
Merge branch 'master' into authorization-filters
veralizeth Jun 16, 2020
e558f5e
carousel styling updates - no longer using imported css
stephaniejmars Jun 16, 2020
c39ec38
styling for cart and shopping cart
veralizeth Jun 16, 2020
0d85f52
modify classes to add the shopping cart style
veralizeth Jun 16, 2020
a44f02d
shopping cart styling
veralizeth Jun 16, 2020
b46f0e6
Merge pull request #27 from vwhwang/authorization-filters
vwhwang Jun 16, 2020
05e3e6c
Merge pull request #28 from vwhwang/shoping-cart
vwhwang Jun 16, 2020
95c73d6
remove duplicate code in seeds
seaweeddol Jun 16, 2020
69ce235
category filter
veralizeth Jun 16, 2020
bd4737f
Merge branch 'master' into authorization-filters
veralizeth Jun 16, 2020
5b4ae0a
Merge pull request #29 from vwhwang/authorization-filters
vwhwang Jun 16, 2020
bdbbb7d
add relationship test and order_cost test to get simplecov to 100 for…
seaweeddol Jun 16, 2020
272224e
Merge pull request #30 from vwhwang/order-model-tests
vwhwang Jun 16, 2020
716bb0a
remove repetitive user logged in checks
seaweeddol Jun 16, 2020
b57144c
order relationship tests added
stephaniejmars Jun 16, 2020
b96ccaf
added homepages controller test
stephaniejmars Jun 16, 2020
59f40b3
added update test for order control
vwhwang Jun 16, 2020
09f0817
added tests for controllers
vwhwang Jun 16, 2020
63dba1c
Merge pull request #31 from vwhwang/order_controller_testing_vicki
seaweeddol Jun 16, 2020
2ea6b51
categories model and controller tests added.
stephaniejmars Jun 16, 2020
2b27980
add find_product and verify_merchant helper methods
seaweeddol Jun 16, 2020
735835a
add controller action tests, and test for verified merchant
seaweeddol Jun 16, 2020
003a264
remove comments
seaweeddol Jun 16, 2020
8ace1b5
merging changes
stephaniejmars Jun 16, 2020
8921cca
Merge pull request #32 from vwhwang/product-controller-testing
vwhwang Jun 16, 2020
df66485
Merge pull request #33 from vwhwang/category_testing2
vwhwang Jun 16, 2020
d83112a
added status page for no log in require
vwhwang Jun 17, 2020
874b5e1
changed to ok status for status testing
vwhwang Jun 17, 2020
777f35f
featured products method added to product model, updates to carousel …
stephaniejmars Jun 17, 2020
2086c49
psuedo for merchant dashboard orders
stephaniejmars Jun 17, 2020
89e6f74
functionality for carousel ready
stephaniejmars Jun 17, 2020
57cb373
Merge branch 'master' into carousel
veralizeth Jun 17, 2020
0598228
Merge pull request #34 from vwhwang/carousel
veralizeth Jun 17, 2020
abf2589
login and dashboard style buttons
veralizeth Jun 17, 2020
dfb48e0
Dashboard method to show all items
veralizeth Jun 17, 2020
7125188
Manage orders, cancel and complete orders methods.
veralizeth Jun 17, 2020
3b2aaaa
Total revenue, #orders and revenue by status
veralizeth Jun 17, 2020
dab658b
order item by merchant
veralizeth Jun 17, 2020
9dd1447
cancel_order_ and update the inventory
veralizeth Jun 17, 2020
64fa4d1
login button class to style
veralizeth Jun 17, 2020
ef59a54
Partial to display orders by status
veralizeth Jun 17, 2020
2351c2a
Sales report page to show the revenue and manage orders.
veralizeth Jun 17, 2020
8bf62d3
Page to show all orderes and sales
veralizeth Jun 17, 2020
368364a
Show indidual orders
veralizeth Jun 17, 2020
881613f
Formating the date
veralizeth Jun 17, 2020
9236158
Routes to dashboard, show order, cancel and cmplete order status.
veralizeth Jun 17, 2020
0f8f6bd
Merge branch 'master' into fulfillment-page
veralizeth Jun 17, 2020
2d6eb84
Merge pull request #35 from vwhwang/fulfillment-page
vwhwang Jun 17, 2020
c79207f
changed image to optional for validation on product, since it was cas…
vwhwang Jun 17, 2020
f9b5543
add validate_merchant method
seaweeddol Jun 17, 2020
2b99324
add tests for 100 percent coverage in reviews_controller
seaweeddol Jun 17, 2020
5a0d36c
Merge pull request #36 from vwhwang/reviews-controller-test
vwhwang Jun 17, 2020
122576b
took out email validation for authen
vwhwang Jun 17, 2020
92559da
add code to remove field_with_errors divs on form validation
seaweeddol Jun 17, 2020
2650090
added new category page in merch current and product add edit
vwhwang Jun 17, 2020
ad33c2d
add artist to params
seaweeddol Jun 17, 2020
6d44bad
add price and inventory validation
seaweeddol Jun 17, 2020
b8a2ad5
update form styling
seaweeddol Jun 17, 2020
c6ee546
add styling that was removed
seaweeddol Jun 17, 2020
f1931e5
remove require_login before action
seaweeddol Jun 17, 2020
527ade7
update category paths
seaweeddol Jun 17, 2020
9a7030f
Merge pull request #37 from vwhwang/new_category_vicki
seaweeddol Jun 17, 2020
401a6cb
move products view to partial
seaweeddol Jun 17, 2020
7f8a636
update view by category to match products#index styling
seaweeddol Jun 17, 2020
e339972
update product views
seaweeddol Jun 17, 2020
3ee4c78
add code to display dollar amounts with 2 decimals
seaweeddol Jun 17, 2020
128f2b4
Merge branch 'master' into product-form-view
vwhwang Jun 17, 2020
f294b3a
Merge pull request #38 from vwhwang/product-form-view
vwhwang Jun 17, 2020
6edbfbf
Merge pull request #39 from vwhwang/fix-dollar-decimals
vwhwang Jun 17, 2020
c4be035
took out show all orders on order index page for cart
vwhwang Jun 17, 2020
66cd95f
add additional seed data
seaweeddol Jun 17, 2020
e4b1cec
remove extra text on url
seaweeddol Jun 17, 2020
a4f9906
update product views to only show products with greater than 0 inventory
seaweeddol Jun 17, 2020
0662f8e
Merge pull request #40 from vwhwang/fix-0-quantity-products
veralizeth Jun 17, 2020
53723bd
remove dashboard controller action
veralizeth Jun 17, 2020
af748fb
remove extra commented code
veralizeth Jun 17, 2020
7e57893
Modify the current path for dashboard
veralizeth Jun 17, 2020
1bbf4bf
remove the validation for email
veralizeth Jun 17, 2020
093ebcb
added new art for default
vwhwang Jun 17, 2020
d3e9b1a
remove extra non used methods
veralizeth Jun 17, 2020
7b8a9c3
add the sales and orders by status in current page
veralizeth Jun 17, 2020
7e39115
remove the sales report page
veralizeth Jun 17, 2020
32d2604
remove the sales report route
veralizeth Jun 17, 2020
dfad29d
Adding fixtures for revenue and orders by status tests
veralizeth Jun 17, 2020
e680335
removing testing for requires email validations
veralizeth Jun 17, 2020
acbbed9
add cancel order tests
veralizeth Jun 17, 2020
cc63b39
Merge branch 'master' into fulfillment-page
veralizeth Jun 17, 2020
acacb43
added about page to home controller
vwhwang Jun 18, 2020
92ea50d
fix typo
seaweeddol Jun 18, 2020
e7f10d7
minor styling updates
seaweeddol Jun 18, 2020
0e08837
Merge pull request #42 from vwhwang/add_about_page
seaweeddol Jun 18, 2020
f02b4a5
add inventory check to cart to prevent user from checking out if prod…
seaweeddol Jun 18, 2020
180ba33
Merge pull request #43 from vwhwang/multiple-orders-in-carts
vwhwang Jun 18, 2020
e1178c5
Merge branch 'master' into fulfillment-page
vwhwang Jun 18, 2020
51a2935
Merge pull request #41 from vwhwang/fulfillment-page
vwhwang Jun 18, 2020
897cb8f
added category controller test
vwhwang Jun 18, 2020
dfffa6e
Merge pull request #44 from vwhwang/category_tests_vic
veralizeth Jun 18, 2020
28b8165
Testing order items, mocking the session
veralizeth Jun 18, 2020
0ef0039
Merge branch 'master' into order_items_testing
veralizeth Jun 18, 2020
b06b4b3
Merge pull request #45 from vwhwang/order_items_testing
vwhwang Jun 18, 2020
bc9a5a9
took out dashboard on merch current and find_order function
vwhwang Jun 18, 2020
489482a
added default pending to order item control
vwhwang Jun 18, 2020
50bc216
changed button shape
vwhwang Jun 18, 2020
4543f29
work on getting order_controller tests to 84%
seaweeddol Jun 18, 2020
ef6b5af
Merge pull request #46 from vwhwang/order-controller-tests
veralizeth Jun 18, 2020
d2c434e
fix product view sizing issue in firefox browser
seaweeddol Jun 18, 2020
82bf794
Fix the session provider to get it from the test forlder
veralizeth Jun 18, 2020
68bf535
Merge branch 'master' into order_items_testing
veralizeth Jun 18, 2020
b43e0e0
Merge pull request #47 from vwhwang/fix-image-size-firefox
vwhwang Jun 18, 2020
96fd874
changed button style and added some 2 decimal on merch current sales
vwhwang Jun 18, 2020
3d24792
added logic for featured not to show image with blank link
vwhwang Jun 18, 2020
e94068c
add filter functionality to merchant dashboard
seaweeddol Jun 18, 2020
bf37099
update total_by_status to only return cost of merchants products
seaweeddol Jun 18, 2020
a394358
add filter by status dropdown and remove tables for each status
seaweeddol Jun 18, 2020
83a9af6
table header name tweaks and fixed order path
seaweeddol Jun 18, 2020
bfdd9a8
Merge pull request #48 from vwhwang/all_button_styles_add_new_categor…
vwhwang Jun 18, 2020
fe26552
add hover style to table
seaweeddol Jun 18, 2020
5ad2495
Merge branch 'master' into merchant-dashboard-status-filter
seaweeddol Jun 18, 2020
d23d1cd
Merge pull request #49 from vwhwang/merchant-dashboard-status-filter
vwhwang Jun 18, 2020
c5a0452
sidebar partial created and added to alll neccessary pages - full pag…
stephaniejmars Jun 18, 2020
e34d615
partial for flash created and put to each page
stephaniejmars Jun 18, 2020
dc9db1c
add profile_img column to merchant
seaweeddol Jun 18, 2020
ab6e3e2
add profile_img when user is authenticated from github
seaweeddol Jun 18, 2020
71e6fb6
update merchant#index view
seaweeddol Jun 18, 2020
db3c75a
Merge branch 'master' into sidebar
seaweeddol Jun 18, 2020
eb165a3
Merge pull request #50 from vwhwang/sidebar
seaweeddol Jun 18, 2020
b8b0dad
Order validations and tests.
veralizeth Jun 18, 2020
134ab36
Merge branch 'master' into merchants-index-styling
seaweeddol Jun 18, 2020
03da629
Merge pull request #51 from vwhwang/merchants-index-styling
seaweeddol Jun 18, 2020
db5c4ab
Merge branch 'master' into order_items_testing
veralizeth Jun 18, 2020
9dcac25
fix bug on edit
vwhwang Jun 18, 2020
853db32
Merge pull request #52 from vwhwang/order_items_testing
vwhwang Jun 18, 2020
d2f1f24
Merge branch 'master' of https://github.com/vwhwang/betsy
vwhwang Jun 18, 2020
86d3896
added red color to errors on order edit page
vwhwang Jun 18, 2020
6ab9116
took out image from github
vwhwang Jun 18, 2020
57ed182
edit css
vwhwang Jun 18, 2020
342a633
edit css and momasy
vwhwang Jun 18, 2020
4f0cc6d
cleaned up codes
vwhwang 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
39 changes: 39 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# 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

# 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
.env
coverage
/coverage/*
1 change: 1 addition & 0 deletions .ruby-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2.6.5
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'
gem 'dotenv-rails'
end

group :development do
gem 'better_errors'
gem 'binding_of_caller'
end

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

gem "omniauth"
gem "omniauth-github"
gem "simplecov"
Loading