Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
392 commits
Select commit Hold shift + click to select a range
bf699e8
Merge branch 'master' into adding-simplecov
aecombs Jun 16, 2020
2544e29
Merge pull request #10 from codesrobertson/adding-simplecov
aecombs Jun 16, 2020
f017d85
add #count_orders Merchant model method and tests
cojenco Jun 16, 2020
97116b6
Pre-merge save.
codesrobertson Jun 16, 2020
5d7e70f
Merge branch 'master' into merchant-dash
codesrobertson Jun 16, 2020
4c0a55b
Fixing failing test.
codesrobertson Jun 16, 2020
cbc2955
Merge pull request #6 from codesrobertson/merchant-dash
codesrobertson Jun 16, 2020
b4329d6
Added tests for reviews#create for when a merchant is logged in
aecombs Jun 16, 2020
60887f3
Merge branch 'master' of https://github.com/codesrobertson/betsy into…
aecombs Jun 16, 2020
44ec805
resolve merge conflicts
cojenco Jun 16, 2020
f82cd1e
Merge pull request #8 from codesrobertson/cojenco-orders-show
cojenco Jun 16, 2020
05bed83
Fixed the products controller tests for toggle_active, for both guest…
aecombs Jun 16, 2020
93476e5
Merge branch 'master' of https://github.com/codesrobertson/betsy into…
cojenco Jun 16, 2020
ff18f13
add order confirmation route and controller method
yieknee Jun 16, 2020
25ff43a
Full coverage for toggle_active tests
aecombs Jun 16, 2020
df24f0a
refactor checkout by moving product inventory decrease action to prod…
yieknee Jun 16, 2020
3078553
Resolved conflicts in products_controller_test.rb
aecombs Jun 16, 2020
60a6d7d
Adding reviews partial to bottom of products#show view
aecombs Jun 16, 2020
6a11dfc
Reduced products#new and #edit into same partial
aecombs Jun 16, 2020
88cdf0f
Adds product controller tests for edit action.
codesrobertson Jun 16, 2020
d5e6fd8
Added model method average_rating in product model
aecombs Jun 16, 2020
6bbe326
create confirmation show page
yieknee Jun 16, 2020
903c480
add Query String to order_items#index to view items by status
cojenco Jun 16, 2020
219f8dd
apply #total_revenue, #count_orders, view order items by status into …
cojenco Jun 16, 2020
afb9a36
add perform login to order_items#index test
cojenco Jun 16, 2020
2bb2307
remove @orders from merchant_order_items_path link
cojenco Jun 16, 2020
9267bbe
revise cards to show revenue and order counts by status
cojenco Jun 16, 2020
2844e2d
Added time_tag view helper for review
aecombs Jun 16, 2020
4da69e5
Refined reviews partial
aecombs Jun 16, 2020
f553388
Added product image and name to reviews#new view
aecombs Jun 16, 2020
bb5ae4d
revise order_items#index controller action and tests after adding str…
cojenco Jun 16, 2020
4c12300
Fixed bug in products#show
aecombs Jun 16, 2020
3a841e9
Implemented number_to_currency view helper for price in views
aecombs Jun 16, 2020
86bcee7
Added Leave Review button on products#show
aecombs Jun 16, 2020
8e91316
add number_to_currency helper to order_items#index view
cojenco Jun 16, 2020
3e4e7c1
refactor routes from update quant and remove from cart. write tests f…
yieknee Jun 16, 2020
1fafdc5
write product model test for product cart total items and subtotal
yieknee Jun 16, 2020
9f81fa7
revise orders#show page: take out ship/cancel links and add back to o…
cojenco Jun 16, 2020
436d4a7
add ship and cancel item buttons plus confirmation msg
cojenco Jun 16, 2020
6b15ec2
Moved retire/destroy buttons to merchant dashboard, redirected those …
aecombs Jun 16, 2020
f73c7c2
Updated tests
aecombs Jun 16, 2020
9771503
add order_items#ship controller action and tests
cojenco Jun 16, 2020
2b189f5
add order_items#cancel initial controller action and tests
cojenco Jun 16, 2020
2f81248
write order create tests
yieknee Jun 16, 2020
0e18481
Merge pull request #13 from codesrobertson/aec-review-product-and-add…
aecombs Jun 16, 2020
fa82b4c
Added csv files
aecombs Jun 16, 2020
6d9d4ce
write controller test for order confirmation
yieknee Jun 16, 2020
d22bb6b
Merge branch 'master' into checkout
yieknee Jun 16, 2020
b132f0b
Merge pull request #11 from codesrobertson/checkout
yieknee Jun 16, 2020
fe754de
end got deleted in merge. adding end back to order confirmation
yieknee Jun 16, 2020
88358bd
add Order model method mark_order_complete and tests
cojenco Jun 16, 2020
36ba21b
apply business logic #mark_order_complete in order_items#ship #cancel…
cojenco Jun 16, 2020
3e9d249
solve merge conflicts
cojenco Jun 16, 2020
00c1008
Merge pull request #12 from codesrobertson/cojenco-fulfillment
cojenco Jun 16, 2020
4bdabfd
resolve merge conflicts after master pull
cojenco Jun 16, 2020
7c26c36
pulled from master, resolved conflict
aecombs Jun 16, 2020
f284012
fix Merchant models tests to accomodate fixtures update
cojenco Jun 16, 2020
126b97c
Fixed test typo in products_contorller_test
aecombs Jun 17, 2020
9bc9bca
Filled out orders.csv
aecombs Jun 17, 2020
79d1ec3
Added logic to seeds.rb for order and category
aecombs Jun 17, 2020
b6f5006
Added correct status to orders and order_items in seeds
aecombs Jun 17, 2020
246aa96
Added seeds for categories, along with related products
aecombs Jun 17, 2020
7234521
revise Merchant model method #total_revenue to exclude cancelled items
cojenco Jun 17, 2020
c23ba3d
Added bootstrap css to products#index
aecombs Jun 17, 2020
23b7c98
Merge pull request #14 from codesrobertson/cojenco-fulfill-ship
cojenco Jun 17, 2020
4384dbd
Added img_urls for each product
aecombs Jun 17, 2020
91b2de6
Updated css classes
aecombs Jun 17, 2020
6d35876
Adds product controller tests for update and destroy.
codesrobertson Jun 17, 2020
fbc6ef1
changes for db:reset and heroku deployment
cojenco Jun 17, 2020
2f4d3af
Added bootstrap css to products show page, not quite there
aecombs Jun 17, 2020
fc80385
Adds not_found.html.erb for homepages view.
codesrobertson Jun 17, 2020
7f02da4
Resolve merge conflict
aecombs Jun 17, 2020
a1a5273
Adds not_found.html.erb file.
codesrobertson Jun 17, 2020
8954deb
Merge branch 'master' of https://github.com/codesrobertson/betsy into…
aecombs Jun 17, 2020
29147c6
Adds in edit test to address simplecov discrepancy.
codesrobertson Jun 17, 2020
7550e1b
Merge pull request #16 from codesrobertson/move-buttons-and-seed-data
aecombs Jun 17, 2020
9efef12
Merge branch 'master' into merchant-test
aecombs Jun 17, 2020
9d36203
Merge pull request #15 from codesrobertson/merchant-test
aecombs Jun 17, 2020
bbb72ad
Messed with css
aecombs Jun 17, 2020
1adee5d
Resolve merge conflict
aecombs Jun 17, 2020
c9598b3
change images
yieknee Jun 17, 2020
9c73d43
fixing bar soap link
yieknee Jun 17, 2020
d35290e
Fixed tests for products
aecombs Jun 17, 2020
7552de9
Fixed bug in form
aecombs Jun 17, 2020
9df269e
Merge pull request #17 from codesrobertson/css-and-tests
aecombs Jun 17, 2020
499b3b8
revise layout to always show cart for all users
cojenco Jun 17, 2020
721fbf3
git pull and solve conflict
cojenco Jun 17, 2020
2437e56
fixed cart
yieknee Jun 18, 2020
f36af6a
initial revision to remove parameterized routes for merchant dashboar…
cojenco Jun 18, 2020
623dcda
Merge branch 'master' of https://github.com/codesrobertson/betsy into…
cojenco Jun 18, 2020
21ea608
revise redirect routes to dashboard_path
cojenco Jun 18, 2020
59ee7e1
revise redirect routes to dashboard_path
cojenco Jun 18, 2020
3da8d38
finish lookup feature
yieknee Jun 18, 2020
5252716
revise redirect routes to dashboard_path
cojenco Jun 18, 2020
f05735c
revise routes and layout on views
cojenco Jun 18, 2020
6683c3c
More CSS and stuff
aecombs Jun 18, 2020
706ad74
change dashboard link
cojenco Jun 18, 2020
7216611
remove comments
cojenco Jun 18, 2020
0db687a
Merge branch 'master' of https://github.com/codesrobertson/betsy into…
cojenco Jun 18, 2020
f312779
Merge pull request #18 from codesrobertson/cojenco-dashboard
cojenco Jun 18, 2020
031c8ea
Merge branch 'master' of https://github.com/codesrobertson/betsy into…
aecombs Jun 18, 2020
07f5030
fixed adding additional quant to cart, error flash message for updati…
yieknee Jun 18, 2020
15491fe
Merge branch 'master' of https://github.com/codesrobertson/betsy
yieknee Jun 18, 2020
1453c83
revise merchants#dashbaord controller tests
cojenco Jun 18, 2020
922ebcd
removing unsused routes
yieknee Jun 18, 2020
013cbe1
Changing necessary tests and stuff
aecombs Jun 18, 2020
52b525c
revise orderitems#fulfillment tests
cojenco Jun 18, 2020
e0614c0
revise orderitems#fulfillment tests
cojenco Jun 18, 2020
33a9dd5
Resolved merge conflicts
aecombs Jun 18, 2020
1abedd3
revise orderitems#fulfillment tests
cojenco Jun 18, 2020
b13ec0c
pull origin master and resolve merge conflict
cojenco Jun 18, 2020
8478989
fix tests after changing dashboard and order_fulfillments routes and …
cojenco Jun 18, 2020
1d17dce
add reviews controller tests
cojenco Jun 18, 2020
f5702cb
Merge pull request #19 from codesrobertson/cojenco-dashboard
cojenco Jun 18, 2020
25194e7
Resolved merges, added css
aecombs Jun 18, 2020
b18ac00
Fixes button style.
codesrobertson Jun 18, 2020
ec546c0
Remove extra image copies
codesrobertson Jun 18, 2020
af95ff9
add controllers#cart tests
cojenco Jun 18, 2020
8929c15
Updated products index
aecombs Jun 18, 2020
74d71fd
Fixed text issue in products index
aecombs Jun 18, 2020
034f605
add orders#find controller tests
cojenco Jun 18, 2020
e82653c
Added dark bg to cards
aecombs Jun 18, 2020
c6066db
Adds styling.
codesrobertson Jun 18, 2020
d5a8d9a
Merge branch 'master' into product-show-css
codesrobertson Jun 18, 2020
90ac019
move business logic to OrderItem model class method filter_merchant_s…
cojenco Jun 18, 2020
d6949f5
Updates products show to current deployment.
codesrobertson Jun 18, 2020
7bcac1b
revise Order model method #mark_order_complete to mark cancelled if a…
cojenco Jun 18, 2020
65c0253
resolve merge conflict
cojenco Jun 18, 2020
ba8b0ee
Merge pull request #20 from codesrobertson/cojenco-dashboard
cojenco Jun 18, 2020
aedb0e0
Added css to footer and nav bar, not_found page
aecombs Jun 18, 2020
925bd0d
Merge branch 'master' of https://github.com/codesrobertson/betsy into…
aecombs Jun 18, 2020
b5a0c62
Saves progress.
codesrobertson Jun 18, 2020
9236bd3
revise Merchant total_revenue method
cojenco Jun 18, 2020
cf1e449
remove old merchant dashboard and order fulfillment views
cojenco Jun 18, 2020
82bad14
add tests for products#show and revise merchant model test
cojenco Jun 18, 2020
974552b
Added more css to navbar
aecombs Jun 18, 2020
ef7cb4d
Merge pull request #21 from codesrobertson/cojenco-dashboard
cojenco Jun 18, 2020
1a618d6
Merge branch 'master' of https://github.com/codesrobertson/betsy into…
aecombs Jun 18, 2020
ba16a59
Merge branch 'master' of https://github.com/codesrobertson/betsy
aecombs Jun 18, 2020
bfe3b9b
Merge branch 'css-dark-theme'
aecombs Jun 18, 2020
2737c9f
Merge pull request #22 from codesrobertson/css-dark-theme
aecombs Jun 18, 2020
4f375c6
Merge branch 'master' of https://github.com/codesrobertson/betsy
aecombs Jun 18, 2020
656ab93
Added carousel to front page, and updated some forms
aecombs Jun 18, 2020
ffce0ba
Replaced buttons with non-outlined versions
aecombs Jun 18, 2020
0b1a87a
Edited more forms
aecombs Jun 18, 2020
29c75af
Fixed form bug
aecombs Jun 18, 2020
e24120c
Fixed add to cart bug
aecombs Jun 18, 2020
9c58cc1
Added new, cropped images to seed data
aecombs Jun 18, 2020
b0a3eaa
Added slide indicators to carousel
aecombs Jun 18, 2020
b8cce83
add styling for order fulfillment summary
cojenco Jun 18, 2020
209d78b
add styling for order fulfillment summary and orders#show
cojenco Jun 18, 2020
5948546
Changed css to footer
aecombs Jun 18, 2020
cdd1848
Made footer not sticky
aecombs Jun 18, 2020
207bd41
Pre-merge commit.
codesrobertson Jun 18, 2020
d02e7e2
Added captions to carousel images
aecombs Jun 18, 2020
dabd5d1
Centered captions on carousel images
aecombs Jun 18, 2020
0858437
Merge pull request #23 from codesrobertson/cropped-imgs with blessing…
aecombs Jun 18, 2020
b283bf8
Merge branch 'master' of https://github.com/codesrobertson/betsy
cojenco Jun 18, 2020
118a4b0
Fixed css on carousel
aecombs Jun 18, 2020
2392cf9
Merge branch 'master' of https://github.com/codesrobertson/betsy
cojenco Jun 18, 2020
b0bce78
add styling for order fulfillment, merchant dashboard and orders#show
cojenco Jun 18, 2020
d44af4c
reroute continue shopping buttons to products index
yieknee Jun 18, 2020
4ca0b45
revise view styling for order fulfillment and merchant dashboard
cojenco Jun 18, 2020
c4737d8
Merge branch 'master' of https://github.com/codesrobertson/betsy
cojenco Jun 18, 2020
52e5ce9
make product controller more dry and move business logic to model
yieknee Jun 18, 2020
89bdd2c
Merge branch 'master' of https://github.com/codesrobertson/betsy
cojenco Jun 18, 2020
50a8ba1
Updated homepage index
aecombs Jun 19, 2020
72b87d8
Merge branch 'master' of https://github.com/codesrobertson/betsy
cojenco Jun 19, 2020
3a2cf49
Updated seeds.rb to seed reviews
aecombs Jun 19, 2020
13fca46
Progress on product#show.html.erb.
codesrobertson Jun 19, 2020
a5c31c8
revise view styling for order fulfillment and merchant dashboard
cojenco Jun 19, 2020
18349a8
Updated flash messages to use CSS
aecombs Jun 19, 2020
ef93be6
revise view styling for merchant dashboard
cojenco Jun 19, 2020
1dc2bb5
Updated products controller to use not_found path
aecombs Jun 19, 2020
cb96ec9
Updating orders controller
aecombs Jun 19, 2020
dd020cc
Merge branch 'master' of https://github.com/codesrobertson/betsy into…
aecombs Jun 19, 2020
363c8dd
Updated orders controller to use not found path
aecombs Jun 19, 2020
e1fcdb5
Finished product#show.html.erb view.
codesrobertson Jun 19, 2020
2be6b82
Removes unecessary spaces.
codesrobertson Jun 19, 2020
10d2174
Added text shadow to homepage and not found
aecombs Jun 19, 2020
7001917
Pre-merge commit.
codesrobertson Jun 19, 2020
318aae2
Changes link from dashboard to merchant products path.
codesrobertson Jun 19, 2020
07751f9
Added reviews seeds
aecombs Jun 19, 2020
439ef14
Added Twemoji view helper
aecombs Jun 19, 2020
0da1289
Added documentation to view helper
aecombs Jun 19, 2020
c77e5e1
Removed twemoji, used unicode emojis instead
aecombs Jun 19, 2020
45b41dc
Merge branch 'master' of https://github.com/codesrobertson/betsy into…
aecombs Jun 19, 2020
ef1d9bb
Resolves inability to push button.
codesrobertson Jun 19, 2020
351da9e
add not_found redirecting
cojenco Jun 19, 2020
091346e
add favicon to site
cojenco Jun 19, 2020
f4b722e
Made forms uniform
aecombs Jun 19, 2020
580fc11
Fixed products average review model
aecombs Jun 19, 2020
33beadd
adjusted leave review button
aecombs Jun 19, 2020
e900ce4
revise Merchant Dashboard
cojenco Jun 19, 2020
370beb3
Added open-sans to reviews
aecombs Jun 19, 2020
d034abb
Merge branch 'master' of https://github.com/codesrobertson/betsy
cojenco Jun 19, 2020
6288609
Added homepages#about action, view, and path
aecombs Jun 19, 2020
c4dcba7
revise category new form
cojenco Jun 19, 2020
fb5f65d
Reroute about us link
aecombs Jun 19, 2020
482dc9d
create empty page ghost and add cart icon with changing number circle
yieknee Jun 19, 2020
c4a788b
Merge branch 'master' of https://github.com/codesrobertson/betsy
yieknee Jun 19, 2020
c3107bc
Removed price from products index
aecombs Jun 19, 2020
c4d702b
fix cart image
yieknee Jun 19, 2020
7250ac5
Resolved merge conlfict
aecombs Jun 19, 2020
1c94f15
fixed order cart show page
yieknee Jun 19, 2020
2ff18b7
Added new logo and tagline
aecombs Jun 19, 2020
52bf46e
Reduced size of logo
aecombs Jun 19, 2020
78890d5
Made tagline smaller
aecombs Jun 19, 2020
6c1047e
Changed position of cart
aecombs Jun 19, 2020
4a7414a
add shop now section to homepage
cojenco Jun 19, 2020
b15af3b
Added css to order lookup
aecombs Jun 19, 2020
ffc6bd3
complete confirmation page css
yieknee Jun 19, 2020
a9d182d
Updated forms to have bolder text
aecombs Jun 19, 2020
b3a1dee
add padding the ghost on empty cart
yieknee Jun 19, 2020
cf9d9c6
Resolved merge conflict
aecombs Jun 19, 2020
20edc2a
add learn more section to homepage
cojenco Jun 19, 2020
fb9b220
Added changes to text on about
aecombs Jun 19, 2020
0f86cfc
Merge branch 'master' of https://github.com/codesrobertson/betsy into…
aecombs Jun 19, 2020
7667258
resolve merge conflict
cojenco Jun 19, 2020
76ec943
Merge pull request #24 from codesrobertson/homepage-play
cojenco Jun 19, 2020
494e233
Resolve merges
aecombs Jun 19, 2020
1a69e03
Edited carousel text
aecombs Jun 19, 2020
cbe62b0
Merge pull request #25 from codesrobertson/css-logo-and-tagline
aecombs Jun 19, 2020
598bf3a
Fixed css error
aecombs Jun 19, 2020
c75649c
add learn more section to homepage
cojenco Jun 19, 2020
e365e4a
Merge branch 'master' of https://github.com/codesrobertson/betsy into…
cojenco Jun 19, 2020
eaf4cd4
Merge pull request #26 from codesrobertson/homepage-play
cojenco Jun 19, 2020
5679e35
change delete button color on cart
yieknee Jun 19, 2020
6b12273
Added leafs on list items
aecombs Jun 19, 2020
5019b7e
Resolved css merge conflict
aecombs Jun 19, 2020
8c53390
fix merge conflict
yieknee Jun 19, 2020
b26e324
Fixed footer
aecombs Jun 19, 2020
f1e834f
change logo to all caps
aecombs Jun 19, 2020
09aaefa
Added logo to bottom of footer
aecombs Jun 19, 2020
6f18dce
Merge pull request #27 from codesrobertson/about-page
aecombs Jun 19, 2020
7566e15
Merge branch 'master' of https://github.com/codesrobertson/betsy
yieknee Jun 19, 2020
b2e1c7b
fixing footer on homepage
yieknee Jun 19, 2020
36f125f
Fixed gemfile
aecombs Jun 19, 2020
9722fab
Changed default url to pinecone
aecombs Jun 19, 2020
c0571e4
revise footer img height
cojenco Jun 19, 2020
c14d266
fix footer logo
yieknee Jun 19, 2020
244b376
fixed bug in cart
yieknee Jun 19, 2020
ecad582
merge conflict
cojenco Jun 19, 2020
63f926f
fix card-img-overlay on homepage
cojenco Jun 19, 2020
9e9fc55
fix card-img-overlay on homepage
cojenco Jun 19, 2020
92b1b1c
Edited cart logo position
aecombs Jun 20, 2020
63547a9
Added bottom logo
aecombs Jun 20, 2020
b638f85
Fixed position of cart logo
aecombs Jun 20, 2020
f22cffc
Added bottom to orders index view
aecombs Jun 20, 2020
4549952
Merge pull request #28 from codesrobertson/homepage-play
cojenco Jun 20, 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
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

# 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

# Ignore all files located in coverage directory for SimpleCov
coverage/*
1 change: 1 addition & 0 deletions .ruby-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ruby-2.6.5
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.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'
end

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

# To store env data for OmniAuth
group :development do
gem 'dotenv-rails'
end

# Using OmniAuth for OAuth
gem "omniauth"
gem "omniauth-github"
Loading