RubyRedditAPI
RubyRedditAPI copied to clipboard
Ruby wrapper for the Reddit API
I'd like to have this feature for my app, and I'm not opposed to adding myself. Care to give me some guidance about how you'd like to see it done?...
``` r.comments ``` Throws the following error: ``` /Users/chris/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/uri/common.rb:156:in `split': bad URI(is not URI?): /r/test/comments/whogi/ну_написал_я_текст_и_что_с_таво/.json (URI::InvalidURIError) from /Users/chris/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/uri/common.rb:174:in `parse' from /Users/chris/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/uri/common.rb:628:in `parse' from /Users/chris/.rvm/gems/ruby-1.9.2-p290@global/gems/httparty-0.8.3/lib/httparty/request.rb:41:in `path=' from /Users/chris/.rvm/gems/ruby-1.9.2-p290@global/gems/httparty-0.8.3/lib/httparty/request.rb:31:in `initialize' from /Users/chris/.rvm/gems/ruby-1.9.2-p290@global/gems/httparty-0.8.3/lib/httparty.rb:400:in...