Heroku is a simple way to publish your Rails app, and a powerful platform that will allow it to scale. In this episode, Jay McGavren gets you started with your first Heroku app.
- You WANT Rails to fail locally if a gem isn't in your Gemfile
<?php | |
/* | |
0346745008178 | |
Should fail - checksum should be 9 | |
5060096384137 | |
Should pass | |
5020650002112 |
/* | |
http://snook.ca/archives/html_and_css/handling-overflow | |
http://www.456bereastreet.com/archive/201206/using_media_queries_to_hide_css3_from_older_browsers/ | |
*/ | |
.fadeout-text { | |
overflow: hidden; | |
width: 130px; | |
/* Fallback solution for browsers that |
Heroku is a simple way to publish your Rails app, and a powerful platform that will allow it to scale. In this episode, Jay McGavren gets you started with your first Heroku app.
/* Scrolling shadows by @kizmarh */ | |
html { | |
background: #FFF; | |
} | |
.scrollbox { | |
position: relative; | |
z-index: 1; |
/** | |
* Dabblet: CSS speech or tooltip bubble with box shadow | |
* Author: Martin Michálek, twitter.com/machal | |
*/ | |
.bubble { | |
width: 200px; | |
} | |
.bubble_head { |