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.

Command Line Feedback from RVM and Git

If you’re like me, most of your day is working in Git and RVM. I am frequently typing git branch to remember what branch I’m on, and rvm gemdir to remember what ruby version and gemset I’m using. With all those wasted cycles, there has to be a better way. And there is.

Backends in Rails 3.1

I’ve written a blog post on creating your own backend using Rails 3.1. It shows of some great gems for making this a relatively simple task and showing of some of the new features of Rails 3.1 at the same time. It’s complete with source code on github and a running example on Heroku (login with frodo:thering)

Shaven - templating without mustaches!

Some time ago i’ve pushed working idea of totally logic-less templating system called shaven. It’s mix of tuned up presenter layer similar to defunkt’s mustache and neat, designers friendly, logic less html templates. Would be great to gather some feedback from you guys and push it to production!

Adrian: I’ve decided to use this kind of “logic” after bunch of discussions wit…
I think logic is acceptable in views. My opinion is that if it is something th…
Michael: mainly you’ve right, but in my case i usually receive ready html stuff…
I think logic is acceptable in views. khuyen mai …
Loading older posts