imathis / fancy-buttons

Fancy CSS Buttons using Compass
http://brandonmathis.com/projects/fancy-buttons/
819 stars 55 forks source link

Error when starting server on Rails 3.0.3 and Ruby 1.9.2 #15

Closed johnmcdowall closed 13 years ago

johnmcdowall commented 13 years ago

I followed the install instructions and when I run 'rails s' I get the following error:

/Users/johnmcdowall/.rvm/gems/ruby-1.9.2-p0@rails/gems/fancy-buttons-1.0.4/lib/fancy-buttons.rb:1:in <top (required)>': uninitialized constant Object::Compass (NameError) from /Users/johnmcdowall/.rvm/gems/ruby-1.9.2-p0@rails/gems/bundler-1.0.3/lib/bundler/runtime.rb:64:inrequire' from /Users/johnmcdowall/.rvm/gems/ruby-1.9.2-p0@rails/gems/bundler-1.0.3/lib/bundler/runtime.rb:64:in block (2 levels) in require' from /Users/johnmcdowall/.rvm/gems/ruby-1.9.2-p0@rails/gems/bundler-1.0.3/lib/bundler/runtime.rb:62:ineach' from /Users/johnmcdowall/.rvm/gems/ruby-1.9.2-p0@rails/gems/bundler-1.0.3/lib/bundler/runtime.rb:62:in block in require' from /Users/johnmcdowall/.rvm/gems/ruby-1.9.2-p0@rails/gems/bundler-1.0.3/lib/bundler/runtime.rb:51:ineach' from /Users/johnmcdowall/.rvm/gems/ruby-1.9.2-p0@rails/gems/bundler-1.0.3/lib/bundler/runtime.rb:51:in require' from /Users/johnmcdowall/.rvm/gems/ruby-1.9.2-p0@rails/gems/bundler-1.0.3/lib/bundler.rb:112:inrequire' from /Users/johnmcdowall/Development/rails/Arifembi/config/application.rb:7:in <top (required)>' from /Users/johnmcdowall/.rvm/gems/ruby-1.9.2-p0@rails/gems/railties-3.0.3/lib/rails/commands.rb:28:inrequire' from /Users/johnmcdowall/.rvm/gems/ruby-1.9.2-p0@rails/gems/railties-3.0.3/lib/rails/commands.rb:28:in block in <top (required)>' from /Users/johnmcdowall/.rvm/gems/ruby-1.9.2-p0@rails/gems/railties-3.0.3/lib/rails/commands.rb:27:intap' from /Users/johnmcdowall/.rvm/gems/ruby-1.9.2-p0@rails/gems/railties-3.0.3/lib/rails/commands.rb:27:in <top (required)>' from script/rails:6:inrequire' from script/rails:6:in `

'

johnmcdowall commented 13 years ago

And the solution is:

Double check that compass is before fancy-buttons in your Gemfile!

chriseppstein commented 13 years ago

lol

johnmcdowall commented 13 years ago

I am shame faced like a cat who's just fallen off a table.