application.scss.erb - use <%= asset_path 'background.jpg' %>
on config/environments/production.rb
" Vim color file | |
" Converted from Textmate theme Twilight using Coloration v0.2.5 (http://github.com/sickill/coloration) | |
set background=dark | |
highlight clear | |
if exists("syntax_on") | |
syntax reset | |
endif |
<!-- I took this code from somewhere, just can recall now. --> | |
<script type="text/javascript"> | |
function toggleGrid() { | |
var toggle = document.getElementById('toggleGrid'); | |
var container; | |
if(toggle.innerHTML == 'Hide Grid') { | |
toggle.innerHTML = 'Show Grid'; | |
ripClass(''); | |
} |