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.

test_engine - A library to make it easy to test engines.

Rail’s engines can be a bit of a pain to write tests for. Since they don’t run in the full Rails stack it requires a bit of pain to setup anything but the most basic testing. test_engine solves this problem by making it almost as easy to write tests in your engine as it is to write tests in your Rails app. If you have been holding out on testing your engines because you don’t know a good way to implement it maybe this is your ticket to get back on track.

Programming for the Web With Ruby - Another free course.

500 participants have already signed up for this, the first round of the FREE Online Course: Programming for the Web with Ruby It has gotten the attention of some people we look up to, like Antonio Cangiano and Matt Almonetti and Steve Klabnik, among others. A 10 day course, with the first 4 days already open, awaiting the opening day. We had to open those days, because our participants are just too excited, and needed to have something while we await the start date!

Build Secure Applications with ITTIA DB SQL

ITTIA DB SQL now offers new security and authentication features that provide flexible data safety techniques for mission-critical application developers. <a href=“http://www.ittia.com/news/press/2012/jan/secure-database-communications-and-storage”>Using these comprehensive features</a>, software developers can achieve the greatest level of data security in embedded applications by encrypting both network communications and storage media.

spam?

Keep your peanut butter out of my chocolate.

The view layer in web app frameworks is broken, and here’s why.

Each time I see your picture, it reminds me of Charly Sheen.
How does Pakyow really separate the logic from the views? Maybe I am missing…
@pslick: Putting itemprops in the view doesn’t add logic, it simply adds more d…
Bryan, Yup - I misunderstood what itemprops was - didn’t know it was HTML5 s…

Why Every Ruby Developer Should Learn Smalltalk

No matter what kind of programming you are doing these days you probably heard a lot about Smalltalk. And there is a reason for that. Its influence on what we are doing and using right now is hard to overestimate. Refactoring, XP, TDD, many VM technologies came from the Smalltalk community. more

tconsole: Testing console for Rails

I just launched tconsole, a testing console for Rails with mintiest. It speeds up test performance by preloading your Rails environment (similar to how Spork does), but also helps out with testing workflow by providing a pretty simple syntax for testing single test files or even specific tests. [more inside]

Typed Fields in Ruby

One of a few things I missed when I switched from ActiveRecord to ActiveModel is all type conversions AR takes care of. You just pass a bunch of strings and it knows what to do with them. TypedFields gem does similar kind if stuff but without tying it to ActiveRecord. More

Loading older posts