forked from AdaGold/betsy
-
Notifications
You must be signed in to change notification settings - Fork 9
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
Beeyonce #5
Open
digivava
wants to merge
209
commits into
Ada-C5:master
Choose a base branch
from
digivava:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Beeyonce #5
Changes from all commits
Commits
Show all changes
209 commits
Select commit
Hold shift + click to select a range
f80947a
added erd to images
annamm77 1ac78f6
Set up models, controllers, schema, index route
digivava 98d02d2
Merge branch 'master' of github.com:vconklin/betsy
digivava 742b943
Added category and description columns to products table
digivava bea551a
Added method for category and index for products and view for product…
nlcurry 6e178ed
Seeds created
annamm77 f08fb41
changed seed to match
nlcurry 24fa2f0
Deleted some stuff
nlcurry a09c783
Show page for product done
nlcurry 9bc2f94
added a cart controller and cart_id to order and order item
rishallen 6f67346
Merge branch 'master' of github.com:vconklin/betsy
rishallen 95d388a
not sure
rishallen 2418fff
Added custom cart route
digivava 089c6d0
Merge branch 'master' into cart
digivava 4fba080
made changes in the order controller
rishallen bd53929
Started on sign up page. mostly done
nlcurry 08227e7
Added log in feature for application controller with routes
nlcurry 01289e4
Created session controller for log in session. Log in and Sign up cap…
nlcurry b29f09a
Merge branch 'master' of github.com:vconklin/betsy
nlcurry 7edabbb
root route now creates a session before redirecting to products index…
digivava 4ffd797
working to combine order and cart functionality. modified our purchas…
rishallen cfbba81
Got rid of all files associated to carts model and controller
nlcurry 5f581a6
Added associations and validations for the models and created an asso…
nlcurry 24f6c93
add associations between product and review models
annamm77 a0fdebc
nested reviews routes in products
annamm77 d0256c3
link to reviews#new from products#show
annamm77 4c2acd5
add name and text to reviews model
annamm77 ace0d9f
Review submission form functional
annamm77 46ee8db
Formatted product#show page review. Added overall stars for product#show
annamm77 9a9644a
overall stars only displays if reviews are present, declared in produ…
annamm77 172cdde
product#show review created_at date shows next to review
annamm77 ae4c952
merge conflict resolution
annamm77 d65d530
Val and I worked on order methods and functionality
rishallen 9c34232
refactoring product#show for reviews
annamm77 ae4fc74
Deleted cart controller stuff
nlcurry c3f3654
Added status column for products and changed seed file to reflect that
nlcurry dabb4c8
updated orders table
rishallen 9ef34be
added some stuff
rishallen 879f045
changed local variable to an instance variable
rishallen 94a0a83
merge changes
rishallen 621625b
I don't really know what's going on but for some reason git is insist…
digivava 9587729
Merging in so that cart branch can now have access to master's schema
digivava 6fddc43
Made it so cart-viewing is done through orderitems controller, so tha…
digivava d4ffb0b
Still trying to get it so products are added to the cart. Have most o…
digivava ba7125d
Deleted commented-out code that was irrelevant
digivava 206dcf8
Added bootstrap html section
nlcurry 4b533e8
deleted cart controller
nlcurry 4e95c32
Added images for products
nlcurry a70ab15
follow schema
nlcurry c6b09fd
Got the cart persisting through the session but the product_id isn't …
digivava 560af02
SO FREAKING CLOSE. we now have figured out that the new order_item is…
digivava 2021dc2
FINALLY. got it so the cart has the right associated product. the pro…
digivava b587c68
Cart shows name of product, price, and quantity. Currently cannot upd…
digivava 325b3c8
Merge branch 'cart'
digivava d798552
Realized add_cart_path was pointless, already covered by cart_path, s…
digivava 13f51c0
added error messages in the methods for orders
rishallen 84317db
You can now remove items from the cart
digivava bac8aab
Merge branch 'cart'
digivava d00abc3
Added products list view page for each signed in user
nlcurry 9c21adb
forgot to add this. see last commit
nlcurry 071d109
merging routes
nlcurry a976c1b
Merge branch 'master' of github.com:vconklin/betsy
digivava 7b805d7
Quantity dropdown now shows
digivava 93657cb
merge changes
rishallen 690e82c
Quantity dropdown menu now has numbers 1 through whatever number is …
digivava e34ffc2
merging purchase info
rishallen 320f19e
No longer can add out-of-stock items to cart
digivava ce2f7d6
Product edit functionality. Also added controller filter, but doesn't…
nlcurry 6cffe69
edit and new product form made plus added image column to database
nlcurry b815ff1
Added images to products
nlcurry 0e2b3aa
Merge branch 'master' of github.com:vconklin/betsy
nlcurry cc384bd
Working on fixtures and tests for oder_items model
digivava 30f790e
changes on categories
rishallen eb1cfcf
yes
rishallen e6bb59a
Added methods for new products
nlcurry 9a42190
Added categories model and join table
nlcurry 89dad26
Merge branch 'productpage'
nlcurry 075e8e8
nothings changed
rishallen ccaa82d
Dropdown menu update button now updates cart with correct quantity
digivava b5163d5
Dropdown menu for quantity now has blank default value for less confu…
digivava 2abce32
Cart now shows total cost
digivava 332b5df
Cart now shows text saying Only 1 Left In Stock in place of change-qu…
digivava 356fe00
made changes
rishallen 9b4a1b8
Merge branch 'cart'
digivava 485abe2
Pictures for seed
nlcurry 75d6222
Merge branch 'categories'
rishallen 34973da
Merge branch 'purchasepage'
rishallen 70a85e7
images added to seed
digivava 6ca3e7b
Merge branch 'master' of github.com:vconklin/betsy
rishallen 53830c5
changes made
rishallen 8b9aaea
pseudocode test cases for review
annamm77 256708a
some tests set up to pass
annamm77 86abb0d
reviews testing in progress
annamm77 a816510
tests for review model
annamm77 57e9776
added simplecov
annamm77 a5478b0
reviews controller#new test
annamm77 b266f5e
testing create
annamm77 5155341
added minitest and simplecov gems
annamm77 61dac66
Reset master branch back to before I added the image seeds, and now a…
digivava 5d630f9
Commented out order.rb validations because they were the thing causin…
digivava da5e1ec
Merge branch 'master' of github.com:vconklin/betsy
digivava 4d3010b
Changes to be committed:
rishallen 4448bb6
completed the purchase functionality. Added a confrimation page that …
rishallen 1a3f519
gemfile.lock conflict resolved
annamm77 f70b1db
shows sold out next to stock, cart link removed if out of stock
annamm77 819db7b
Website now has low-budget tiling honeycomb background image yaaaay
digivava 0ba4f45
Products index page now has nice-looking thumbnails... wish I could f…
digivava b29708f
Moved h1 to application layout template, changed the login welcome me…
digivava 3daee6a
Top nav menu now on every page, bigger font
digivava 13aa524
Added price to products index cards and adjusted CSS on topnav links
digivava 7ba46b0
Added fancylink class for main links in show page, and also added hom…
digivava 8ddcc28
Removed back to shop link from cart now that the topnav has a link to…
digivava 20fb232
Merge branch 'master' of github.com:vconklin/betsy
digivava cc243e0
On branch purchasepage
rishallen 5778b27
Changes to be committed:
rishallen e3c837e
Merge branch 'master' of github.com:vconklin/betsy
rishallen c639169
products index cards now show up in columns
digivava b1b3aa2
Merge branch 'styling'
digivava 739f09a
Switched location of Add to Cart and Add A Review link for better UX …
digivava 1b4bdf9
Made Proceed to Checkout link fancylink, and deleted duplicate links
digivava 1cc0fa8
Removed go back to product link since Home button is doing the same t…
digivava b7438cf
Added images to seed and adjusted font size of products index cards s…
digivava 5ea4414
checks if current_user == product user, but is still creating review.…
annamm77 953e720
create else needs to render to an actual place
annamm77 43d8f2c
doesnt save if user_id == current_user.id yayyy
annamm77 61ca666
Added more content to seed. Products editing or adding
nlcurry 68bc6ce
Merge branch 'master' of github.com:vconklin/betsy
nlcurry 24eed28
Added flash error display on application.html.erb.
annamm77 4be2ad9
Fiddling around with sign-up page, trying to get it to not act like t…
digivava 2728155
shows quantity available for products
nlcurry fa9951d
merge with master
annamm77 7c02a8b
changed verbage
annamm77 2963b7f
Merge branch 'cant_review_own_products'
annamm77 bff7258
Removed if-else logic from product show page
digivava ff0728a
Merge branch 'master' of github.com:vconklin/betsy
digivava f5b93a0
bug fix for users/product.html.erb
annamm77 7f94129
Login now required for seeing categories page
digivava f29f8db
Merge branch 'master' of github.com:vconklin/betsy
digivava 68f3dbf
simplecov works now
annamm77 4a8ad4b
Merge branch 'master' of github.com:vconklin/betsy
annamm77 af06da6
removed application helper
annamm77 fdee899
Fixed bug where guests were not able to leave reviews because of same…
digivava 2817880
Merge branch 'master' of github.com:vconklin/betsy
digivava c2e1774
cannot view other users my products lists
annamm77 0b536d7
bug fix for users with no products
annamm77 530ef97
bug fix for viewing user's own products
annamm77 55c4062
Added 3 methods to the fulfillment page
rishallen 768e69c
made methods for fulfillment page.
rishallen bae6d5e
added test to reviewscontroller for post create working or not
digivava 47f8b45
Controller test for create method
digivava a1baf0d
Merge branch 'master' of github.com:vconklin/betsy
digivava 110cfac
Made it so before_action on userscontroller is only for product actio…
digivava b5ad5b9
Merchant name on products index now links to users-show
digivava 63bd0a4
Added class merchantname to link so the merchant's name is not so huge
digivava 72e3f1a
can now view each individual merchant's store
digivava 71c43b6
Fixed merchantname font size, and all font sizes, because bootstrap w…
digivava 5a50965
categories scheme change, seed file now has product-category relations
annamm77 d641a02
Added functionality of the order fulsillment page
rishallen d928f7b
fixed merge issue
rishallen 10b2a6d
Search drop down works
annamm77 80a4748
drop down alphabetized
annamm77 62c0fba
merge conflicts
annamm77 616f48f
image on products list is no longer GIGANTIC
digivava 501bae8
Actually, made images on merchant product list even smaller
digivava dcdf3ce
changed config's image compiling preferences and CSS syntax for backg…
digivava cf51a2e
still working on production environment config for deploy
digivava fe549ce
shows error if @products is empty when seraching by category
annamm77 e3db6d7
Merge branch 'master' of github.com:vconklin/betsy
annamm77 c50db30
heroku config funtimes
digivava 1ea6827
Merge branch 'master' of github.com:vconklin/betsy
digivava 2ec80e4
still messing with production config til heroku works
digivava 2262d12
fixing bg image for development
digivava fc32ec4
come on heroku work
digivava 675b936
more heroku fun
digivava 294c825
fixed images with jpeg ending so that they are now jpg which rails re…
digivava 7d55a17
changed seed files to have jpg ending instead of jpeg
digivava 831c1e3
attempting to get background image working
digivava 5b93cde
products list page now has categories for each product
digivava 991064d
fixed seeding category for beyonce album
annamm77 63d21f3
Merge branch 'master' of github.com:vconklin/betsy
annamm77 454931c
Individual store pages now show name of merchant in heading so you kn…
digivava 10a1937
username autofills add review name textbox if current_user is present
annamm77 bb634d9
Fixed error where logged-in users couldn't view individual stores
digivava 8adcea0
Merge branch 'categories'
digivava ff589ab
no commas on last category in list of categories for each product, on…
digivava ffae0bc
Alphabetized dropdown menu of categories now on update-product form
digivava 9786cf4
Merge branch 'master' into categories
digivava 223db67
added a method for shipping and also fixed some errors in the other f…
rishallen 4a7f81a
Merge branch 'orderfullfillmentpage'
rishallen 14f1dc6
Merge branch 'master' of github.com:vconklin/betsy
rishallen 7e09b7d
user can now view individual orders
annamm77 fe06377
now displays correct user info
annamm77 250cbdc
shows correct info
annamm77 f1182a6
cannot view other users order fulfilment pages
annamm77 2db2346
shows placeholder product img if no img is in the db
annamm77 1699a7f
Fixed spelling error on edit products page, and got it so categories …
digivava 2501733
search button css
annamm77 bab0177
center top title nav bar and greeting
annamm77 2a84610
completed the functionality of the order fulfillment page. Added Link…
rishallen 51fbb91
bottom nav css
annamm77 475abea
no products to show
annamm77 7890b1a
submit button css
annamm77 a96a004
bug fix for new user errors
annamm77 101496f
You can now successfully edit categories
digivava c94d540
Merge branch 'categories'
digivava 71e20b4
Merge branch 'master' of github.com:vconklin/betsy
rishallen 611b388
bottom nav for store
annamm77 001b628
Merge branch 'master' of github.com:vconklin/betsy
annamm77 901edfc
validation fix
rishallen File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/ |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,120 @@ | ||
html { | ||
/* because bootstrap apparently messes with this */ | ||
font-size: 16px; | ||
} | ||
|
||
body { | ||
background-image: asset-url('honeycomb-bg.jpg'); | ||
} | ||
|
||
a { | ||
color: black; | ||
text-decoration: underline; | ||
} | ||
|
||
ul { | ||
list-style-type: none; | ||
} | ||
|
||
h1.main-title { | ||
font-size: 6rem; | ||
font-family: 'Sacramento', cursive; | ||
text-align: center; | ||
} | ||
|
||
.topnav { | ||
text-align: center; | ||
} | ||
|
||
.topnav a { | ||
font-size: 2.5rem; | ||
font-family: 'Sacramento', cursive; | ||
margin: 2rem; | ||
} | ||
|
||
.greeting { | ||
font-size: 1.5rem; | ||
text-align: center; | ||
} | ||
|
||
.bottomnav { | ||
text-align: center; | ||
} | ||
|
||
.search { | ||
text-align: center; | ||
} | ||
|
||
.nothinghere { | ||
font-size: 2rem; | ||
text-align: center; | ||
} | ||
|
||
.bottomnav a { | ||
font-size: 1.5rem; | ||
font-family: 'Sacramento', cursive; | ||
margin: 2rem; | ||
} | ||
|
||
.fancylink { | ||
font-family: 'Sacramento', cursive; | ||
font-size: 2rem; | ||
} | ||
|
||
.container ul { | ||
display: inline; | ||
} | ||
|
||
.thumbnail li { | ||
text-align: center; | ||
display: block; | ||
} | ||
|
||
.caption a { | ||
font-size: 1.5rem; | ||
} | ||
|
||
.caption a:hover { | ||
color: yellow; | ||
} | ||
|
||
.price { | ||
display: block; | ||
font-size: 1.25rem; | ||
font-family: 'Sacramento', cursive; | ||
font-weight: bold; | ||
} | ||
|
||
a.merchantname { | ||
font-size: 1rem; | ||
} | ||
|
||
form.productsearch { | ||
font-size: 2rem; | ||
} | ||
|
||
input[type=submit] { | ||
padding:2px 5px; | ||
background:lightgray; | ||
border:1px lightgray solid; | ||
cursor:pointer; | ||
-webkit-border-radius: 5px; | ||
border-radius: 5px; | ||
font-size: 1rem; | ||
} | ||
|
||
/* | ||
* This is a manifest file that'll be compiled into application.css, which will include all the files | ||
* listed below. | ||
* | ||
* Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets, | ||
* or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path. | ||
* | ||
* You're free to add application-wide styles to this file and they'll appear at the bottom of the | ||
* compiled file so the styles you add here take precedence over styles defined in any styles | ||
* defined in the other CSS/SCSS files in this directory. It is generally better to create a new | ||
* file per style scope. | ||
* | ||
*= require_tree . | ||
*= require_self | ||
*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
// Place all the styles related to the categories controller here. | ||
// They will automatically be included in application.css. | ||
// You can use Sass (SCSS) here: http://sass-lang.com/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
// Place all the styles related to the OrderItems controller here. | ||
// They will automatically be included in application.css. | ||
// You can use Sass (SCSS) here: http://sass-lang.com/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
// Place all the styles related to the Orders controller here. | ||
// They will automatically be included in application.css. | ||
// You can use Sass (SCSS) here: http://sass-lang.com/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
// Place all the styles related to the Products controller here. | ||
// They will automatically be included in application.css. | ||
// You can use Sass (SCSS) here: http://sass-lang.com/ | ||
|
||
/*** INDEX ***/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
// Place all the styles related to the Reviews controller here. | ||
// They will automatically be included in application.css. | ||
// You can use Sass (SCSS) here: http://sass-lang.com/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
// Place all the styles related to the sessions controller here. | ||
// They will automatically be included in application.css. | ||
// You can use Sass (SCSS) here: http://sass-lang.com/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
// Place all the styles related to the Sessions controller here. | ||
// They will automatically be included in application.css. | ||
// You can use Sass (SCSS) here: http://sass-lang.com/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
// Place all the styles related to the Users controller here. | ||
// They will automatically be included in application.css. | ||
// You can use Sass (SCSS) here: http://sass-lang.com/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I used the Bullet gem in the Betsy project and it helped me learn about what was going on in the back end in terms of what queries were happening to load each page. Totally not required, but I found it really interesting so I thought I'd share.
http://railscasts.com/episodes/372-bullet