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

karin/alma/maddie/sky (basketcase) #40

Open
wants to merge 142 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
142 commits
Select commit Hold shift + click to select a range
e6ff2ef
removed the broken rails app
wordkarin Oct 19, 2016
b5c8fde
new rails app
wordkarin Oct 19, 2016
8a64011
updated gemfile
wordkarin Oct 19, 2016
088205e
added all the models/migrations
wordkarin Oct 19, 2016
cf8e66c
added all the seed csvs, updated seed file, maddie's images
wordkarin Oct 19, 2016
cd1271e
added order_items csv
mjohnson3038 Oct 19, 2016
0c37c09
Added product_categories.csv. Modified gitignore and ds-store.
mimyal Oct 19, 2016
1072cb4
Routes
mjohnson3038 Oct 19, 2016
5e83b3d
OrderItem and ProductCategory Seed Files
mjohnson3038 Oct 19, 2016
c6b1a07
removed product destroy route
LaurenSky Oct 19, 2016
b5faf8e
Merge branch 'master' of https://github.com/wordkarin/betsy
LaurenSky Oct 19, 2016
43da540
Controllers generated for basketcase site
mimyal Oct 19, 2016
b401f03
removed some undneeded routes
LaurenSky Oct 20, 2016
b1505fe
added coverage by adding minitest and simplecov gems to gemfile
LaurenSky Oct 20, 2016
57fc00e
updated the routes
wordkarin Oct 20, 2016
19a4e81
added validations and stubs for actions
wordkarin Oct 21, 2016
0f680b7
Merchant validations implemented through TDD
mimyal Oct 21, 2016
30b292c
wrote all the fixtures
wordkarin Oct 21, 2016
5764aee
Merge pull request #1 from wordkarin/karin-product-validation
LaurenSky Oct 21, 2016
3747b95
some Review model validation tests completed
LaurenSky Oct 21, 2016
a2fd1d1
Merge branch 'master' into sky
LaurenSky Oct 21, 2016
7df75f1
model validations updated, with tests
wordkarin Oct 21, 2016
a3e91cc
one more validation
wordkarin Oct 21, 2016
5111ccc
added order and review validations and tests & added some new items t…
LaurenSky Oct 21, 2016
d7965a8
OrderItem Tests and Validations
mjohnson3038 Oct 21, 2016
ed82f46
Are the product_id and order_id valid?
mjohnson3038 Oct 21, 2016
2bd901b
Undoing Yaml
mjohnson3038 Oct 21, 2016
a7bb523
modified order test for must have at least 1 order_item
LaurenSky Oct 21, 2016
c62254c
Merge pull request #2 from wordkarin/karin-product-validation
mjohnson3038 Oct 21, 2016
e009820
Merge pull request #4 from wordkarin/merchant-setup
mjohnson3038 Oct 21, 2016
88f23a0
Merge branch 'master' into maddie/orderitem-validation
mjohnson3038 Oct 21, 2016
e89ffe5
fixed validation test for needing >= 1 order_item
LaurenSky Oct 21, 2016
ada93af
hadn't saved order_test file before committing prior to last commit
LaurenSky Oct 21, 2016
adc2f93
merge master into sky/orderreviewvals
LaurenSky Oct 21, 2016
e10f7a2
Merge pull request #3 from wordkarin/sky/order-review-validations
wordkarin Oct 21, 2016
be2a946
updated order of seed data, so that relationships work (#5)
wordkarin Oct 21, 2016
35e4c9a
Fixtures added in and fixed
mjohnson3038 Oct 21, 2016
e3ca2ea
fixed the seed
wordkarin Oct 21, 2016
eaec2b2
Created main page, routes and controller. Tested.
mimyal Oct 21, 2016
3a8b2b2
Merge branch 'maddie/orderitem-validation'
wordkarin Oct 21, 2016
a69c791
merging maddies fixtures for order_items
wordkarin Oct 21, 2016
fd5a184
Merge branch 'maddie/orderitem-validation'
wordkarin Oct 21, 2016
8954475
Merge pull request #7 from wordkarin/root-setup
mjohnson3038 Oct 21, 2016
d2ee4f2
fixed fixture error on orders.yml
wordkarin Oct 21, 2016
fce0d6b
added Sessions Controller and OAuth config for Google API. Also enabl…
LaurenSky Oct 22, 2016
000ecb1
added link to root_path & login/logout link to nav bar. Also, added i…
LaurenSky Oct 22, 2016
4f4f86f
added favicon to tab
LaurenSky Oct 22, 2016
2dffd0f
added reviews#index method and view
LaurenSky Oct 22, 2016
f7a7a38
OrderItem#create
mjohnson3038 Oct 23, 2016
aa09615
WIP Testing for OrderItem and Order
mjohnson3038 Oct 23, 2016
d472755
Removed products#index route. Built tests/controllers/views for merch…
mimyal Oct 23, 2016
4d8e4b9
added uid and provider to merchant table & uid is string because it i…
LaurenSky Oct 23, 2016
2002ff9
working on sessions controller tests
LaurenSky Oct 24, 2016
edd733c
adding updates so I can merge sky/css into branch
LaurenSky Oct 24, 2016
5d79988
Merge branch 'sky/css' into sky/sessions-Oauth
LaurenSky Oct 24, 2016
2f209cb
completed sessions tests
LaurenSky Oct 24, 2016
d6a8475
Merge pull request #8 from wordkarin/sky/sessions-Oauth
wordkarin Oct 24, 2016
0943ea1
Merge pull request #9 from wordkarin/sky/css
wordkarin Oct 24, 2016
7df65a6
Added foundation files to app/assets/stylesheets
LaurenSky Oct 24, 2016
6a2b9c1
added controller actions and views for index/show, started on form pa…
wordkarin Oct 24, 2016
24cec7c
Merge pull request #10 from wordkarin/merchants-controller
mjohnson3038 Oct 24, 2016
6014a9e
Merge branch 'master' into mbj/Order_Controller
mjohnson3038 Oct 24, 2016
a8a3e13
show now has product categories displayed, and all images
wordkarin Oct 24, 2016
4cab9bf
got error messages for validations to show up
wordkarin Oct 24, 2016
70ca437
Merchant fixtures corrected to work with uid/provider validation. Mer…
mimyal Oct 24, 2016
2434ada
added errors view folder and updated reviews create method
LaurenSky Oct 24, 2016
2355eb2
order#create
mjohnson3038 Oct 24, 2016
46a46a1
session controller testing updated
LaurenSky Oct 24, 2016
ac65584
finished all review controller tests
LaurenSky Oct 24, 2016
6bba40d
changed form headers
LaurenSky Oct 24, 2016
b184b89
Completed Sessions Controller testing
LaurenSky Oct 24, 2016
0463c8f
WIP OrderItems#Create
mjohnson3038 Oct 24, 2016
0d2d080
tests for index and show
wordkarin Oct 24, 2016
e94eab0
Merge branch 'master' into karin/product-controller
wordkarin Oct 24, 2016
9f19417
fixed product reroute path #index
mjohnson3038 Oct 24, 2016
76e0037
Merge branch 'master' into sky/reviews-controller
mjohnson3038 Oct 24, 2016
f1803f4
Merge pull request #11 from wordkarin/fixtures
LaurenSky Oct 24, 2016
026a686
Merge branch 'master' into sky/reviews-controller
mjohnson3038 Oct 24, 2016
9a805e8
Merge pull request #12 from wordkarin/sky/reviews-controller
mjohnson3038 Oct 24, 2016
7b422f2
Merge remote-tracking branch 'origin/master' into karin/product-contr…
wordkarin Oct 24, 2016
16affc5
merged app/assets/stylesheets/appication.css file
LaurenSky Oct 24, 2016
ab3ce8b
removed extra space
LaurenSky Oct 24, 2016
02e8463
Merge branch 'master' into sky/sessions-Oauth
LaurenSky Oct 24, 2016
f9bed1a
Fixed Picture Links
mjohnson3038 Oct 24, 2016
9ece07b
Merge branch 'master' into karin/product-controller
mjohnson3038 Oct 24, 2016
d2d9de1
Merge pull request #14 from wordkarin/karin/product-controller
mjohnson3038 Oct 24, 2016
89c354b
Merge pull request #13 from wordkarin/sky/sessions-Oauth
mimyal Oct 24, 2016
4c73959
Merge branch 'master' into mbj/Order_Controller
mjohnson3038 Oct 24, 2016
e4049f4
WIP General Orders and OrderItems
mjohnson3038 Oct 24, 2016
023ddd8
completed category actions in controller
LaurenSky Oct 25, 2016
5575163
orders#create basic functionality implemented. Working on carrying th…
mimyal Oct 25, 2016
72948be
Working with current_user = merchant.last
mjohnson3038 Oct 25, 2016
db2f875
fixed typo on product_not_found, added note on add to cart
wordkarin Oct 25, 2016
efbbdf7
Fixed reviews#create
mjohnson3038 Oct 25, 2016
c784a13
Merge conflicts fixed
mjohnson3038 Oct 25, 2016
dffb695
Merge pull request #16 from wordkarin/application-connections
wordkarin Oct 25, 2016
b82fc17
added a partial form for category and updated new.html.erb
LaurenSky Oct 25, 2016
8e67ffc
Merge pull request #15 from wordkarin/mbj/Order_Controller
mjohnson3038 Oct 25, 2016
0c82f77
created new nested route for prodcut/product-categories & added parti…
LaurenSky Oct 25, 2016
a207994
fixed route merge conflict-- kept both new routes
LaurenSky Oct 25, 2016
ad4934a
fixed the reference to the category form, and added link to show
wordkarin Oct 25, 2016
6ad808e
Merge pull request #17 from wordkarin/sky/categories-controller
wordkarin Oct 25, 2016
572369d
Karin/product controller (#19)
wordkarin Oct 25, 2016
e0d0bcb
Sky/foundation nav (#18)
LaurenSky Oct 25, 2016
70307f1
Mbj/order controller (#21)
mjohnson3038 Oct 26, 2016
df287a1
added authorization on product#edit
wordkarin Oct 26, 2016
9052443
logged out guests and wrong merchants cannot edit products from merch…
wordkarin Oct 26, 2016
56e8701
Merge pull request #22 from wordkarin/karin/authorization
mimyal Oct 26, 2016
4ed01fe
finished tests for products
wordkarin Oct 27, 2016
3bdd3bf
updated review#new to not authorize merchant if they're the owner
wordkarin Oct 27, 2016
d338eb9
Merge pull request #23 from wordkarin/karin/authorization
mjohnson3038 Oct 27, 2016
4f7ab85
Sky/categories controller (#25)
LaurenSky Oct 27, 2016
55f97e9
Mbj/order controller (#24)
mjohnson3038 Oct 27, 2016
a15f318
fixed the list of products on a merchant.index
wordkarin Oct 27, 2016
d3af070
changed routes to checkout/pay, added session[:order_id]
wordkarin Oct 27, 2016
18211f4
Km/cart order (#26)
wordkarin Oct 27, 2016
e2c428c
added styles
LaurenSky Oct 27, 2016
36a1468
Product#Index Css
mjohnson3038 Oct 28, 2016
f5f3f14
Merge pull request #27 from wordkarin/mbj/css
LaurenSky Oct 28, 2016
4faf128
Category#Index Css
mjohnson3038 Oct 28, 2016
7fbd7e5
Merge pull request #28 from wordkarin/mbj/css
LaurenSky Oct 28, 2016
7efc329
css for forms
LaurenSky Oct 28, 2016
fc55f9c
fixed merge conflicts
LaurenSky Oct 28, 2016
a10b7bb
added basket cart
LaurenSky Oct 28, 2016
3fd356e
Alma/join tables (#30)
wordkarin Oct 28, 2016
85d5eb3
fixed the order_date for pending orders on merchant show page
wordkarin Oct 28, 2016
6b4419a
fixed omniauth login problem
wordkarin Oct 28, 2016
2d84030
am actually saving order with purchase_time now
wordkarin Oct 28, 2016
fe3b6df
Merge pull request #32 from wordkarin/karin/strftime
wordkarin Oct 28, 2016
d992149
hoping to fix css on production
wordkarin Oct 28, 2016
cb702b1
another fix for css
wordkarin Oct 28, 2016
618b98e
Order controller, OrderItem model and tests realigned after git 'reor…
mimyal Oct 28, 2016
852728d
Order controller, OrderItem model and tests realigned after git 'reor…
mimyal Oct 28, 2016
169bf4e
merge conflict with myself resolved
mimyal Oct 28, 2016
1f67d2d
Merge pull request #33 from wordkarin/alma/test
mjohnson3038 Oct 28, 2016
63bf5e7
Final css adds (#34)
LaurenSky Oct 28, 2016
44c2dc6
Final css adds (#35)
LaurenSky Oct 28, 2016
a5cd45e
adding reference for favicon
wordkarin Oct 28, 2016
f3d3cbb
trying to fix favicon
wordkarin Oct 28, 2016
37ec01a
another attempt to fix favicon
wordkarin Oct 28, 2016
0cdcc54
Final css adds (#37)
LaurenSky Oct 28, 2016
4d72310
Merge branch 'master' of https://github.com/wordkarin/betsy
wordkarin Oct 28, 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
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,18 @@
# Ignore bundler config.
/.bundle

# Ignore the default SQLite database.
/db/*.sqlite3
/db/*.sqlite3-journal

# Ignore all logfiles and tempfiles.
/log/*
!/log/.keep
/tmp

.DS_Store

/coverage

# Ignore the .env file (it's full of secrets!)
.env
41 changes: 38 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
source 'https://rubygems.org'
ruby '2.3.1'

# graphing for erd
gem 'graphviz'
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '4.2.6'
# Use postgresql as the database for Active Record
# gem 'pg', '~> 0.15'

# Use SCSS for stylesheets
gem 'sass-rails', '~> 5.0'
# Use Uglifier as compressor for JavaScript assets
Expand All @@ -23,6 +23,15 @@ gem 'jbuilder', '~> 2.0'
# bundle exec rake doc:rails generates the API under doc/api.
gem 'sdoc', '~> 0.4.0', group: :doc


# For authentication
gem 'omniauth'

#google as our authentication instead
gem "omniauth-google-oauth2", "~> 0.2.1"

#for 5 star reviews
gem 'ratyrate'
# Use ActiveModel has_secure_password
# gem 'bcrypt', '~> 3.1.7'

Expand All @@ -32,15 +41,41 @@ gem 'sdoc', '~> 0.4.0', group: :doc
# Use Capistrano for deployment
# gem 'capistrano-rails', group: :development

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

group :development, :test do
# Use sqlite3 as the database for Active Record
gem 'sqlite3'

# Call 'byebug' anywhere in the code to stop execution and get a debugger console
gem 'byebug'
# for tests
gem 'dotenv-rails'

#for testing
gem 'better_errors'
gem 'binding_of_caller'


end

group :development do
# Access an IRB console on exception pages or by using <%= console %> in views
gem 'web-console', '~> 2.0'

#for erd diagram
gem 'rails-erd'

# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
gem 'spring'
end

group :production do
# to use postgres in production
gem 'pg'

gem 'rails_12factor'
end
129 changes: 102 additions & 27 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -36,45 +36,89 @@ GEM
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
addressable (2.4.0)
ansi (1.5.0)
arel (6.0.3)
better_errors (2.1.1)
coderay (>= 1.0.0)
erubis (>= 2.6.6)
rack (>= 0.9.0)
binding_of_caller (0.7.2)
debug_inspector (>= 0.0.1)
builder (3.2.2)
byebug (8.2.5)
byebug (9.0.6)
choice (0.2.0)
coderay (1.1.1)
coffee-rails (4.1.1)
coffee-script (>= 2.2.0)
railties (>= 4.0.0, < 5.1.x)
coffee-script (2.4.1)
coffee-script-source
execjs
coffee-script-source (1.10.0)
concurrent-ruby (1.0.1)
concurrent-ruby (1.0.2)
debug_inspector (0.0.2)
docile (1.1.5)
dotenv (2.1.1)
dotenv-rails (2.1.1)
dotenv (= 2.1.1)
railties (>= 4.0, < 5.1)
erubis (2.7.0)
execjs (2.6.0)
globalid (0.3.6)
execjs (2.7.0)
faraday (0.9.2)
multipart-post (>= 1.2, < 3)
globalid (0.3.7)
activesupport (>= 4.1.0)
graphviz (0.3.0)
hashie (3.4.6)
i18n (0.7.0)
jbuilder (2.4.1)
jbuilder (2.6.0)
activesupport (>= 3.0.0, < 5.1)
multi_json (~> 1.2)
jquery-rails (4.1.1)
jquery-rails (4.2.1)
rails-dom-testing (>= 1, < 3)
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
json (1.8.3)
jwt (1.5.6)
loofah (2.0.3)
nokogiri (>= 1.5.9)
mail (2.6.4)
mime-types (>= 1.16, < 4)
mime-types (3.0)
mime-types (3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2016.0221)
mini_portile2 (2.0.0)
minitest (5.8.4)
multi_json (1.11.3)
nokogiri (1.6.7.2)
mini_portile2 (~> 2.0.0.rc2)
mime-types-data (3.2016.0521)
mini_portile2 (2.1.0)
minitest (5.9.1)
minitest-reporters (1.1.11)
ansi
builder
minitest (>= 5.0)
ruby-progressbar
multi_json (1.12.1)
multi_xml (0.5.5)
multipart-post (2.0.0)
nokogiri (1.6.8.1)
mini_portile2 (~> 2.1.0)
oauth2 (1.2.0)
faraday (>= 0.8, < 0.10)
jwt (~> 1.0)
multi_json (~> 1.3)
multi_xml (~> 0.5)
rack (>= 1.2, < 3)
omniauth (1.3.1)
hashie (>= 1.2, < 4)
rack (>= 1.0, < 3)
omniauth-google-oauth2 (0.2.10)
addressable (~> 2.3)
jwt (~> 1.0)
multi_json (~> 1.3)
omniauth (>= 1.1.1)
omniauth-oauth2 (~> 1.3.1)
omniauth-oauth2 (1.3.1)
oauth2 (~> 1.0)
omniauth (~> 1.2)
pg (0.19.0)
rack (1.6.4)
rack-test (0.6.3)
rack (>= 1.0)
Expand All @@ -95,42 +139,63 @@ GEM
activesupport (>= 4.2.0.beta, < 5.0)
nokogiri (~> 1.6.0)
rails-deprecated_sanitizer (>= 1.0.1)
rails-erd (1.5.0)
activerecord (>= 3.2)
activesupport (>= 3.2)
choice (~> 0.2.0)
ruby-graphviz (~> 1.2)
rails-html-sanitizer (1.0.3)
loofah (~> 2.0)
rails_12factor (0.0.3)
rails_serve_static_assets
rails_stdout_logging
rails_serve_static_assets (0.0.5)
rails_stdout_logging (0.0.5)
railties (4.2.6)
actionpack (= 4.2.6)
activesupport (= 4.2.6)
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
rake (11.1.2)
rake (11.3.0)
ratyrate (1.2.2.alpha)
rdoc (4.2.2)
json (~> 1.4)
ruby-graphviz (1.2.2)
ruby-progressbar (1.8.1)
sass (3.4.22)
sass-rails (5.0.4)
railties (>= 4.0.0, < 5.0)
sass-rails (5.0.6)
railties (>= 4.0.0, < 6)
sass (~> 3.1)
sprockets (>= 2.8, < 4.0)
sprockets-rails (>= 2.0, < 4.0)
tilt (>= 1.1, < 3)
sdoc (0.4.1)
sdoc (0.4.2)
json (~> 1.7, >= 1.7.7)
rdoc (~> 4.0)
spring (1.7.1)
sprockets (3.6.0)
simplecov (0.12.0)
docile (~> 1.1.0)
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.0)
spring (2.0.0)
activesupport (>= 4.2)
sprockets (3.7.0)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
sprockets-rails (3.0.4)
sprockets-rails (3.2.0)
actionpack (>= 4.0)
activesupport (>= 4.0)
sprockets (>= 3.0.0)
sqlite3 (1.3.12)
thor (0.19.1)
thread_safe (0.3.5)
tilt (2.0.2)
turbolinks (2.5.3)
coffee-rails
tilt (2.0.5)
turbolinks (5.0.1)
turbolinks-source (~> 5)
turbolinks-source (5.0.0)
tzinfo (1.2.2)
thread_safe (~> 0.1)
uglifier (3.0.0)
uglifier (3.0.2)
execjs (>= 0.3.0, < 3)
web-console (2.3.0)
activemodel (>= 4.0)
Expand All @@ -142,20 +207,30 @@ PLATFORMS
ruby

DEPENDENCIES
better_errors
binding_of_caller
byebug
coffee-rails (~> 4.1.0)
dotenv-rails
graphviz
jbuilder (~> 2.0)
jquery-rails
minitest-reporters
omniauth
omniauth-google-oauth2 (~> 0.2.1)
pg
rails (= 4.2.6)
rails-erd
rails_12factor
ratyrate
sass-rails (~> 5.0)
sdoc (~> 0.4.0)
simplecov
spring
sqlite3
turbolinks
uglifier (>= 1.3.0)
web-console (~> 2.0)

RUBY VERSION
ruby 2.3.1p112

BUNDLED WITH
1.13.5
28 changes: 28 additions & 0 deletions README.rdoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
== README

This README would normally document whatever steps are necessary to get the
application up and running.

Things you may want to cover:

* Ruby version

* System dependencies

* Configuration

* Database creation

* Database initialization

* How to run the test suite

* Services (job queues, cache servers, search engines, etc.)

* Deployment instructions

* ...


Please feel free to use a different markup language if you do not plan to run
<tt>rake doc:app</tt>.
Binary file added app/assets/.DS_Store
Binary file not shown.
Binary file added app/assets/images/almonds.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/basket.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/basketcart.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/blanket.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/brie.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/categories/almonds.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/categories/charcuterie.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/categories/cheese.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/categories/essentials.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/categories/peaches.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/categories/wines.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/chicken.jpeg
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/favicon.ico
Binary file not shown.
Binary file added app/assets/images/goat_cheese.jpeg
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/grapes.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/gruyere.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/merchant-strawberries.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/salami.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/sampler.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/sauternes.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/slicer.jpeg
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/categories.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/main.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/merchants.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/order_items.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/product_categories.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/
Loading