The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
34 views

Ruby wrapper for stackoverflow api - Serel, Pilha

Serel and pilha are good ruby wrappers for stackexchange api. But i am not able to access the body method for question and answers. The body method returns nil. I want the content of questions and ...
0
votes
0answers
31 views

How to add stackoverflow api to ruby on rails app

I created ruby on rails app. And i want to crawl data form stackoverflow, i know to use stackoverflow api but i don't know to add it to my app. Please help me, add it to ruby on rails app. I user ...
0
votes
0answers
22 views

What stack apps are available that solve Ruby on Rails problems? [closed]

While working in Ruby on Rails (and many other languages), when I get an error the first thing to do is to copy and paste the error into Stack Overflow. What tools are available that integrate Stack ...
7
votes
2answers
325 views

Serel: A Ruby Library with full support for API 2.0

Getting Started? Visit http://serel.tom.is for a whirlwind tour of the library. although it is still very much a tour in progress About Serel is Stack Exchange RElational Algebra, a fully ...
0
votes
2answers
90 views

Which of the Ruby libraries/wrappers for the Stack Exchange API is most complete?

There seem to be a number of ruby libraries: Pilha or Rubyoverflow. Has anyone used either of these? What are their strengths and weaknesses? Which is more actively maintained? Thanks!
8
votes
2answers
689 views

rubyoverflow 0.5

About rubyoverflow is an ruby wrapper for the Stack Exchange API. Status Middle of being rewritten. Handles /users/{id}/* routes along with /sites and /users. Documentation forthcoming Known ...
5
votes
0answers
447 views

Pilha - Ruby Wrapper to the Stack Exchange API

Warning: there's still a lot of work to be done. Edit: Pilha has been updated and now it supports most of the stack exchange api. There's still work to be done and the gem should be completely ...
10
votes
2answers
571 views

analyticsoverflow - tracking question and answer counts over time

About Question, answer and comment counts for stackoverflow. The individual tag pages show a graph of the question counts over the last fortnight. Update: Now gathers and displays data for all ...
5
votes
1answer
434 views

Ruby Client Library

I've started a Ruby client library project on GitHub. There's no code there, but I will be hacking on it all weekend and welcome contributions. Sample Code client = ...