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

Petsy #3

Open
wants to merge 250 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
250 commits
Select commit Hold shift + click to select a range
f21684c
Created User model and controller.
abrown152 May 2, 2016
04b5cea
Created routes.
abrown152 May 2, 2016
294f111
model for product created, as well as relationships and validations. …
jweeber May 2, 2016
f65ba35
Yak shaving almost done.
abrown152 May 2, 2016
28a22e6
Merge branch 'master' of github.com:abrown152/betsy
abrown152 May 2, 2016
0c7ee6d
made models for order and order item and added some seeds to seeds.rb
DStorck May 2, 2016
2a1def2
merging is super fun - Merge branch 'master' of github.com:abrown152/…
DStorck May 2, 2016
011cb32
added some details to seed file
DStorck May 3, 2016
22977e3
Merge commit.
abrown152 May 3, 2016
76f38f5
Merge branch 'acb_wave_1_branch'
abrown152 May 3, 2016
cf90f56
Update migration.
abrown152 May 3, 2016
ad2b941
took out animal attribute for product
DStorck May 3, 2016
1d53370
created home controller and root path view. also changed routes for u…
jweeber May 3, 2016
ba279f2
home controller working with basics and needs links to other pages th…
jweeber May 3, 2016
c284ca6
we fixed the random sample of featured costumes so 3 show up. Fixed c…
jweeber May 3, 2016
0db3f00
updated validations for user
DStorck May 3, 2016
df6e54c
created review model and validations
jweeber May 3, 2016
7ba186d
merging review model Merge branch 'master' of github.com:abrown152/betsy
jweeber May 3, 2016
a69edda
Set up account registry and authentication.
abrown152 May 3, 2016
81d29a5
Created login view/action.
abrown152 May 3, 2016
2b5f24a
create view all for products. Show for products/id also working.
jweeber May 4, 2016
e1818fd
migration added to change column name in orders
DStorck May 4, 2016
fb5d56f
merge , yay Merge branch 'master' of github.com:abrown152/betsy
DStorck May 4, 2016
ee2bf1f
Fixed Sign-In path.
abrown152 May 4, 2016
c8845d4
tried to put some session info about orders
DStorck May 4, 2016
2277d01
Added custom nav for current user login/logout.
abrown152 May 4, 2016
8f4d243
Merge branch 'master' of github.com:abrown152/betsy
abrown152 May 4, 2016
cf5ab7e
working on checkboxes for filtering but not quite working yet
jweeber May 4, 2016
bda73bf
Merge commit.
abrown152 May 4, 2016
10f964a
working through the orderitem and cart
DStorck May 4, 2016
853000c
fixed a merge?
DStorck May 5, 2016
c2ae75b
reverting back to what we had before with categories and will revist …
jweeber May 5, 2016
49fa63d
merge conflict - accepting changes that alysia made to index page for…
jweeber May 5, 2016
7532584
think cart is working on a very basic level
DStorck May 5, 2016
f14a76b
added format to numbers on product page, link to add to cart on prod…
DStorck May 5, 2016
cb591f2
added precision number to index page
DStorck May 5, 2016
6a380a4
fixed pathing on product show page to adjust for the route i made
DStorck May 5, 2016
08bc6ef
fixed a bug so that user can actually sign in and logout option and w…
DStorck May 5, 2016
486bb7a
made some changes but pulling to get Deirdre's changes first and merging
jweeber May 5, 2016
5a0f82e
resolving merge conflicts
jweeber May 5, 2016
47c5758
doing some css with bootstrap
jweeber May 5, 2016
fcba469
created routes for seller orders and seller products, plus views for …
jweeber May 5, 2016
ef9e406
your store link works and goes to sellers orders. deirdre helped me f…
jweeber May 5, 2016
7563c83
Added order and review seeds.
abrown152 May 5, 2016
2dc0328
fixed product controller to have correct method name for seller produ…
jweeber May 5, 2016
3d049e6
Reseeded DB
abrown152 May 5, 2016
0fab82a
Merge branch 'master' of github.com:abrown152/betsy
abrown152 May 5, 2016
d9849ca
oh my god it works nowgit add .! i'm so professional. okay really th…
DStorck May 5, 2016
ee484e3
Merge branch 'master' of github.com:abrown152/betsy
DStorck May 5, 2016
32fb5ba
Added total seller revenue.
abrown152 May 5, 2016
cf990a3
Merge branch 'master' of github.com:abrown152/betsy
abrown152 May 5, 2016
5046f5a
new page for product working, but creating is not yet
jweeber May 5, 2016
6921531
did minor css and worked on cart some more - also added adorable pict…
DStorck May 5, 2016
5949ddc
Merge branch 'master' of github.com:abrown152/betsy
DStorck May 5, 2016
bb7715d
merging
jweeber May 5, 2016
6ff0fac
merging again Merge branch 'master' of github.com:abrown152/betsy
jweeber May 5, 2016
b9b3f6c
did the before_action and require_login method for adding a new product
jweeber May 5, 2016
1ba0da3
did some pretty bad css and tried to work on update cart, not super s…
DStorck May 6, 2016
61d4f21
Merge branch 'master' of github.com:abrown152/betsy
DStorck May 6, 2016
8444ca5
header working
DStorck May 6, 2016
9aba737
Added seller specific orders.
abrown152 May 6, 2016
6a66ec6
Merge branch 'master' of github.com:abrown152/betsy
abrown152 May 6, 2016
eceb4a8
create product now works thanks to our superhero deidre. I added the …
jweeber May 6, 2016
adbb0ce
merging create products
jweeber May 6, 2016
62f8d89
added urls to seed
DStorck May 6, 2016
38d5e1b
added link to home page from petsy logo
DStorck May 6, 2016
3c13758
did more css to get products index to display nicely
DStorck May 6, 2016
6c19dbd
Created total revenue Bootstrap table.
abrown152 May 6, 2016
2e4d8b8
fixed current_user bug
DStorck May 6, 2016
00898ff
working on edit for product. got the controller methods and view for …
jweeber May 6, 2016
694fa8d
Merge branch 'edit_product'
jweeber May 6, 2016
85e30e9
added taco cat pic to seeds
jweeber May 6, 2016
ffb183c
fixed bug
DStorck May 6, 2016
28b5327
fixed commit with seller page
DStorck May 6, 2016
7cb2443
edit button now working for products
jweeber May 6, 2016
4c2d229
Merge branch 'edit_product'
jweeber May 6, 2016
01944c4
photos are on user products page now
jweeber May 6, 2016
1103280
okay now finally we can update cart item quantity
DStorck May 6, 2016
a8d0c9e
worked up update cart - can update quantity
DStorck May 6, 2016
ae2c7a3
Merge branch 'master' of github.com:abrown152/betsy
DStorck May 6, 2016
a26ba78
minor css
DStorck May 6, 2016
9866459
Merge branch 'master' of github.com:abrown152/betsy
abrown152 May 6, 2016
a07c2d6
browse by category working
jweeber May 6, 2016
ac08f5d
browse by category merge
jweeber May 6, 2016
3a8eddc
Added product_id column to Reviews.
abrown152 May 6, 2016
e4f8338
Merge branch 'master' of github.com:abrown152/betsy
abrown152 May 6, 2016
3d2ec43
added quantity button to show page for product
DStorck May 6, 2016
4f7109e
Added hyperlink to seller's orderitem chart for individual order view.
abrown152 May 6, 2016
9e6b0b3
Merge branch 'master' of github.com:abrown152/betsy
abrown152 May 6, 2016
e983f18
merge
jweeber May 6, 2016
e930ad3
resolving merge conflict in routes
jweeber May 6, 2016
8d877cb
forgot to branch
jweeber May 6, 2016
d41c4da
browse by category fully working
jweeber May 6, 2016
c586b7d
resolving a merge conflict with myself.
jweeber May 6, 2016
ee9b3ea
routes no longer broken
jweeber May 6, 2016
6c80bdb
changed zip code to string with migration
jweeber May 6, 2016
a3b7aeb
got ratings up and running, including an average of all numeric ratin…
DStorck May 6, 2016
af0d8fd
Merge branch 'master' of github.com:abrown152/betsy
DStorck May 6, 2016
f1a2d89
can now view costumes by category or by pet/animal
jweeber May 6, 2016
88f26bd
resolving merge conflict in seeds
jweeber May 6, 2016
005c30a
got side nav bar lookin good and working on header.
jweeber May 7, 2016
6e6458b
fixed padding in top header where current logged in user is listed
jweeber May 7, 2016
e38a3ca
confirmation page up and running, but doesn't show anything yet
DStorck May 7, 2016
929192f
confirmation page now shows details of transation
DStorck May 7, 2016
b3d4968
when confirmation page displays, current_order session gets destroyed
DStorck May 7, 2016
4c397c8
newed up current_order after confirmaion page
DStorck May 7, 2016
882b3f4
got cart icon in header with number of order items in cart listed the…
jweeber May 7, 2016
acac31c
merging conflict in seeds since i added other pictures.
jweeber May 7, 2016
d22af20
fixed tiny redirect bug on cart
DStorck May 7, 2016
4f5959b
updated confirmation page and a zillion other little things
DStorck May 7, 2016
49d0f3e
missing end to method
DStorck May 7, 2016
ed6adc1
added descriptions for products to seeds. did some css for product/sh…
jweeber May 7, 2016
c54d0bc
merging some css work
jweeber May 7, 2016
e454ac6
adjusted location of view all costumes link on home page. view all co…
jweeber May 8, 2016
9389fb4
Merge branch 'css'
jweeber May 8, 2016
e7f7d72
added a delete button to items in cart for easy removal
DStorck May 8, 2016
4e06af1
wrote some fixtures
DStorck May 8, 2016
c5bad61
wrote some tests for user
DStorck May 8, 2016
2a440dc
more css
jweeber May 8, 2016
4359a3a
Merge branch 'css'
jweeber May 8, 2016
dd850cf
merging master with some css stuff
jweeber May 8, 2016
31d7af6
committing so i can merge
jweeber May 8, 2016
5f06ba4
Merge branch 'css' into product_create_edit
jweeber May 8, 2016
678a5f6
added bootstrap stuff to sign up form
jweeber May 9, 2016
2198e2f
more bootstrap
jweeber May 9, 2016
7277100
made a footer with super cute paw prints
jweeber May 9, 2016
45c0c7b
Merge branch 'product_create_edit' - made footer
jweeber May 9, 2016
6dbd7a4
tried to fix weird issue with routes
DStorck May 9, 2016
e970658
fixed merge with routes
DStorck May 9, 2016
7437dbd
css done for cart edit page
jweeber May 9, 2016
0de5e72
merging to update css on cart page
jweeber May 9, 2016
c7a7bac
merging css for cart
jweeber May 9, 2016
b0e0e0e
routes getting messed up - fixed them. there were duplicates at the e…
jweeber May 9, 2016
98d9369
removed a couple of useless files from a gem i tried to use earlier t…
jweeber May 9, 2016
f0c44b6
put user product path back in routes, it disappeared somehow
DStorck May 9, 2016
5a49eef
starting on css and form for checkout view. also added helper method …
jweeber May 9, 2016
54bb29c
working on getting dropdowns to only show available quantity
DStorck May 9, 2016
6d5874a
bootstrap form for checkout done
jweeber May 9, 2016
439b88e
Merge branch 'css' - form for checkout done
jweeber May 9, 2016
608a40c
deirdre again is awesome and solved my problem with creating and upda…
jweeber May 9, 2016
f3a0e92
doing some weird stuff in products so probably should actually branch…
jweeber May 9, 2016
faec1dd
committing so i can merge without conflict
DStorck May 9, 2016
e599f03
still trying to fix merge conflict
DStorck May 9, 2016
ae10b45
grr routes are being terrible what happened??
DStorck May 9, 2016
9c1e84e
fixed sign in
jweeber May 9, 2016
3691d75
merging routes
jweeber May 9, 2016
cbd31f3
commiting so i can checkout older version and see what's happening wi…
DStorck May 9, 2016
ef13ba3
use these routes. all of them.
jweeber May 9, 2016
0c06cc8
fixing merge conflict
DStorck May 9, 2016
6403079
hadn't fully fixed merge conflict, working now
DStorck May 9, 2016
9efb476
added route that got left behind to make your store work
jweeber May 9, 2016
670ff91
Merge branch 'master' of github.com:abrown152/betsy
jweeber May 9, 2016
02fc0c9
quantity of product now lowers after completed purchase
DStorck May 9, 2016
6ba5a0d
Merge branch 'master' of github.com:abrown152/betsy
DStorck May 9, 2016
3dfb948
trying to figure out why complete purchase page shows up twice
DStorck May 9, 2016
f30bb05
updated product show page to reflect available quantities
DStorck May 9, 2016
5ed0c7d
product category working for text field but not drop-down
jweeber May 9, 2016
6642ad0
Merge branch 'master' of github.com:abrown152/betsy
jweeber May 9, 2016
cb33da4
i dunno i think i removed an extra space somewhere
jweeber May 9, 2016
c7d1a78
commiting so i can branch out
DStorck May 9, 2016
6e39b5d
got bootstrap for sign in form working
jweeber May 9, 2016
41d65de
migration for making order cc exp into date datatype, and fixed weird…
DStorck May 9, 2016
6533838
Merge branch 'master' of github.com:abrown152/betsy
DStorck May 9, 2016
8ee0227
got the quantity to work on each show pageincluding your store products
jweeber May 9, 2016
f8c2bf1
quantity not working on home page as well
jweeber May 9, 2016
751e4ce
merging css and quantity now working on all pages
jweeber May 9, 2016
0282ddb
all order default to pending once they are created
DStorck May 9, 2016
930419f
Merge branch 'master' of github.com:abrown152/betsy
DStorck May 9, 2016
2988e31
working on getting add a review form up and running
DStorck May 10, 2016
a7b35d5
I CHANGED ROUTES. be careful. got delete and edit working for product…
jweeber May 10, 2016
2d8131e
i changed routes, edit and delete for product
jweeber May 10, 2016
fe122f4
tried fixing adding new category but going to create a separate page …
jweeber May 10, 2016
c5cd1fc
wahoo we can now write descriptions for products
DStorck May 10, 2016
8e3a8a1
Merge branch 'master' of github.com:abrown152/betsy
DStorck May 10, 2016
1dca41d
changed something
jweeber May 10, 2016
ffc6484
adding new category now works like it should and is available as cate…
jweeber May 10, 2016
c324f0f
merging category creation feature
jweeber May 10, 2016
165a37e
edit for product working with category and animal in there plus boots…
jweeber May 10, 2016
47063e5
every time a review gets created it updated the products rating attri…
DStorck May 10, 2016
4a096a5
Merge branch 'master' of github.com:abrown152/betsy
DStorck May 10, 2016
2228646
Merge commit.
abrown152 May 10, 2016
6bcd1dd
Merge branch 'master' of github.com:abrown152/betsy
abrown152 May 10, 2016
599a7b9
added method to only take last 4 digits of credit card and display al…
DStorck May 10, 2016
f01dd4f
Merge branch 'master' of github.com:abrown152/betsy
DStorck May 10, 2016
d01fb97
added attribute to review so we can know who wrote it, it shows up on…
DStorck May 10, 2016
6bb0bf6
retire product button working. now to work on making them not show up…
jweeber May 10, 2016
aa3c539
merge conflict in scheme and css resolved
jweeber May 10, 2016
63ea797
controller methods to show only products that are not retired
jweeber May 10, 2016
f1d1ec8
Merge branch 'retire_prod' - retire product working
jweeber May 10, 2016
0f2ffe1
starting validations for order
DStorck May 10, 2016
90f5b04
Merge branch 'master' of github.com:abrown152/betsy
DStorck May 10, 2016
201cbe6
products controller edits
jweeber May 10, 2016
3f8a8bc
Merge branch 'master' of github.com:abrown152/betsy
jweeber May 10, 2016
18f90ff
added some details to checkout forms to make certain parts mandatory …
DStorck May 10, 2016
0e0598a
Merge branch 'master' of github.com:abrown152/betsy
DStorck May 10, 2016
d8d32a7
added required fields to forms and asterisks, so pretty
DStorck May 10, 2016
9a28786
all show pages now updated to say when items are out of stock. signed…
jweeber May 10, 2016
d926315
merging show pages for out of stock feature
jweeber May 10, 2016
1f8ab38
added a test that passed
jweeber May 10, 2016
681fd22
added logic to make sure user can't review their own product
DStorck May 10, 2016
13a2317
Merge branch 'master' of github.com:abrown152/betsy
DStorck May 10, 2016
9ced0ae
everything is a link. click everything....ha ha
DStorck May 10, 2016
97c6f66
added some tests for order model
DStorck May 10, 2016
b83de0e
added some tests for products model and users model
jweeber May 10, 2016
086b361
merging fixtures
jweeber May 10, 2016
e851a11
finished tests for home controller
jweeber May 11, 2016
0990345
tests for product model
jweeber May 11, 2016
b048f6c
finished model tests for products
jweeber May 11, 2016
d7382a8
worked on some tests for orderitems
jweeber May 11, 2016
3e40f51
redirected user back to cart if out of stock
DStorck May 11, 2016
b2da32d
Merge branch 'master' of github.com:abrown152/betsy
DStorck May 11, 2016
1f2462f
wrote test for review model
DStorck May 12, 2016
14e300f
updated show page to use product.rating instead of a method to calcul…
DStorck May 12, 2016
ed658da
made home page pics into links to product show page
DStorck May 12, 2016
c4af490
some bootstrap for responsiveness on show product page, plus some css…
jweeber May 12, 2016
693ccfe
merging css
jweeber May 12, 2016
7a2a16c
added some checks in the account page for when authenticated user doe…
jweeber May 12, 2016
a83d7ca
styling for review page
jweeber May 12, 2016
eeb5f10
ten hours later, we have some seller metrics
DStorck May 12, 2016
7f86b48
ten hours later, we have some seller metrics
DStorck May 12, 2016
bb32cdf
metrics are working well, need more details on deets page
DStorck May 12, 2016
e0c6690
got revenue methods working
jweeber May 13, 2016
85a1dfa
messing around with css for the table. removed images that arent bein…
jweeber May 13, 2016
a9bf077
deleted useless file
jweeber May 13, 2016
4c1fcbe
finished seller metrics for revenue and status
jweeber May 13, 2016
216d771
got button to ship an orderitem working
jweeber May 13, 2016
0a910d5
updated ratings so the seeds come in with rating already calculated
DStorck May 13, 2016
6b2233d
updated ratings so the seeds come in with rating already calculated
DStorck May 13, 2016
df0c101
wrote test for new method in product model
DStorck May 13, 2016
18ad917
finished user model testing
jweeber May 13, 2016
fcbab29
merge conflict
jweeber May 13, 2016
f301cd3
stupid merge conflict
jweeber May 13, 2016
13a8334
last test for user model weeeeee
jweeber May 13, 2016
943fc44
added flash message and redirect for when user tries to checkout with…
jweeber May 13, 2016
b1a6625
changed a fixture"
DStorck May 13, 2016
15ef534
Merge branch 'master' of github.com:abrown152/betsy
DStorck May 13, 2016
7ca13fe
did some css for review page and changed time to display nicely
DStorck May 13, 2016
a851a28
added logic to product show page in case there are no reviews or rati…
DStorck May 13, 2016
076edaf
added many seeds of awesome things
jweeber May 13, 2016
9fc1681
SEEDS Merge branch 'master' of github.com:abrown152/betsy
jweeber May 13, 2016
48ba82a
updated review stuff so it doesn't display unless there is a review
DStorck May 13, 2016
1751894
adding user ids to seeds
jweeber May 13, 2016
b079155
seeds
jweeber May 13, 2016
2edfc79
fixed a rewiew bug and added some css to seller order page
DStorck May 13, 2016
bd9e2ce
fixed display on category page
DStorck May 13, 2016
90b18d1
updated state to be a dropdown so we can't put in long state names an…
DStorck May 26, 2016
4cbe856
adding lisa's fix to our cart
jweeber Jun 16, 2016
ac1b529
merge to make cart work with lisa's fixes
jweeber Jun 16, 2016
a9059aa
fixing order helpers bc somehow they disappeared.
jweeber Jul 2, 2016
6dc1e63
fixed syntax error
jweeber Jul 2, 2016
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
10 changes: 3 additions & 7 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ ruby '2.3.0'

# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '4.2.6'
gem "pry"
# Use postgresql as the database for Active Record
gem 'pg', '~> 0.15'
# Use SCSS for stylesheets
Expand All @@ -11,20 +12,16 @@ gem 'sass-rails', '~> 5.0'
gem 'uglifier', '>= 1.3.0'
# Use CoffeeScript for .coffee assets and views
gem 'coffee-rails', '~> 4.1.0'
# See https://github.com/rails/execjs#readme for more supported runtimes
# gem 'therubyracer', platforms: :ruby

# Use jquery as the JavaScript library
gem 'jquery-rails'
# Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks
gem 'turbolinks'
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
gem 'jbuilder', '~> 2.0'
# bundle exec rake doc:rails generates the API under doc/api.
gem 'sdoc', '~> 0.4.0', group: :doc

gem 'simplecov', :require => false, :group => :test
# Use ActiveModel has_secure_password
# gem 'bcrypt', '~> 3.1.7'
gem 'bcrypt', '~> 3.1.7'

# Use Unicorn as the app server
# gem 'unicorn'
Expand All @@ -44,4 +41,3 @@ group :development do
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
gem 'spring'
end

20 changes: 20 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,12 @@ GEM
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
arel (6.0.3)
bcrypt (3.1.11)
binding_of_caller (0.7.2)
debug_inspector (>= 0.0.1)
builder (3.2.2)
byebug (8.2.5)
coderay (1.1.1)
coffee-rails (4.1.1)
coffee-script (>= 2.2.0)
railties (>= 4.0.0, < 5.1.x)
Expand All @@ -50,6 +52,7 @@ GEM
coffee-script-source (1.10.0)
concurrent-ruby (1.0.1)
debug_inspector (0.0.2)
docile (1.1.5)
erubis (2.7.0)
execjs (2.6.0)
globalid (0.3.6)
Expand All @@ -67,6 +70,7 @@ GEM
nokogiri (>= 1.5.9)
mail (2.6.4)
mime-types (>= 1.16, < 4)
method_source (0.8.2)
mime-types (3.0)
mime-types-data (~> 3.2015)
mime-types-data (3.2016.0221)
Expand All @@ -76,6 +80,10 @@ GEM
nokogiri (1.6.7.2)
mini_portile2 (~> 2.0.0.rc2)
pg (0.18.4)
pry (0.10.3)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
rack (1.6.4)
rack-test (0.6.3)
rack (>= 1.0)
Expand Down Expand Up @@ -116,6 +124,12 @@ GEM
sdoc (0.4.1)
json (~> 1.7, >= 1.7.7)
rdoc (~> 4.0)
simplecov (0.11.2)
docile (~> 1.1.0)
json (~> 1.8)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.0)
slop (3.6.0)
spring (1.7.1)
sprockets (3.6.0)
concurrent-ruby (~> 1.0)
Expand Down Expand Up @@ -143,18 +157,24 @@ PLATFORMS
ruby

