ruby library

RSpec 2.8: The Popular Ruby BDD Tool Goes Supersonic

Ruby Inside  Sat, 01/07/2012 - 07:53

RSpec 2.8 has been released, along with rspec-rails 2.8.1 for the full Rails 3.x integration experience.


 

NETTUTS.com: How to Squeeze the Most out of LESS

PHPDeveloper.org  Fri, 10/29/2010 - 09:18

On the NETTUTS.com site today there's a new tutorial about using the LESS CSS tool to get the most out of the styling of your website. The tutorial uses the PHP implementation by Leaf Corcoran to accomplish the same things as the Ruby library offers.


 

Net::HTTP Cheat Sheet

Ruby Inside  Fri, 01/15/2010 - 18:52

http-is-a-hamster-on-rollerblades-says-marc-andre-cournoyer.gifNorwegian Rubyist August Lilleaas has been busy putting together a ton of examples of using the Net::HTTP Ruby


 

Amp: A Revolution in Source Version Control (in Ruby!)

Ruby Inside  Fri, 11/27/2009 - 08:03

amp.png Amp is a new Ruby based project that aims to "change the way we approach VCS" (version control systems).


 

Mail: An All New Ruby E-mail Library

Ruby Inside  Wed, 11/11/2009 - 09:02

emailIcon.pngTo date, the main ways to send e-mails from Ruby have been Net::SMTP, TMail, and Rails' ActionMailer (which uses TMail).


 

Interesting Ruby Tidbits That Don’t Need Separate Posts #29

Ruby Inside  Mon, 11/09/2009 - 21:09

rubies2Welcome to the latest installment in the series of compilation posts summarizing some of my latest findings in the world of all things Ruby.

Let's tackle those links..


 

TweetStream: Use the Twitter Streaming API from Ruby

Ruby Inside  Fri, 09/25/2009 - 15:02

twitter-stream.png A couple of weeks ago, popular micro-blogging service Twitter unveiled a beta "streaming API." Twitter's nature means they get hammered with polling requests so they've begun to experiment with the concept of streaming relevant data within a single H