Ruby Sockets Programming

Posted by: admin  :  Category: Ruby on Rails

Learn Ruby basics as well as the most important classes for sockets programming, and then look at a working chat application that illustrates these fundamentals. The tutorial finishes by exploring the…

Ruby on Rails Security cheatsheet

Posted by: admin  :  Category: Ruby on Rails

A Rails security cheatsheet with all the information in one place.

How to set a character limit for a Ruby on Rails RSS feeds

Posted by: admin  :  Category: Ruby on Rails

I was making a RSS feed the other day and wanted to limit the number of characters in my description. Here is how I did it.