Skip to content

Instantly share code, notes, and snippets.

View jessenaiman's full-sized avatar

Dice Wizard jessenaiman

  • Free Agent of Omega
  • Canada
View GitHub Profile
/home/jesse/MusicStore/sandbox/app/models/ckeditor/asset.rb:2:in `<class:Asset>': uninitialized constant Ckeditor::Orm (NameError)
from /home/jesse/MusicStore/sandbox/app/models/ckeditor/asset.rb:1:in `<top (required)>'
from /home/jesse/.rvm/gems/ruby-1.9.3-p327/gems/polyglot-0.3.3/lib/polyglot.rb:63:in `require'
from /home/jesse/.rvm/gems/ruby-1.9.3-p327/gems/polyglot-0.3.3/lib/polyglot.rb:63:in `require'
from /home/jesse/MusicStore/sandbox/app/models/ckeditor/attachment_file.rb:1:in `<top (required)>'
from /home/jesse/.rvm/gems/ruby-1.9.3-p327/gems/polyglot-0.3.3/lib/polyglot.rb:63:in `require'
from /home/jesse/.rvm/gems/ruby-1.9.3-p327/gems/polyglot-0.3.3/lib/polyglot.rb:63:in `require'
from /home/jesse/.rvm/gems/ruby-1.9.3-p327/gems/activesupport-3.2.8/lib/active_support/inflector/methods.rb:230:in `block in constantize'
from /home/jesse/.rvm/gems/ruby-1.9.3-p327/gems/activesupport-3.2.8/lib/active_support/inflector/methods.rb:229:in `each'
from /home/jesse/.rvm/gems/ruby-1.9.3-p327/gems/activesu
# This file is copied to spec/ when you run 'rails generate rspec:install'
ENV["RAILS_ENV"] ||= 'test'
require File.expand_path("../../config/environment", __FILE__)
require 'rspec/rails'
require 'rspec/autorun'
@jessenaiman
jessenaiman / songs.js
Created November 13, 2012 04:09
Mismatched Arrays
$(document).ready(function(){
var sample = [
{
title:"Cro Magnon Man",
mp3:"http://www.jplayer.org/audio/mp3/TSP-01-Cro_magnon_man.mp3",
oga:"http://www.jplayer.org/audio/ogg/TSP-01-Cro_magnon_man.ogg"
},
{
title:"Your Face",
mp3:"http://www.jplayer.org/audio/mp3/TSP-05-Your_face.mp3",
@jessenaiman
jessenaiman / songs.js
Created November 13, 2012 01:15
Two arrays that turn out differently in the browser
$(document).ready(function(){
var sample = [
{
title:"Cro Magnon Man",
mp3:"http://www.jplayer.org/audio/mp3/TSP-01-Cro_magnon_man.mp3",
oga:"http://www.jplayer.org/audio/ogg/TSP-01-Cro_magnon_man.ogg"
},
{
title:"Your Face",
mp3:"http://www.jplayer.org/audio/mp3/TSP-05-Your_face.mp3",