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.

Toronto Ruby on Rails Project Night returns for 2009

The Toronto Ruby and Rails Project night is back in 2009, kicking off January 14th with a rich offering of new ideas from the Ruby programming community. We are joined by presenters Ollie Saunders, Luke Galea and Steven Baker, and sponsor Careerious.com for what promises to be another fantastic event for Toronto’s tech community. Interested in getting involved? Visit correlations for more info.

Contextify - Loading objects from Ruby files

Hey, ever wanted to load Objects from Ruby files without having to use YAML or define a custom class named like the file? Now you can, with Contextify.

Why not just use Modules and include them into the object you want? Also, I’…
I originally wrote Contextify for another project of mine, Ronin. Using Context…

Ruby symbols

I keep seeing some programmers from different backgrounds are unable to get what ruby symbols are, and though I do know that there are many great posts regarding this topic, and actually my intent is not to increase them by one :) , but i feel i have to clear few points regarding them. So I’m trying to answer answer 2 important question here: What are ruby symbols? and When to use them? Answers goes here :)

Action Guide to git submodules (with Rails flavor)

The article collects current best practices of a submodules workflow and form a “howto” kind of guide, So if you’re still asking yourself “How shall I track changes in my submodules?” or even (if you’re cool and eat your own dog food) “How shall I use the submodule in my app, have it editable/pushable and let others clone the app without any issues?” - read on, you should find your answers.

Ruby on Rails Tutorials

In the hope of helping people that are somewhat new to ruby/rails get up to speed, I’ve posted this selection of ruby on rails tutorials to help. I’ve tried to ensure they are still relevant and not teaching people things that hark back to the 1.0 days. Let me know if I’ve incorrectly included some which are out of date.

SourceClassifier 0.2.1

Have you ever needed to identify the programming language used in a snippet of code, for example in a pastie-style application or in a blog system? SourceClassifier identifies common programming languages using a Bayesian filter trained on a large corpus of examples. It is easy to extend to recognise other languages.

Krauter: A new router for Rails!

It’s less than five minutes old, but Jeremy McAnally has released krauter, a new router for Rails. It’s described as “Tiny (200 lines fool!), quick (adding routes so fast it hurts and competes with current router otherwise), and agile (OK…it’s not more agile. But it sounds cool.)”

Nice, even though I hope we move away from the crap hole Rails provides for rou…
I personally hate the style of merb’s routing DSL for a lot of reasons, even if…
I agree with Jeremy McAnally that method chaining can be icky sometimes, but it…
Loading older posts