DEPENDENCIES
bcrypt (~> 3.1.7)
byebug
coffee-rails (~> 4.1.0)
jbuilder (~> 2.0)
jquery-rails
pg (~> 0.15)
pry
rails (= 4.2.6)
sass-rails (~> 5.0)
sdoc (~> 0.4.0)
simplecov
spring
turbolinks
uglifier (>= 1.3.0)
web-console (~> 2.0)

RUBY VERSION
ruby 2.3.0p0

BUNDLED WITH
1.12.1
Binary file added app/assets/images/cat logo 2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/assets/images/cat logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/assets/images/dog logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/assets/images/dog_paw.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/assets/images/goat_paw.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/assets/images/guinea_paw.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/assets/images/petsy logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions app/assets/javascripts/home.coffee
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Place all the behaviors and hooks related to the matching controller here.
# All this logic will automatically be available in application.js.
# You can use CoffeeScript in this file: http://coffeescript.org/

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Best practice is to delete files like this that you never use.

3 changes: 3 additions & 0 deletions app/assets/javascripts/order.coffee
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Place all the behaviors and hooks related to the matching controller here.
# All this logic will automatically be available in application.js.
# You can use CoffeeScript in this file: http://coffeescript.org/
3 changes: 3 additions & 0 deletions app/assets/javascripts/orderitems.coffee
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Place all the behaviors and hooks related to the matching controller here.
# All this logic will automatically be available in application.js.
# You can use CoffeeScript in this file: http://coffeescript.org/
3 changes: 3 additions & 0 deletions app/assets/javascripts/orders.coffee
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Place all the behaviors and hooks related to the matching controller here.
# All this logic will automatically be available in application.js.
# You can use CoffeeScript in this file: http://coffeescript.org/
3 changes: 3 additions & 0 deletions app/assets/javascripts/products.coffee
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Place all the behaviors and hooks related to the matching controller here.
# All this logic will automatically be available in application.js.
# You can use CoffeeScript in this file: http://coffeescript.org/
3 changes: 3 additions & 0 deletions app/assets/javascripts/reviews.coffee
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Place all the behaviors and hooks related to the matching controller here.
# All this logic will automatically be available in application.js.
# You can use CoffeeScript in this file: http://coffeescript.org/
3 changes: 3 additions & 0 deletions app/assets/javascripts/sessions.coffee
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Place all the behaviors and hooks related to the matching controller here.
# All this logic will automatically be available in application.js.
# You can use CoffeeScript in this file: http://coffeescript.org/
3 changes: 3 additions & 0 deletions app/assets/javascripts/users.coffee
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Place all the behaviors and hooks related to the matching controller here.
# All this logic will automatically be available in application.js.
# You can use CoffeeScript in this file: http://coffeescript.org/
Loading