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.

My Selenium with Ruby blogcast

I am starting a blogcast regarding Selenium and other opensource automation tools. I only have one post up right now. It’s an instructional blogcast dealing with organizing selenium test scripts using Ruby methods. You can expect three blogcasts a week to start. I’ll have another one up this evening. QA OpenSource

Ref gem released

I just launched the ref gem which provides a consistent, working interface for weak references across MRI, YARV, Jruby, Runinius, and IronRuby.

Ruby on Ales 2011

Hey everyone! I’m pleased to announce the 2011 Ruby on Ales conference in Bend, Oregon - Ruby on Ales 2011. It’s a two-day, single track conference inspired by Ruby, microbrews, and shredding. Listen to engaging speakers, compete in a one-day rumble, and slake your thirst on local microbrews. Reserve a seat and plan to ski, board, or tube when you attend the first annual Ruby on Ales Conference in Bend, Oregon.

A More Sane Way to Build Mobile-ready Rails Apps

This is a quick tutorial on how to create a mobile version of your Rails app without creating a custom mobile-formatted version of every single layout and template.

If talking about mobile websites there cannot be a Rails way. Just the designer…
Please find the code here: https://github.com/rubycs/shopledge Check header.…
As noted in the post, “css media queries go a long way toward accomplishing thi…

gemedit 1.0 released

gemedit easily opens any installed gem on your system in your favorite editor. It installs as a gem command, so to view the source for gemedit itself just run gem edit gemedit

FWIW - there’s also: https://github.com/adamsanderson/open_gem …
And https://github.com/adamsanderson/qwandry :-) …
Just to elaborate on those two comments, if anyone is interested, Qwandry is a …

Basic RSpec for Rails Views

Here’s some introductory material for using RSpec to test your views.

Why would you test your views with rspec if you could use cucumber+webrat/capyb…
Keep up the good work. Your posts are showing you are keeping up well with the …
Thanks for the great post. Like dkln however, I am not convinced about the usef…
The same here. After all the whistles I went back to test units with shoulda. N…
Loading older posts