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.

Top 7 RSpec Best Practices

It’s really hard to overemphasize how helpful RSpec is and how much easier becomes your life if you have good specs coverage. But its outstanding flexibility enables many ways to make your specs awful: horribly slow, over-bloated, even non-readable sometimes. In this article I will give you some ideas how to improve your specs quality and increase efficiency of your BDD workflow.

Pancake - stacken them up

I came across Pancake today and feel it could be a game changer on developing rack based applications. Here is extracted from its readme: [more inside]

This is the next natural progression from the Merb experiment. I think Pancake …
I agree - this is definitely something that I can see using. I’ve definitely be…

Rango 0.1 Released!

I am happy to announce the first public release of my new framework Rango. Rango is a small MVC framework inspired by Merb and Django builded on top of Rack. It’s clean, simple and it’s trying to be as agnostic as possible. It has Bundler support and mainly, it’s the only Ruby framework with template inheritance! [more inside]

Only framework with template inheritance? HUH!? erector, builder … can all do t…
Hey mate, you are comparing two different things. Erector & builder are …

Stubbing and Setting Expectations on HTTP Requests Is Now Easy With WebMock

Is your application making HTTP requests? Are you also tired of writing complex tests with HTTP library methods stubbed? Do you end up testing implementation of Net::HTTP or other HTTP libs instead of testing behaviour? Do you have to change your tests or specs any time you change your HTTP library, even if behaviour doesn’t change? I had the same problems so I created WebMock gem.

Administration system in Rails

Learn how to create a simple but effective administration system in Rails here. Make sure you check out the other tasks on how to create an online depot applocation in my Rails Learning Experience!

Does anybody care that this guy is republishing the pragmatic AWDWR book? …

Transition from #ruby to #jruby on #rails on #torquebox.

JRubyist Dan Tylenda-Emmons wrote a small article including a handy ruby script to help you transition from ruby on rails to an enterprise class jruby on rails deployment environment. The script will download and install torquebox, set up your paths for you, and install jruby-openssl in an automated process.

enterprise class! lol
Wondering why you find that phrase funny… MRI is not up to par.
Clearly he doesn’t buy into the marketing FUD that permeates every corner of Ja…
nice blog comments Sohbet Odaları …

Jekyll: Sites Made Simple

Sitepoint has published an article on Jekyll, a static site generator. It goes in detail on installing Jekyll, creating the basic structure, testing the site locally and deploying. It even has a short introduction to Liquid, the tagging engine used by Jekyll. I have found this to be the best available walk-through on Jekyll till now. Check it out here.

Loading older posts