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.

Ruby Classes

I have just written a post on Ruby classes here is the link, being a newbie in ruby trying to understand ruby so just started with ruby classes.

eurucamp 2012 – Call for Proposals (CFP) now open

eurucamp 2012, the european Ruby camp, is now accepting proposals for sessions. Last year Rubyists from the Berlin community organised the camp+unconference eurucamp 2011. It ran parallel to the EuRuKo mega-event and was designed for those who wanted to come to Berlin but unable to get tickets to the main EuRuKo sessions. This year, we’re building upon the work done for eurucamp 2011, but transforming it into a standalone event.

Copying and pasting for length: In the heat of summer, no one wants to be st…
@PeterCooper Thanks!
As the Ruby community matures and grows, we seek new ways to manage complexity,…

Webistrano for your Capistrano

In continuation of the capistrano subject, we would like to introduce Webistrano, edited by Peritor. Webistrano is a web interface to the Capistrano tool. It pulls projects from a Git repository (in our case it’s github) and place the files on the web server. Webistrano allows to roll back to an earlier version in case of problem, it also keeps a log of every deployment. Most important, it allows users (our customers) to deploy without any direct access to servers. Read more

csv_validator for Rails

I just launched csv_validator, A CSV Validator for Rails 3, which can validate row and columns counts, as well as certain column contents (such as making sure a specified column contains only valid email addresses or numbers).

Link is broken, here’s the right one: https://github.com/mattfordham/csv_valida…

SmartProperties

A gem that simplifies the process of creating more feature-rich accessors: SmartProperties. Besides an extensive README, there is also a short presentation that describes the key features of SmartProperties. The presentation is available on Speaker Deck.

You should checkout virtus or parameters. …

ryodo 0.1.0.1 released

I released ryodo, a gem for parsing domains against the public suffix list. As far as I know this gem is a little bit faster than public_suffix (factor 10). Read more about the background, examples and the benchmark.

Loading older posts