Check Domain Availability from Rails [closed] - ruby-on-rails

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I'm trying to check domain name availability from my Rails app. Is there a good (free) API to do this with?

There's a whois client for Ruby on Github that seems to be updated regularly:
https://github.com/weppos/whois
The API doesn't look bad, either.

You can do this (and many other operations) using dnsimple
But it's not free, it starts at $3/month with a 30 days free trial.

Related

Is there a GearmanProvider for Silex? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I am looking for a provider thats gives me the ability to use Gearman with my Silex application.
I have found https://github.com/skeetr/silex but it seems that this provider is too old and it uses pecl_http instead of curl.
Does anyone know a better GearmanProvider for Silex? Can a use a
After some research i have used Skeetr/Silex.

Making backend solution with Datakit? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I want to run my own service with datakit for iOS, as alternative for parse, there is some good tutorial how to setup it?
On github repository there is everything you need to set up the server.
For free you can try it on localhost, or heroku or ec2(with bitnami node.js image) with mongohq.
If you are looking for an example of the usage of the framework, then start with ParseKit.

Ruby / Rails news feeds? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
I quite enjoy receiving weekly newsletters from rubyweekly.com. It keeps me up to speed with the Ruby / Rails community and new developments. I was wondering if there are any other sites similar to this one?
So far I have come across:
rubyflow.com
rubyinside.com
railsinside.com
railscasts.com is great but it's videos rather than text.
It's not a newsletter, but I like the Ruby5 podcast and site. It keeps me up to speed in the Ruby world.
http://ruby5.envylabs.com/

Any open source Rails apps for managing employee's times? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I've seen things in PHP for this like TimeClock . Its an app that manages Vacations / Hours / etc.
Anyone know of a Rails equivalent?
what you're looking for is a rails timesheet. you can check these out

gems/plugins for affiliate system? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
Improve this question
Do you remember any gems/plugins out there to support an affiliate (referral, partner) like system?
e.g the 37signals affiliate program
Any help/links would be appreciated.
http://code.google.com/p/substruct/wiki/HelpAffiliates
Is an open-source Rails e-commerce CMS that apparently supports an affiliate program out of the box. I'm considering it for an upcoming project, however I have no experience with it yet.

Resources