Skip to content
Shadowfiend edited this page Sep 12, 2010 · 17 revisions

Installation


sudo gem install mdarby-scribd_fu

# Add this to your config/environment.rb file:
config.gem 'mdarby-scribd_fu', :lib => 'scribd_fu'

Possible Errors

You need to fill in your name on your Scribd.com profile (http://www.scribd.com/people/edit) if you get an error like:


NoMethodError: You have a nil object when you didn't expect it!
The error occurred while evaluating nil.value
        from /usr/local/lib/ruby/gems/1.8/gems/rscribd-0.1.0/lib/scribdresource.rb:149:in `load_attributes'
        from /usr/local/lib/ruby/1.8/rexml/element.rb:891:in `each'
        from /usr/local/lib/ruby/1.8/rexml/xpath.rb:53:in `each'
        from /usr/local/lib/ruby/1.8/rexml/element.rb:891:in `each'
        from /usr/local/lib/ruby/1.8/rexml/element.rb:393:in `each_element'
        from /usr/local/lib/ruby/gems/1.8/gems/rscribd-0.1.0/lib/scribdresource.rb:145:in `load_attributes'
        from /usr/local/lib/ruby/gems/1.8/gems/rscribd-0.1.0/lib/scribduser.rb:35:in `initialize'
        from /usr/local/lib/ruby/gems/1.8/gems/rscribd-0.1.0/lib/scribduser.rb:127:in `new'
        from /usr/local/lib/ruby/gems/1.8/gems/rscribd-0.1.0/lib/scribduser.rb:127:in `login'
        from (irb):6

Report Some Bugs

For now, just write a blurb beneath and it shall be looked into!

Clone this wiki locally