You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using roxml with ruby-1.9.2 and rails3, we get following error.
/home/neduma/.rvm/gems/ruby-1.9.2-head@rails3/gems/roxml-3.1.5/lib/roxml/definition.rb:35:in `initialize': undefined method `ends_with?' for "url":String (NoMethodError)
from /home/neduma/.rvm/gems/ruby-1.9.2-head@rails3/gems/roxml-3.1.5/lib/roxml.rb:438:in `new'
from /home/neduma/.rvm/gems/ruby-1.9.2-head@rails3/gems/roxml-3.1.5/lib/roxml.rb:438:in `block in xml_attr'
from /home/neduma/.rvm/gems/ruby-1.9.2-head@rails3/gems/roxml-3.1.5/lib/roxml.rb:437:in `map'
from /home/neduma/.rvm/gems/ruby-1.9.2-head@rails3/gems/roxml-3.1.5/lib/roxml.rb:437:in `xml_attr'
from /home/neduma/.rvm/gems/ruby-1.9.2-head@rails3/gems/roxml-3.1.5/lib/roxml.rb:453:in `xml_reader'
from /home/neduma/.rvm/gems/ruby-1.9.2-head@rails3/gems/linkedin-0.1.7/lib/linked_in/api_standard_profile_request.rb:5:in `'
from /home/neduma/.rvm/gems/ruby-1.9.2-head@rails3/gems/linkedin-0.1.7/lib/linked_in/api_standard_profile_request.rb:2:in `'
from /home/neduma/.rvm/gems/ruby-1.9.2-head@rails3/gems/linkedin-0.1.7/lib/linked_in/api_standard_profile_request.rb:1:in `'
from /home/neduma/.rvm/gems/ruby-1.9.2-head@rails3/gems/linkedin-0.1.7/lib/linkedin.rb:70:in `require'
from /home/neduma/.rvm/gems/ruby-1.9.2-head@rails3/gems/linkedin-0.1.7/lib/linkedin.rb:70:in `'
from /home/neduma/.rvm/gems/ruby-1.9.2-head@rails3/gems/bundler-0.9.24/lib/bundler/runtime.rb:46:in `require'
from /home/neduma/.rvm/gems/ruby-1.9.2-head@rails3/gems/bundler-0.9.24/lib/bundler/runtime.rb:46:in `block (2 levels) in require'
from /home/neduma/.rvm/gems/ruby-1.9.2-head@rails3/gems/bundler-0.9.24/lib/bundler/runtime.rb:41:in `each'
from /home/neduma/.rvm/gems/ruby-1.9.2-head@rails3/gems/bundler-0.9.24/lib/bundler/runtime.rb:41:in `block in require'
from /home/neduma/.rvm/gems/ruby-1.9.2-head@rails3/gems/bundler-0.9.24/lib/bundler/runtime.rb:40:in `each'
from /home/neduma/.rvm/gems/ruby-1.9.2-head@rails3/gems/bundler-0.9.24/lib/bundler/runtime.rb:40:in `require'
from /home/neduma/.rvm/gems/ruby-1.9.2-head@rails3/gems/bundler-0.9.24/lib/bundler.rb:89:in `gem_require'
from /home/neduma/r/dotprofile/config/application.rb:7:in `'
from /home/neduma/.rvm/gems/ruby-1.9.2-head@rails3/gems/railties-3.0.0.beta3/lib/rails/commands.rb:39:in `require'
from /home/neduma/.rvm/gems/ruby-1.9.2-head@rails3/gems/railties-3.0.0.beta3/lib/rails/commands.rb:39:in `'
from script/rails:9:in `require'
from script/rails:9:in `'
The text was updated successfully, but these errors were encountered:
When using roxml with ruby-1.9.2 and rails3, we get following error.
The text was updated successfully, but these errors were encountered: