Provides an accordion helper and a tabs helper
In your Gemfile:
gem 'bootstrap-components-helpers', :git => 'git://gist.github.com/2117187.git'
| javascript:indentBasecamp = function() { var cac = $('iframe')[0].contentWindow.getSelection().getRangeAt(0).commonAncestorContainer; if (cac.tagName === "LI") { theNode = cac; } else { theNode = cac.parentNode }; theNode.insertAdjacentHTML('afterend', '<ul><li></li></ul>'); }; indentBasecamp(); |
| upstream unicorn { | |
| server unix:/tmp/unicorn.<%= application %>.sock fail_timeout=0; | |
| } | |
| server { | |
| listen 80 default deferred; | |
| root /home/deploy/apps/<%= application %>/current/public; | |
| location ^~ /assets/ { | |
| gzip_static on; |