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

Nina and Sassa PR #41

Open
wants to merge 170 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
170 commits
Select commit Hold shift + click to select a range
8687896
first commit
RedSquirrelious Oct 4, 2016
24d1deb
added gems 'awesome_print' for readability and 'better_errors' and '…
RedSquirrelious Oct 4, 2016
6d8de9f
added gems 'meta_request', 'pry-rails', and 'quiet_assets'
RedSquirrelious Oct 4, 2016
60231ac
added gems 'meta_request', 'pry-rails', and 'quiet_assets'
RedSquirrelious Oct 4, 2016
9e2e5ac
added two columns of markets, 1st from vendors sorted by name, 2nd fr…
RedSquirrelious Oct 4, 2016
4d09da8
created developement branch
ninamutty Oct 4, 2016
22f512b
created vendor, market, and market_vendors models
ninamutty Oct 4, 2016
eb0b5ae
edited typo
ninamutty Oct 4, 2016
1925ca3
added headings id name address city county state zip
RedSquirrelious Oct 4, 2016
1e6a459
added headings id name vendor_id
RedSquirrelious Oct 4, 2016
2e6252d
added headings id amount purchase_time vendor_id product_id
RedSquirrelious Oct 4, 2016
b605fc4
removed all market id information because going with join table marke…
RedSquirrelious Oct 4, 2016
433a934
created join table for markets and vendors, added vendor_id 3x, added…
RedSquirrelious Oct 4, 2016
77a8eda
changed relationships to join table
ninamutty Oct 4, 2016
85bd16f
cleaned market_vendor data, all unique relationships
RedSquirrelious Oct 4, 2016
a0e42ff
migrated
ninamutty Oct 4, 2016
b6e4971
Merge branch 'master' of https://github.com/RedSquirrelious/FarMarRai…
ninamutty Oct 4, 2016
8080ae1
seeded files and edited changes in text file that excel made
ninamutty Oct 4, 2016
d397481
used console
ninamutty Oct 4, 2016
36fcb8c
added Gemfile.lock
ninamutty Oct 4, 2016
30217e8
add log/development
ninamutty Oct 4, 2016
9bc3d67
Merge branch 'master' of https://github.com/RedSquirrelious/FarMarRails
ninamutty Oct 4, 2016
60b4d28
Merge branch 'development'
ninamutty Oct 4, 2016
19dac99
test
RedSquirrelious Oct 4, 2016
bfa281d
Merge pull request #1 from RedSquirrelious/sk_development
ninamutty Oct 4, 2016
7e5d46a
Update README.md
ninamutty Oct 4, 2016
b38559b
Merge pull request #2 from RedSquirrelious/sk_development
RedSquirrelious Oct 4, 2016
9745582
changed market_vendors model to market_vendors_clean
ninamutty Oct 5, 2016
2da978f
added product and sale models, added seed data
RedSquirrelious Oct 5, 2016
fe06481
Merge pull request #3 from RedSquirrelious/sk_development
RedSquirrelious Oct 5, 2016
eb39812
edit market and vendor relationships - now they can interact properly
ninamutty Oct 5, 2016
f06825d
Merge branch 'development'
ninamutty Oct 5, 2016
9d86e12
Doubling down on the new schema
ninamutty Oct 5, 2016
27d7a89
edited schema - merge
ninamutty Oct 5, 2016
6000b0c
created markets controller (with functionality to edit, delete, and c…
ninamutty Oct 5, 2016
28b04d3
created vendor controller
RedSquirrelious Oct 5, 2016
31429a2
added index and show_vendor methods
RedSquirrelious Oct 5, 2016
8322a55
added product methods (new, create, find_product, show_product, show_…
RedSquirrelious Oct 5, 2016
7a3534e
working on markets#index and markets#show'
ninamutty Oct 5, 2016
25f163c
updated log
ninamutty Oct 5, 2016
4ddccb3
re-added product and sale models
RedSquirrelious Oct 5, 2016
9d9f29d
first run routes for vendors sales products
RedSquirrelious Oct 5, 2016
0aab108
created market index and show pages - information and links
ninamutty Oct 5, 2016
b23e8e2
renamed method, delete --> destroy
RedSquirrelious Oct 5, 2016
0235bbd
added has_many relationship to sales
RedSquirrelious Oct 5, 2016
092ae0a
added vendor routes
RedSquirrelious Oct 5, 2016
d8db633
added vendors index view
RedSquirrelious Oct 5, 2016
c3b75a6
added root_to view, added show_vendor path
RedSquirrelious Oct 5, 2016
5dd4923
added edit, delete, and create new markets functionality
ninamutty Oct 5, 2016
b6bd003
added find_vendor method, changed show_vendor method
RedSquirrelious Oct 5, 2016
d0ee44f
added name, which works, attempting to show all products a vendor sells
RedSquirrelious Oct 5, 2016
dee22f9
added id to show vendor routes
RedSquirrelious Oct 5, 2016
4c8cf84
added relationships to sales and products
RedSquirrelious Oct 5, 2016
76a2bb5
added relationship to vendors
RedSquirrelious Oct 5, 2016
e568f72
adjusted relationship to products added relationship to vendors
RedSquirrelious Oct 5, 2016
de949a2
attempting to show all products
RedSquirrelious Oct 5, 2016
de7f947
changes from something
RedSquirrelious Oct 5, 2016
00e61dc
removed development, tmp, and log files
ninamutty Oct 5, 2016
6de0e17
updated .gitignore
ninamutty Oct 5, 2016
8536f0b
merged remote master
ninamutty Oct 5, 2016
f5de0bd
merged master with market_controller branch
ninamutty Oct 5, 2016
e184e68
updated market routes so they don't conflict with vendor routes
ninamutty Oct 5, 2016
528b394
working on connecting products to vendor view
RedSquirrelious Oct 5, 2016
d7ca414
changed relationship, belongs_to vendors --> belongs_to vendor
RedSquirrelious Oct 5, 2016
fdcd607
log
RedSquirrelious Oct 5, 2016
5cb06d5
filled in blanks
RedSquirrelious Oct 5, 2016
bb9e839
added vendor view through market
ninamutty Oct 5, 2016
a7e56e8
Merge branch 'show_vendor_view'
RedSquirrelious Oct 5, 2016
2695eba
Nina's work
RedSquirrelious Oct 5, 2016
2dd86f8
added db modified files
ninamutty Oct 6, 2016
af14d19
able to add a vendor to a specific market instance
ninamutty Oct 6, 2016
e8192c5
merge
ninamutty Oct 6, 2016
a3b9a12
app/controllers/markets_controller.rb
ninamutty Oct 6, 2016
819b7ff
added tmp
ninamutty Oct 6, 2016
b276333
migrations
ninamutty Oct 6, 2016
70bc7c7
Merge branch 'master' into market_controller
ninamutty Oct 6, 2016
9968561
market can edit a vendor
ninamutty Oct 6, 2016
d66c01d
product form
RedSquirrelious Oct 6, 2016
b234857
added sale form
RedSquirrelious Oct 6, 2016
5170a79
added vendor header form
RedSquirrelious Oct 6, 2016
606cb8c
added show all products to vendor view, changed find product method, …
RedSquirrelious Oct 6, 2016
780d11d
added partial, added buttons to create sale, edit product, delete, no…
RedSquirrelious Oct 6, 2016
f18f080
added partial for header
RedSquirrelious Oct 6, 2016
5cdb864
removed buttons for edit and delete to test routing, link to product …
RedSquirrelious Oct 6, 2016
4b3c930
added partial for header and form, added name
RedSquirrelious Oct 6, 2016
5280754
fixed vendor-related routing overall
RedSquirrelious Oct 6, 2016
79e4570
added various things
RedSquirrelious Oct 6, 2016
59797f9
de/development
ninamutty Oct 6, 2016
e53c1fb
cleaned seed_csvs for UTF-8 error
ninamutty Oct 6, 2016
e328d82
Merge branch 'master' of https://github.com/RedSquirrelious/FarMarRails
ninamutty Oct 6, 2016
5f7a306
update path correct
RedSquirrelious Oct 6, 2016
65c54f0
added a line break"
ninamutty Oct 6, 2016
6d50a3b
added product name to form, made @post_path generic
RedSquirrelious Oct 6, 2016
96f062e
added partial form
RedSquirrelious Oct 6, 2016
fb1f9e0
fixed edit product button
RedSquirrelious Oct 6, 2016
e646ec6
deleted commented out code and test code
RedSquirrelious Oct 6, 2016
94fb176
deleted vendor header partial b/c already in product form partial
RedSquirrelious Oct 6, 2016
ed924a2
changed update product html verb
RedSquirrelious Oct 6, 2016
d5d6a17
removed bad excel formatting
RedSquirrelious Oct 6, 2016
feee98a
merging in views
RedSquirrelious Oct 6, 2016
fa11c3a
baseline market controller functionality complete
ninamutty Oct 6, 2016
f2433b6
merged market controller branch
ninamutty Oct 6, 2016
6cbe3b0
added working add new product method
RedSquirrelious Oct 6, 2016
c5f80bf
added product form partial
RedSquirrelious Oct 6, 2016
5c17324
added working add new product button
RedSquirrelious Oct 6, 2016
19abd4d
connected new product route and create product routes to vendor id
RedSquirrelious Oct 6, 2016
fb7f56a
added first new product from vendor page
RedSquirrelious Oct 6, 2016
c269eb8
added delete confirmation messages to market views
ninamutty Oct 6, 2016
b3507f1
added landing index route, root to landing index
RedSquirrelious Oct 6, 2016
f645b6e
vendor can delete a product
ninamutty Oct 6, 2016
8db5b95
added landing controller for landing page
RedSquirrelious Oct 6, 2016
be6e900
added landing view as root view that links to vendor index and market…
RedSquirrelious Oct 6, 2016
47728bb
added show item type method
RedSquirrelious Oct 6, 2016
18c72b7
removed duplicate root route
RedSquirrelious Oct 6, 2016
a97a0e9
fixed duplicate root route
RedSquirrelious Oct 6, 2016
4fc7c3c
added product_search controller
RedSquirrelious Oct 6, 2016
87fb6ac
added market information for vendor user
ninamutty Oct 6, 2016
ba1e82e
vendors can create a new sale
ninamutty Oct 6, 2016
017d029
re-copied sales file - excel changed datatimes
ninamutty Oct 6, 2016
e091216
db development
ninamutty Oct 6, 2016
9c8c859
Merge branch 'master' of https://github.com/RedSquirrelious/FarMarRails
ninamutty Oct 6, 2016
d08fb6c
Merge branch 'finish_vendor'
ninamutty Oct 6, 2016
d2cf392
added define type and veggie_search methods
RedSquirrelious Oct 6, 2016
d0494b7
added product_search button
RedSquirrelious Oct 6, 2016
f0a7a46
added view of veggie_search list of markets
RedSquirrelious Oct 6, 2016
b3cd853
added product_search routing
RedSquirrelious Oct 6, 2016
b2a1599
added product search functionality
RedSquirrelious Oct 6, 2016
6a86128
added header and footer info to application view
ninamutty Oct 6, 2016
4125ac8
added seafood_search method
RedSquirrelious Oct 6, 2016
4b89440
added buttons to veggie_search view and seafood_search view
RedSquirrelious Oct 6, 2016
13b1a6a
added routes to seafood_search, meat_search, baked_goods_search views
RedSquirrelious Oct 6, 2016
41e0398
added partial product_search form
RedSquirrelious Oct 6, 2016
b0dda7a
added baked_goods and meat_search views
RedSquirrelious Oct 6, 2016
129a63a
added seafood_search view
RedSquirrelious Oct 6, 2016
d6a3d84
added veggie_search view
RedSquirrelious Oct 6, 2016
9fbb730
added carbs_search method
RedSquirrelious Oct 6, 2016
877d3ff
changed baked goods to carbs_search view
RedSquirrelious Oct 6, 2016
29b4108
added meat_search view
RedSquirrelious Oct 6, 2016
0b3d405
added carbs_search view
RedSquirrelious Oct 6, 2016
f42139a
added link to carbs_search view
RedSquirrelious Oct 6, 2016
30a722a
added fruit search method
RedSquirrelious Oct 6, 2016
41451fc
added fruit search view"
RedSquirrelious Oct 6, 2016
689fea8
added link to fruit search view
RedSquirrelious Oct 6, 2016
bc22226
added route to fruit_search view
RedSquirrelious Oct 6, 2016
4417053
added sweets_search method, tweaked variables in other search methods
RedSquirrelious Oct 7, 2016
ab3dc51
added sweets_search view
RedSquirrelious Oct 7, 2016
1add397
added link to sweets_search
RedSquirrelious Oct 7, 2016
a91a292
added sweets_search route
RedSquirrelious Oct 7, 2016
b34bec2
header and footer styling done
ninamutty Oct 7, 2016
5916d01
added photos to assets
ninamutty Oct 7, 2016
153fad7
working on photos
ninamutty Oct 7, 2016
86008ff
scrolling lists added
ninamutty Oct 7, 2016
3cf1861
fixed merge conflict in routes
ninamutty Oct 7, 2016
7776d6a
landing/index merge updated
ninamutty Oct 7, 2016
1feee07
Updated Gemfile for Heroku
ninamutty Oct 7, 2016
6927a26
had too many sales and products
ninamutty Oct 7, 2016
5aa6401
added foreign key specification to market_vendor_cleans
ninamutty Oct 7, 2016
2427740
added headers to seed file
ninamutty Oct 7, 2016
2935537
made references singular
ninamutty Oct 7, 2016
875af45
delete rename file
ninamutty Oct 7, 2016
272b25d
comment out validations
ninamutty Oct 7, 2016
1780c22
made join has_many plural
ninamutty Oct 7, 2016
f7320a0
took our space from join table vendor_id header
ninamutty Oct 7, 2016
f19e225
styling for market and vendor branches complete
ninamutty Oct 7, 2016
aaeae5e
adding change to vendors controller
ninamutty Oct 7, 2016
1bce51c
finshed landing page
ninamutty Oct 7, 2016
30a5fac
added jpg tags
ninamutty Oct 7, 2016
744257b
took away some borders
ninamutty Oct 7, 2016
2628326
commented out product search link while not 100% funcational to push …
ninamutty Oct 26, 2016
24daf6c
adjusted landing positioning a little
ninamutty Oct 26, 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
39 changes: 39 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,40 @@
.DS_Store
*.rbc
capybara-*.html
.rspec
/log
/tmp
/db/*.sqlite3
/db/*.sqlite3-journal
/public/system
/coverage/
/spec/tmp
**.orig
rerun.txt
pickle-email-*.html


# dotenv
# TODO Comment out this rule if environment variables can be committed
.env

## Environment normalization:
/.bundle
/vendor/bundle

# these should all be checked in to normalize the environment:
# Gemfile.lock, .ruby-version, .ruby-gemset

# unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
.rvmrc

# if using bower-rails ignore default bower_components path bower.json files
/vendor/assets/bower_components
*.bowerrc
bower.json

# Ignore pow environment settings
.powenv

# Ignore Byebug command history file.
.byebug_history
67 changes: 67 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
source 'https://rubygems.org'

#make it prettier
gem 'awesome_print'

#helps show metrics, works with Rails Panel
gem 'meta_request'

# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '4.2.7'

# Use SCSS for stylesheets
gem 'sass-rails', '~> 5.0'
# Use Uglifier as compressor for JavaScript assets
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

# Use ActiveModel has_secure_password
# gem 'bcrypt', '~> 3.1.7'

# Use Unicorn as the app server
# gem 'unicorn'

# Use Capistrano for deployment
# gem 'capistrano-rails', group: :development

# Production database for Heroku
gem 'pg', group: :production
gem 'rails_12factor', group: :production


group :development, :test do
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
gem 'byebug'
end


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

# Use sqlite3 as the database for Active Record
gem 'sqlite3'
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring

gem 'spring'

#two gems Jamie recommended for easier debugging
gem 'better_errors'
gem 'binding_of_caller'

#other gems that could help with debugging
gem 'pry-rails'
gem 'quiet_assets'
end
203 changes: 203 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,203 @@
GEM
remote: https://rubygems.org/
specs:
actionmailer (4.2.7)
actionpack (= 4.2.7)
actionview (= 4.2.7)
activejob (= 4.2.7)
mail (~> 2.5, >= 2.5.4)
rails-dom-testing (~> 1.0, >= 1.0.5)
actionpack (4.2.7)
actionview (= 4.2.7)
activesupport (= 4.2.7)
rack (~> 1.6)
rack-test (~> 0.6.2)
rails-dom-testing (~> 1.0, >= 1.0.5)
rails-html-sanitizer (~> 1.0, >= 1.0.2)
actionview (4.2.7)
activesupport (= 4.2.7)
builder (~> 3.1)
erubis (~> 2.7.0)
rails-dom-testing (~> 1.0, >= 1.0.5)
rails-html-sanitizer (~> 1.0, >= 1.0.2)
activejob (4.2.7)
activesupport (= 4.2.7)
globalid (>= 0.3.0)
activemodel (4.2.7)
activesupport (= 4.2.7)
builder (~> 3.1)
activerecord (4.2.7)
activemodel (= 4.2.7)
activesupport (= 4.2.7)
arel (~> 6.0)
activesupport (4.2.7)
i18n (~> 0.7)
json (~> 1.7, >= 1.7.7)
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
arel (6.0.3)
awesome_print (1.7.0)
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 (9.0.6)
callsite (0.0.11)
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.2)
debug_inspector (0.0.2)
erubis (2.7.0)
execjs (2.7.0)
git-version-bump (0.15.1)
globalid (0.3.7)
activesupport (>= 4.1.0)
i18n (0.7.0)
jbuilder (2.6.0)
activesupport (>= 3.0.0, < 5.1)
multi_json (~> 1.2)
jquery-rails (4.2.1)
rails-dom-testing (>= 1, < 3)
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
json (1.8.3)
loofah (2.0.3)
nokogiri (>= 1.5.9)
mail (2.6.4)
mime-types (>= 1.16, < 4)
meta_request (0.4.0)
callsite (~> 0.0, >= 0.0.11)
rack-contrib (~> 1.1)
railties (>= 3.0.0, < 5.1.0)
method_source (0.8.2)
mime-types (3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2016.0521)
mini_portile2 (2.1.0)
minitest (5.9.1)
multi_json (1.12.1)
nokogiri (1.6.8)
mini_portile2 (~> 2.1.0)
pkg-config (~> 1.1.7)
pg (0.19.0)
pkg-config (1.1.7)
pry (0.10.4)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
pry-rails (0.3.4)
pry (>= 0.9.10)
quiet_assets (1.1.0)
railties (>= 3.1, < 5.0)
rack (1.6.4)
rack-contrib (1.4.0)
git-version-bump (~> 0.15)
rack (~> 1.4)
rack-test (0.6.3)
rack (>= 1.0)
rails (4.2.7)
actionmailer (= 4.2.7)
actionpack (= 4.2.7)
actionview (= 4.2.7)
activejob (= 4.2.7)
activemodel (= 4.2.7)
activerecord (= 4.2.7)
activesupport (= 4.2.7)
bundler (>= 1.3.0, < 2.0)
railties (= 4.2.7)
sprockets-rails
rails-deprecated_sanitizer (1.0.3)
activesupport (>= 4.2.0.alpha)
rails-dom-testing (1.0.7)
activesupport (>= 4.2.0.beta, < 5.0)
nokogiri (~> 1.6.0)
rails-deprecated_sanitizer (>= 1.0.1)
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.7)
actionpack (= 4.2.7)
activesupport (= 4.2.7)
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
rake (11.3.0)
rdoc (4.2.2)
json (~> 1.4)
sass (3.4.22)
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)
json (~> 1.7, >= 1.7.7)
rdoc (~> 4.0)
slop (3.6.0)
spring (2.0.0)
activesupport (>= 4.2)
sprockets (3.7.0)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
sprockets-rails (3.2.0)
actionpack (>= 4.0)
activesupport (>= 4.0)
sprockets (>= 3.0.0)
sqlite3 (1.3.11)
thor (0.19.1)
thread_safe (0.3.5)
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.2)
execjs (>= 0.3.0, < 3)
web-console (2.3.0)
activemodel (>= 4.0)
binding_of_caller (>= 0.7.2)
railties (>= 4.0)
sprockets-rails (>= 2.0, < 4.0)

PLATFORMS
ruby

DEPENDENCIES
awesome_print
better_errors
binding_of_caller
byebug
coffee-rails (~> 4.1.0)
jbuilder (~> 2.0)
jquery-rails
meta_request
pg
pry-rails
quiet_assets
rails (= 4.2.7)
rails_12factor
sass-rails (~> 5.0)
sdoc (~> 0.4.0)
spring
sqlite3
turbolinks
uglifier (>= 1.3.0)
web-console (~> 2.0)

BUNDLED WITH
1.13.1
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>.
6 changes: 6 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Add your own tasks in files placed in lib/tasks ending in .rake,
# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.

require File.expand_path('../config/application', __FILE__)

Rails.application.load_tasks
Empty file added app/assets/images/.keep
Empty file.
Binary file added app/assets/images/blueberries.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/fall_veggies.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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/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/pineapple.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions app/assets/javascripts/application.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
// This is a manifest file that'll be compiled into application.js, which will include all the files
// listed below.
//
// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts,
// or any plugin's vendor/assets/javascripts directory can be referenced here using a relative path.
//
// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the
// compiled file.
//
// Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details
// about supported directives.
//
//= require jquery
//= require jquery_ujs
//= require turbolinks
//= require_tree .
3 changes: 3 additions & 0 deletions app/assets/javascripts/landing.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/markets.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_search.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/vendors.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