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
| /** | |
| * Dabblet: CSS speech or tooltip bubble with box shadow | |
| * Author: Martin Michálek, twitter.com/machal | |
| */ | |
| .bubble { | |
| width: 200px; | |
| } | |
| .bubble_head { |
| /* Scrolling shadows by @kizmarh */ | |
| html { | |
| background: #FFF; | |
| } | |
| .scrollbox { | |
| position: relative; | |
| z-index: 1; |
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.
| /* | |
| 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 |
| <?php | |
| /* | |
| 0346745008178 | |
| Should fail - checksum should be 9 | |
| 5060096384137 | |
| Should pass | |
| 5020650002112 |