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.

Behavior-Driven Integration and Unit Testing

Traditionally application code is written first and tests afterwards. After writing a piece of code, you write unit tests. And once you finished a few pieces of code, you write integration tests to see if they fit together. In Behavior-Driven development there is an approach called Outside-In Development where we go the other way round. Have a look at this screencast to learn more! [more inside]

Cut average response time by three quarters using Redis

Shortly after launching my site using Sinatra and hosted on Heroku I was looking for ways to improve the performance. I looked through the add-on services Heroku offered and found Redis-to-go had a nice looking free tier. So I went ahead and implemented caching with Redis. Here’s the results: [more inside]

Afraid of the big nasty gem?

A malicious gem could do pretty much everything on the environment that runs its code, from stealing critical data to taking control over the entire operating system. It may only take minutes for the malicious software to access poorly protected files or to exploit its way up, from running as restricted user to escalating to a privileged user. Read More

Thank you for posting a great article about Gem Security. :)
The title made me think this would be an article about active_support ;)
I really hope active_support is safe ;)

Build Your Own Real Estate Listing Service with Ruby on Rails and Sphinx

I just launched the first part of my new tutorial Build Your Own Real Estate Listing Service with Ruby on Rails and Sphinx. Take a look if you like.

Thank you. Will get into this. :)
The link does not go to the tutorial. Can you email me brad.hechler@att.net Tha…
Loading older posts