Skip to main content

Questions tagged [ruby]

Accompanies [app]s written in, or [library]s meant to be used from, the Ruby programming language

3 votes
1 answer
253 views

Localhost test Stack App authentication: error 'redirect_uri' does not match

I tried the answer at "Can the redirect_uri contain port number"? But I am getting the following error: Provided redirect_uri does not match the redirect_uri this code was created with My access ...
sylor_huang's user avatar
4 votes
1 answer
552 views

`redirect_uri` is not under the registered domain for this application

I am trying to implement Stack Exchange authorization in my RoR application. But I get the error : redirect_uri is not under the registered domain for this application in Gemfile use: gem '...
nobody 's user avatar
3 votes
0 answers
126 views

Ruby SE Realtime: A library for watching the SE Realtime WebSocket

Screenshot / Code Snippet Documentation can be found in the GitHub repo: https://github.com/izwick-schachter/se-realtime About This is the library you need when you don't want to have to poll the ...
thesecretmaster's user avatar
6 votes
0 answers
221 views

Ruby SE API: A Ruby wrapper for the Stack Exchange API

Screenshot / Code Snippet An excerpt from the README: First, initialize your client. You can omit the API key, but it's strongly recommended that you use one because it increases your request ...
thesecretmaster's user avatar
4 votes
0 answers
306 views

ChatX: A ruby library for SE Chat

Screenshot / Code Snippet Here's some sample usage: cb = ChatBot.new(ENV['ChatXUsername'], ENV['ChatXPassword']) cb.login cb.gen_hooks do room 63296 do # Room ID of The Closet, a testing room for ...
thesecretmaster's user avatar
5 votes
0 answers
74 views

se2jekyll.rb—export Stack Exchange posts for use on Jekyll blogs

Synopsis se2jekyll.rb site post_id Example (https://puzzling.meta.stackexchange.com/a/3020): $ se2jekyll.rb Meta.Puzzling 3020 > site_evaluations.md Republished at: http://jericson.github.io/...
Jon Ericson's user avatar
0 votes
1 answer
87 views

How to use the API to show the user reputation? [duplicate]

How do I use the Stack Exchange API to let my users enter their Stack Overflow URL and then extract their reputation and show it in a profile controller in Rails?
frustrateddeveloper's user avatar
6 votes
0 answers
230 views

topstack.io - Learn from some of the most popular questions and answers on Stack Overflow (beta)

Screenshots http://topstack.io About It uses the most popular Stack Overflow questions, and sprinkles it with some spaced recall algorithms. The goal of this spaced recall is to help the student ...
stefanlz's user avatar
5 votes
0 answers
275 views

Ruby library for Stack Exchange API

About I have written a Ruby library for accessing Stack Exchange questions, comments, badges and users. I am adding more methods. Repository https://github.com/raysrashmi/ruby-stackoverflow ...
userxyz's user avatar
  • 151
1 vote
1 answer
84 views

How do I find a user by their `display_name`?

I am using Serel (the Ruby wrapper) and would like to be able to find a user by their display_name. As it stands right now, I can only find them via an ID - like Serel::User.find(1,2,3). I tried ...
marcamillion's user avatar
1 vote
1 answer
169 views

Ruby wrapper for stackoverflow api - Serel, Pilha

Serel and pilha are good Ruby wrappers for the 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 ...
Prateek Papriwal's user avatar
3 votes
0 answers
127 views

OverflowMonthly

Screenshot / Code Snippet About OverflowMonthly is a monthly collection of the most popular questions on the Stack Exchange Network,published as ebooks(pdf and kindle format). People can now also ...
gt5050's user avatar
  • 131
5 votes
0 answers
419 views

soDumpMe: a Ruby script co convert Data Dump XML to HTML

Screenshot / Code Snippet Screenshot coming soon! About This app was created to solve a request on Meta that the XML of the data dump is not readable. This app aims to convert the XML to HTML. ...
Josh's user avatar
  • 563
10 votes
2 answers
551 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 ...
nobody's user avatar
  • 864
7 votes
0 answers
877 views

OBSOLETE - achivy.com, track all your statistics, reputation and badges in one place (now also supports coderwall)

About Time to collect your achivies Achivy adds some fun to your life. It supports Stack Overflow and all Stack Exchange applications, GitHub,Coderwall Ohloh as well as many other applications to your ...
altuure's user avatar
  • 79

15 30 50 per page