Ruby / Rails news feeds? [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 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/

Related

Can anybody advise some guide, book or video for authentication and authorization in rails? [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 wanna do it from scratch for better understanding without devise gem. Can anybody tell some good guide for this purpose?
you should go through Michael hartl tutotrial. He goes through the process of creating authorization from scratch using tdd.
https://www.railstutorial.org/book/sign_up
https://www.railstutorial.org/book/log_in_log_out

Check Domain Availability from Rails [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'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.

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.

Looking to learn writing a NDIS or TDI driver [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
Can anyone possibly suggest a good book which steps through the development of such a driver written in C? I'm looking for a book which is good for beginners. If there is an online resource on how to do this which explains the process from ground up it would be greatly appreciated.
For NDIS, the best way to start is to look at the Microsoft-provided sample drivers: http://msdn.microsoft.com/en-us/library/ff568374(v=VS.85).aspx
This page has a list of drivers, you can pick one similar to your needs.

Resources