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 MKKRs - Neopetsy #78

Open
wants to merge 256 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
256 commits
Select commit Hold shift + click to select a range
dc4bcd9
add merchant model validations
kimvitug05 Nov 18, 2020
74e2c92
add merchant model validations
kimvitug05 Nov 18, 2020
4c71829
add product model validations
kimvitug05 Nov 18, 2020
ecf8fa3
add relationship to order model
kimvitug05 Nov 18, 2020
cc0eb5a
add relationships and validations to orderItem model
kimvitug05 Nov 18, 2020
003ac8d
add validations to review model
kimvitug05 Nov 18, 2020
2aea67d
add relations to products model
kimvitug05 Nov 18, 2020
88253dc
add relations to order and review models
kimvitug05 Nov 18, 2020
bc78408
Merge pull request #1 from kimvitug05/validations
kimvitug05 Nov 18, 2020
20c79c2
add all routes
kimvitug05 Nov 18, 2020
05bc0e3
add oauth routes
kimvitug05 Nov 18, 2020
73ba3ba
add omniauth gems
kimvitug05 Nov 18, 2020
8a8a1e4
Ignore .env file
kimvitug05 Nov 18, 2020
9d10df6
remove ENV from gemfile
kimvitug05 Nov 19, 2020
ff31b91
Add build_from_github method
kimvitug05 Nov 19, 2020
c37378f
add Merchant login and create actions
kimvitug05 Nov 19, 2020
41fa73a
add oauth routes
kimvitug05 Nov 19, 2020
f5ec97c
add login/logout and flash message
kimvitug05 Nov 19, 2020
d48fc7f
add login helper methods
kimvitug05 Nov 19, 2020
4e93acf
add merchant avatar
kimvitug05 Nov 19, 2020
578a100
edit flash messages for merchants controller
kimvitug05 Nov 19, 2020
f943f77
add homepage route
kimvitug05 Nov 19, 2020
31f9e35
add uid, provider and avatar fields to merchant table
kimvitug05 Nov 19, 2020
c6b7ded
add login functionality for merchant controller
kimvitug05 Nov 19, 2020
36b78e3
Merge pull request #2 from kimvitug05/merchant-validation
kimvitug05 Nov 19, 2020
b553e1e
complete merchant crud actions
kimvitug05 Nov 19, 2020
2349f60
create merchant dashboard view, routes and action
kimvitug05 Nov 19, 2020
218b6ee
CRUD operations added to controller
Kaylaj89 Nov 19, 2020
42dc513
Added authorization rule to products page--PLEASE CHECK
Kaylaj89 Nov 19, 2020
6904ad3
edit main view to include dashboard button
kimvitug05 Nov 19, 2020
4c746b3
1 model test written
Kaylaj89 Nov 19, 2020
4349081
Product model validations tests complete
Kaylaj89 Nov 19, 2020
12b6693
relationship tests added to product model tests
Kaylaj89 Nov 19, 2020
5c8e1fa
Validations in merchant model complete
Kaylaj89 Nov 19, 2020
fef3a81
Added merchant id to create function
Kaylaj89 Nov 19, 2020
29cc247
Merge pull request #3 from kimvitug05/Product_CRUD
Kaylaj89 Nov 19, 2020
a105cdd
Merge pull request #4 from kimvitug05/model_testing
Kaylaj89 Nov 19, 2020
7d53371
Added status column to products and removed category_id column from p…
Kaylaj89 Nov 19, 2020
3878274
Merge branch 'master' of https://github.com/kimvitug05/betsy into master
Kaylaj89 Nov 19, 2020
2e9f37a
create merchant dashboard and controller/model tests
kimvitug05 Nov 19, 2020
f827a8f
Merge branch 'master' into merchant-crud
kimvitug05 Nov 19, 2020
0c50899
Merge pull request #6 from kimvitug05/merchant-crud
kimvitug05 Nov 19, 2020
436f442
refined routes
Kaylaj89 Nov 19, 2020
29c3e7f
add oauth testing for merchant controller
kimvitug05 Nov 19, 2020
8572c48
finished order form and changed order schema
made-line Nov 20, 2020
7f52a0e
Merge pull request #7 from kimvitug05/checkout-form
made-line Nov 20, 2020
cd7efd2
write custom model methods for Merchant
kimvitug05 Nov 20, 2020
302f8f8
Merge pull request #8 from kimvitug05/merchant-custom-methods
kimvitug05 Nov 20, 2020
fc2a092
Products show view semi-working
Kaylaj89 Nov 20, 2020
acb8e61
First pass at shopping cart, changed some routes and schema
Kaylaj89 Nov 20, 2020
73a3b02
add_to_cart_feature--unable to get quantity to pass via session
Kaylaj89 Nov 20, 2020
801d41b
Shopping cart has quantity--and adds total
Kaylaj89 Nov 20, 2020
8959be4
Added new route 'checkout
Kaylaj89 Nov 20, 2020
848f40b
added number_to_currency to cart total
Kaylaj89 Nov 20, 2020
daea54e
Merge pull request #9 from kimvitug05/shopping_cart
Kaylaj89 Nov 20, 2020
71d7bd6
create many to many relationship between products and categorizations
kimvitug05 Nov 20, 2020
2096819
deleted unused routes from routes file
Kaylaj89 Nov 20, 2020
228178f
Order items are now connected to the Order
Kaylaj89 Nov 21, 2020
c416c4a
Merge pull request #10 from kimvitug05/cart_orders
Kaylaj89 Nov 21, 2020
6769fed
add new product form
kimvitug05 Nov 21, 2020
3907c16
Merge pull request #11 from kimvitug05/new-product-form
kimvitug05 Nov 21, 2020
bf811d3
add product form partial and edit product form
kimvitug05 Nov 21, 2020
ceb7277
Merge pull request #12 from kimvitug05/new-product-form
kimvitug05 Nov 21, 2020
c286a4e
uncomment image tag for index.html.erb
kimvitug05 Nov 21, 2020
1f0b4ea
comment out photo tags
kimvitug05 Nov 21, 2020
969813e
products controller/testing in progress
made-line Nov 20, 2020
0b4802c
Rebasing Master
made-line Nov 21, 2020
216b10a
add partial for product-card and product grid
kimvitug05 Nov 21, 2020
ab987d1
Merge pull request #13 from kimvitug05/display-product-card
kimvitug05 Nov 21, 2020
b9f84aa
Slight change to find_product params
Kaylaj89 Nov 21, 2020
ea76762
Reverting back--i'll find another product id method work around
Kaylaj89 Nov 21, 2020
99bd26e
fixed display bugs around product id params
Kaylaj89 Nov 21, 2020
272a8b7
added merchant/product routes and fixed filter controllers for findin…
made-line Nov 21, 2020
1e90b18
add navbar prototype
Nov 21, 2020
71fe669
fix img alts
Nov 21, 2020
908a5d2
scrolling test
Nov 21, 2020
d1f333c
Merge pull request #15 from kimvitug05/homepage-styles
RenCarothers Nov 21, 2020
4dff409
all tests pass
made-line Nov 21, 2020
54d4ab7
Merge pull request #16 from kimvitug05/product-test
made-line Nov 21, 2020
352559e
quick fix cutoff page bottom
Nov 21, 2020
6019266
Merge branch 'master' of https://github.com/kimvitug05/betsy into master
Nov 21, 2020
b4916a2
Shopping cart methods moved to order_items
Kaylaj89 Nov 21, 2020
7d70866
Merge branch 'master' into cart-for-push
Kaylaj89 Nov 21, 2020
562b2a2
Merge pull request #17 from kimvitug05/cart-for-push
Kaylaj89 Nov 21, 2020
00e73f2
makes custom adjustment in application.scss instead of bootstrap file
Nov 21, 2020
0e054bf
update product cards to display retire toggle on dash that hides from…
Nov 21, 2020
56ae2c3
add retire button to dash, add filter to product grid depending on en…
Nov 22, 2020
a031010
first attempt merchant cards
Nov 22, 2020
906d6d9
adjust product card to allow for small images, organizes product grid…
Nov 22, 2020
27a11bb
add header banners, adjust merchant card to match product card
Nov 22, 2020
2184f9e
fill out dashboard design
Nov 22, 2020
07de14f
add style to product cards
Nov 22, 2020
6237809
add custom 404 for funsies
Nov 22, 2020
6dc6be1
add merchant show page
Nov 22, 2020
76f4f38
add styles to categories
Nov 22, 2020
b193c3d
add titles to views
Nov 22, 2020
6043e96
add order tables to dash, begin to organize products on dash
Nov 22, 2020
c205b65
Can now update quantity from cart page
Kaylaj89 Nov 22, 2020
0cca6ca
Merge pull request #18 from kimvitug05/cart_features
Kaylaj89 Nov 22, 2020
270b0de
Merge pull request #19 from kimvitug05/view-styles
RenCarothers Nov 22, 2020
f99f536
add product form now has a category option; write model tests for cat…
kimvitug05 Nov 22, 2020
babb090
resolve merge conflicts
kimvitug05 Nov 22, 2020
2243f07
Merge pull request #20 from kimvitug05/add-categories-and-testing
kimvitug05 Nov 22, 2020
a150e7c
Can now add or remove item from cart
Kaylaj89 Nov 22, 2020
56b3c50
remove
Kaylaj89 Nov 22, 2020
c2fe52b
Merge pull request #21 from kimvitug05/remove_from_cart
Kaylaj89 Nov 22, 2020
fc741a7
Merge pull request #22 from kimvitug05/remove_from_cart
Kaylaj89 Nov 22, 2020
bb6774c
fix homepage controller test
kimvitug05 Nov 22, 2020
90ccf0f
Can now remove item from cart
Kaylaj89 Nov 22, 2020
aa55014
Merge pull request #23 from kimvitug05/final_cart_feature
Kaylaj89 Nov 22, 2020
46c6b2f
added sold by to the cart view
Kaylaj89 Nov 22, 2020
82a3df0
Add merchant name
Kaylaj89 Nov 22, 2020
d6683c2
Merge pull request #24 from kimvitug05/add_merchant_name
Kaylaj89 Nov 22, 2020
cb6e109
add validations for Categorization and add model tests
kimvitug05 Nov 23, 2020
4f5df33
Added simplecov to the master
Kaylaj89 Nov 23, 2020
fe1bd06
add tests for categorization controller
kimvitug05 Nov 23, 2020
004dca3
Merge branch 'master' of github.com:kimvitug05/betsy
kimvitug05 Nov 23, 2020
8db1e1a
write merchant controller tests
kimvitug05 Nov 23, 2020
1b2b532
fix typo in merchant tests
kimvitug05 Nov 23, 2020
af443e4
add comments to organize
Nov 23, 2020
389fb6d
add back button to products dash
Nov 23, 2020
47fb974
fix failed tests in merchant_test.rb and add tests for product_contro…
kimvitug05 Nov 23, 2020
6c01c6a
move orders to subdashboard page, create methods for order details
Nov 23, 2020
70c7976
add table partial for dashboard orders
Nov 23, 2020
ed16ea8
Added error message so merchants can't buy their own product
Kaylaj89 Nov 23, 2020
abaed1c
Added number_to_currency method to cart show page
Kaylaj89 Nov 23, 2020
9012415
add bootstrap to checkout page
kimvitug05 Nov 23, 2020
8d9361d
show username in toolbar dropdown
kimvitug05 Nov 23, 2020
5a89db1
update shopping cart views
kimvitug05 Nov 23, 2020
c13e696
Merge pull request #26 from kimvitug05/shopping-cart-views
kimvitug05 Nov 23, 2020
cc5b32e
finish order view for seller
Nov 23, 2020
374ad38
first pass of confirmation screen
Nov 23, 2020
6a5d5de
dry up code
Nov 23, 2020
fff8d04
fix error in visibility of merchant only text
Nov 23, 2020
b90693d
update flash messages
Nov 23, 2020
a2f3537
add revenue totals for each status
Nov 23, 2020
c79f2fc
Merge branch 'master' into order-items-testing
Kaylaj89 Nov 23, 2020
dfa6aa7
Merge pull request #25 from kimvitug05/order-items-testing
Kaylaj89 Nov 23, 2020
4c5cd6c
Added cart total back in to cart view
Kaylaj89 Nov 23, 2020
bd3d979
Added h3 tag to cart price and shifted buttons to the right
Kaylaj89 Nov 23, 2020
64d0e33
Merge branch 'master' into dashboard-orders-logic-and-styles
RenCarothers Nov 23, 2020
996d0e7
Merge pull request #27 from kimvitug05/dashboard-orders-logic-and-styles
RenCarothers Nov 23, 2020
600e4e1
Beginnings of order_items tests
Kaylaj89 Nov 23, 2020
cd2ee20
Merge pull request #28 from kimvitug05/cart_total
Kaylaj89 Nov 23, 2020
faa20cc
add order status buttons to order show for merchant
Nov 23, 2020
b0613bf
first attempt at update status method
Nov 23, 2020
0ee09b4
write relations testing for product model
kimvitug05 Nov 23, 2020
04ef953
Merge pull request #29 from kimvitug05/product-model-testing
kimvitug05 Nov 23, 2020
81f983b
added archive method in products controller and fixed product show view
made-line Nov 23, 2020
41ab89d
write tests for OrderItem model
kimvitug05 Nov 23, 2020
9f9166a
Merge pull request #30 from kimvitug05/order_item-model-testing
kimvitug05 Nov 23, 2020
b71539f
version two update method, emphasizing order_item status vs status
Nov 23, 2020
a765598
change order status if all merchants have changed order_item status t…
Nov 23, 2020
5b46496
write order model validation and relations testing
kimvitug05 Nov 24, 2020
758e346
Merge pull request #31 from kimvitug05/order-model-testing
kimvitug05 Nov 24, 2020
02b5f2a
fix line break
kimvitug05 Nov 24, 2020
798f140
moving inventory tracking to create instead of update
Nov 24, 2020
c9e24ff
added retire method/tests. fixed product show page.
made-line Nov 24, 2020
5819d0b
Merge pull request #33 from kimvitug05/534-retire
made-line Nov 24, 2020
c5d61c5
added restore method and tests
made-line Nov 24, 2020
ff8459a
Merge pull request #34 from kimvitug05/restore-method
made-line Nov 24, 2020
0154a5c
fix background images
kimvitug05 Nov 24, 2020
2ddb193
fix default image size
kimvitug05 Nov 24, 2020
b123dde
center images on products page
kimvitug05 Nov 24, 2020
ba3e745
edit
kimvitug05 Nov 24, 2020
b14a526
use number_to_currency on merchant dashboard
kimvitug05 Nov 24, 2020
9a38d8f
use number_to_currency on _table partial
kimvitug05 Nov 24, 2020
f7963b7
reorganize dash order view, to use mark shipped
Nov 24, 2020
5419195
restricts access so other merchants cannot manually edit url to anoth…
kimvitug05 Nov 24, 2020
6c43207
Merge pull request #36 from kimvitug05/restrict-edit-access
kimvitug05 Nov 24, 2020
70de0d8
add disabled button for shipped item
Nov 24, 2020
3b81aad
add pink buttons because
Nov 24, 2020
886ed4b
Merge branch 'master' into order-buttons-again
RenCarothers Nov 24, 2020
68f2367
Merge pull request #37 from kimvitug05/order-buttons-again
RenCarothers Nov 24, 2020
536102d
dries product partials, adds stock visibilty to merchant
Nov 24, 2020
f456ebb
dry order show page
Nov 24, 2020
e74cf54
Refactore majorely with additon of foreign keys
Kaylaj89 Nov 24, 2020
16f8678
add login message alerting oauth thru github
Nov 24, 2020
d8936a0
image overhaul, adds additonal filler image to each page
Nov 24, 2020
571103a
more image adding to all the things
Nov 24, 2020
715280e
more banners for days
Nov 24, 2020
fed4a5a
style cart
Nov 24, 2020
8820a6a
add more images to navbar
Nov 24, 2020
edab72c
start fleshing out about us and contact pages
Nov 24, 2020
3078588
Merge pull request #38 from kimvitug05/view-tweaks
RenCarothers Nov 24, 2020
421982d
Cart working again with order items,however, lots of code now breaking
Kaylaj89 Nov 24, 2020
d602155
review_cart_refactor
Kaylaj89 Nov 24, 2020
56bf6ac
REN FIXED IT
Kaylaj89 Nov 24, 2020
1647983
Cleared cart and session after submitting order
Kaylaj89 Nov 24, 2020
5448ccf
fix order total
kimvitug05 Nov 24, 2020
9c8641e
banners for filler pages
Nov 24, 2020
838f97d
experimental merge: pull refactor into up to date master
Nov 24, 2020
f33011d
add kayla edits and remove head typo in cart
Nov 24, 2020
2a91c46
add order validation back in, replace cart reference, and fix update …
kimvitug05 Nov 24, 2020
d0b75c5
working on product bug
Kaylaj89 Nov 25, 2020
f796e8f
format prices and totals on order display page
kimvitug05 Nov 25, 2020
dd93bfd
Merge branch 'experiment' of https://github.com/kimvitug05/betsy into…
Kaylaj89 Nov 25, 2020
51ae260
clear cart method fixed
Kaylaj89 Nov 25, 2020
9882017
hide out of stock products
kimvitug05 Nov 25, 2020
ab1476e
fixes to quantity methods
Kaylaj89 Nov 25, 2020
034016f
Merge branch 'experiment' of https://github.com/kimvitug05/betsy into…
Kaylaj89 Nov 25, 2020
b9131af
fix address placholder
kimvitug05 Nov 25, 2020
79a1968
fix merchant total revenue by status test
kimvitug05 Nov 25, 2020
d29a0b6
write custom method tests for merchant model
kimvitug05 Nov 25, 2020
0177d03
Merge pull request #40 from kimvitug05/merchant-model-tests
kimvitug05 Nov 25, 2020
ad5acf8
add basics to homepage, create about page and assets
Nov 25, 2020
796dc89
Merge pull request #41 from kimvitug05/final-filler-pages
RenCarothers Nov 25, 2020
b42dac3
Added update to status upon paying
Kaylaj89 Nov 25, 2020
7d1544e
added review index, show, and new methods
made-line Nov 24, 2020
8c23593
added description column to reviews schema
made-line Nov 24, 2020
7b8c24e
added routes for reviews; nested under products
made-line Nov 24, 2020
50c043e
added create method and new form
made-line Nov 24, 2020
e1e8bae
fixed params in reviews controller, added create tests, added in prod…
made-line Nov 24, 2020
bc324aa
fixed create form
made-line Nov 25, 2020
079a1ef
added write a review button to product show page
made-line Nov 25, 2020
5e07ad3
added product reviews to product show page
made-line Nov 25, 2020
33fc2f7
added average rating method to product model and put in product show …
made-line Nov 25, 2020
af8c349
added merchant validation in reviews controller so merchants can't re…
made-line Nov 25, 2020
6e6e229
added stars for ratings and added flash messages in create method
made-line Nov 25, 2020
3ba8350
schema migration
made-line Nov 25, 2020
2c3a5ae
Merge pull request #42 from kimvitug05/review1
made-line Nov 25, 2020
85d27e8
Merge pull request #43 from kimvitug05/review1
made-line Nov 25, 2020
948df37
basic review styles, stars function needs help
Nov 25, 2020
81579df
Merge pull request #44 from kimvitug05/review-styles
RenCarothers Nov 25, 2020
8fb3d76
merchant cant review own product
Nov 25, 2020
f87e595
there's always more banners to place it seems
Nov 25, 2020
2a56b1e
fix typos, expound flash messages, add more to contact page, dashboar…
Nov 25, 2020
087e125
super basic spotlight method for homepage
Nov 25, 2020
51c3422
add messages for if nothing added to each model yet.
Nov 25, 2020
dc5dc48
Merge pull request #45 from kimvitug05/last-minute-edits
RenCarothers Nov 25, 2020
fca70bc
hot fix stars method
Nov 25, 2020
cb5ddff
Merge pull request #46 from kimvitug05/experiment
RenCarothers Nov 25, 2020
050bb44
add products and categories csv
kimvitug05 Nov 25, 2020
e09d245
Merge pull request #47 from kimvitug05/seed-files
kimvitug05 Nov 25, 2020
3b8b53a
first round of order_items_controller_testss
Kaylaj89 Nov 25, 2020
cbc6e32
Cleaned up order and order item controllers as well as routes.
Kaylaj89 Nov 25, 2020
b7f6750
tests still failing :(
Kaylaj89 Nov 26, 2020
dea2ef4
write tests for reviews, orders
kimvitug05 Nov 26, 2020
0141a67
remove create test
kimvitug05 Nov 26, 2020
c48f755
removed index and show methods since they aren't used. also removed f…
made-line Nov 29, 2020
4dc7250
DRYed reviews_controller and removed tests for index/show
made-line Nov 29, 2020
75f6ae1
Merge pull request #48 from kimvitug05/1128-review
made-line Nov 29, 2020
96b0a4d
refactor merchant/product views more semantic
Nov 29, 2020
f742ac3
refactor categories views more semantic
Nov 29, 2020
a27913a
refactor homepage views more semantic
Nov 29, 2020
dbaf5cc
refactor semantic odds and end views
Nov 29, 2020
a75aaf4
make dashboard more semantic
Nov 29, 2020
aa28cc5
refactor cart more semantic
Nov 29, 2020
e625026
Merge branch 'master' into semantic-update
RenCarothers Nov 29, 2020
679f815
Merge pull request #49 from kimvitug05/semantic-update
RenCarothers Nov 29, 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
8 changes: 8 additions & 0 deletions .generators
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<Settings><!--This file was automatically generated by Ruby plugin.
You are allowed to:
1. Reorder generators
2. Remove generators
3. Add installed generators
To add new installed generators automatically delete this file and reload the project.
--><GeneratorsGroup><Generator name="active_record:migration" /><Generator name="active_record:model" /><Generator name="active_record:observer" /><Generator name="active_record:session_migration" /><Generator name="controller" /><Generator name="erb:controller" /><Generator name="erb:mailer" /><Generator name="erb:scaffold" /><Generator name="generator" /><Generator name="helper" /><Generator name="integration_test" /><Generator name="mailer" /><Generator name="metal" /><Generator name="migration" /><Generator name="model" /><Generator name="model_subclass" /><Generator name="observer" /><Generator name="performance_test" /><Generator name="plugin" /><Generator name="resource" /><Generator name="scaffold" /><Generator name="scaffold_controller" /><Generator name="session_migration" /><Generator name="stylesheets" /><Generator name="test_unit:controller" /><Generator name="test_unit:helper" /><Generator name="test_unit:integration" /><Generator name="test_unit:mailer" /><Generator name="test_unit:model" /><Generator name="test_unit:observer" /><Generator name="test_unit:performance" /><Generator name="test_unit:plugin" /><Generator name="test_unit:scaffold" /></GeneratorsGroup></Settings>
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

/.idea/*
/coverage/*
8 changes: 8 additions & 0 deletions .idea/.generators

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions .idea/.rakeTasks

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

153 changes: 153 additions & 0 deletions .idea/betsy.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/inspectionProfiles/Project_Default.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading