This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/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 contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$(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", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$(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", |
NewerOlder