RubyFlow The Ruby and Rails community linklog

×

The Ruby and Rails community linklog

Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!

Submit a post

You can use basic HTML markup (e.g. <a>) or Markdown.
Note that your post may be edited to suit the format of the site.

As you are not logged in, you will be
directed via GitHub to signup or sign in

Post Preview

Note: Only the first pargraph is shown on the front page and overly long paragraphs may be broken up.

A Rails Testing Charity Workshop (The Day Before RailsConf 2011)

Jeff Casimir has announced that he’s running a Rails testing workshop for charity the day before RailsConf 2011 kicks off (so on May 15, 2011). Your instructors will be Jeff Casimir, Nick Gauthier, Matt Yoho, Marc Peabody and you’ll learn all about RSpec, Test::Unit, Capybara, Cucumber and more. If you want to be fully “test fluent” before the conference starts, it sounds like a good session.

htty, the HTTP TTY

htty is a console application for interacting with web servers. It’s a fun way to explore web APIs and to learn the ins and outs of HTTP. Install it by typing gem install htty and keep up at #htty and @get_htty.

MacRuby 0.10 Released

Laurent Sansonetti has released MacRuby 0.10, the latest version of the Mac OS X-focused Ruby implementation. 0.10 is the latest stepping stone on the way to a forthcoming 1.0 release and includes XCode 4 support and an improved macruby_deploy system.

Can’t wait to get my hands on it. Was playing around with 0.9 last night. …
Just installed all the gems I normally use with no problems, first blush looks …
The bombing came amid a nationwide alert triggered by the discovery of at least…

A voting extension from scratch for Rails 3 (blog series)

I just started a blog series about building a voting extension from scratch for Rails 3. There will be presumably seven posts in this series. The main focus while putting this gem together will be on current best practices (using Bundler, setting up RSpec, inheriting from ActiveSupport::Concern, setting up generators, …). Here is part 1 - overview and setup. The complete code and installable gem is already available at the make_voteable GitHub repository.

Cool gem! I’m wondering why you decided to use the bang(!) methods to ignore e…
Hy Chad. Sorry for the very late reply. It seems I overlooked the notification …
Loading older posts