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.

Javascript + DOM in your ruby

The day has finally arrived where you can run a browser-less javascript + DOM environment from within Ruby. Harmony offers a convenient DSL that allows you to get started simply and easily. There is even a Rails plugin (holygrail) for functional tests. You can now leverage the power of the command line to do with JS what once required a browser.

Awesome work! Now we can forgo the use of Selenium!
That’ll come in handy for baretest 0.6 (http://github.com/apeiros/baretest) whe…

/Reg/ against your machine

Pleased to report the grand release of a small command-line tool, regex, which makes for some pretty dirt-simple utilization of Ruby’s regular expression engine via the command shell. It can do single or repeat matches and output can be in plain text, YAML or JSON formats. Still pretty fresh off the block, but it’ll beef up in capabilities over time.

Happy Birthday Devise

Devise (a full authentication stack for Rails) reaches 1.0 after four months since its first release! Carlos describes in this post all features that were added along the way: authentication, HTTP Basic authentication, token authentication, registration, analytics, timeout, account locking, account confirmation, forgot password and many others, thanks to Devise modular architecture which allows you to pick just what you want.

Congratulations! Yeah I installed the gem yesterday (or was it the day before y…

Ruby on Rails Example for Tropo Web API without port forwarding using Tunnlr

Zhao Lu (aka @zlu) has shared a tutorial he has done using Ruby on Rails and the recently released Tropo Web API. The tutorial shows how to add, or build, the Tropo features to your Rails application in 15 minutes using REST/JSON API. All of this deployed to Heroku for easy application deployment. Then he goes on to show how to use Tunnlr with Rails to punch through firewalls without port forwarding…

See Tropo.com for more details on the Tropo Web API. …

In-memory CouchDB implementation for speeding up your tests

We are using CouchDB as our main datastore and with our growing test suite, I was looking for a way to speed it up. I wanted to make the tests faster without introducing mocks everywhere or having to change the already written tests. What I ended up doing is writing an in-memory CouchDB implementation in Ruby: RockingChair. It is basically just a big hash with a CouchRest HTTPAdapter. Apart from the simple document API (store, retrieve, and delete object) it also supports CouchPotato and SimplyStored views. Checkout RockingChair on github.

LV designer fashion handbags were created from good quality leather with wonder…

Rubytu.be now indexing 500+ Ruby related videos and screencasts

After launching Rubytu.be a short 8 months ago, it’s now indexing over 500 videos, covering almost every topic a Rubyist could need. Thank you to the community for your contributions! I’m also opening up to some advertising. Please feel free to e-mail me, rates are cheap and space is available on the homepage and in the RSS feed!

Shouldn’t Rubu.be look more like a vide site UI-wise? i find it confusing to fi…

Quick and easy Static Pages in Rails

A quick guide showing you how to add common static pages to a Rails app in 60 seconds or less

Ray hit the point spot on and I should have mentioned it in my post, the purpos…
What is the performance difference between “rendering” (mostly) static erb page…
Arthur Gunn That is what I thought. I was just confused by …
Adelevie, the difference is negligible as the pages are so light anyway. When r…

Rad DCI Architecture Talk

I recently popped off a quick blog post about an awesome lecture on the concept of DCI architecture that I’ve been watching. This looks very promising and I’m guessing other Rubyists will be interested too. Check out my comments and jump from there to the video.

Loading older posts