Issue 1.26: Structural Design Patterns


~1 month ago by gregory.t.brown@gmail.com (Gregory Brown) on Ruby Best Practices.
Originally published as part of the first volume of the Practicing Ruby newsletter on February 28, 2011. Most of these issues draw inspiration from discussions...

bundle exec rails … executes Bundler.setup 3 times


~1 month ago by wyeworks on WyeWorks Blog - Home.
TL;DR: don’t run bundle exec before rails command, rails already checks the presence of Bundler through the Gemfile and sets up everything according to...

Z@ppelin iPad app’s massive success


~1 month ago by joost on Space Babies.
I’ve been lucky enough to to be involved in the Z@ppelin iPad app as the back-end programmer. The app has seen tremendous success and is one of the...

#310 Getting Started with Rails


~1 month ago by Ryan Bates on Railscasts.
Learning Ruby on Rails can be overwhelming, especially if you are new to programming. Here I will take you on a tour through various resources to help get...

The 5 Most Popular Articles of 2011 on RubyLearning


~1 month ago by Satish Talim on RubyLearning Blog.
(Based on Twitter Re-tweets) The year 2011 saw RubyLearning’s awesome guest authors write and share their knowledge with others. If you missed any...

Designing Rails API using Rabl and Devise


~1 month ago by Sethupathi Asokan on Josh Software - Where Programming is an Art!.
Most of us are aware that enabling API access for rails application is easy as Rails provides RESTful APIs by default. However, a little complexity arises...

Let’s Talk About Conditional Expressions


~1 month ago by Evan Light on RubyLearning Blog.
This guest post is by Evan Light a test-obsessed developer, the author of several rarely used gems, and the curator of Ruby DCamp. When he’s not a...

Issue 1.25: Creational Design Patterns


~1 month ago by gregory.t.brown@gmail.com (Gregory Brown) on Ruby Best Practices.
Originally published as part of the first volume of the Practicing Ruby newsletter on February 22, 2011. Most of these issues draw inspiration from discussions...

Adding client connections and binary data to em-websocket


~1 month ago by Will Ryan on Atomic Spin.
A few months ago I started working on a project where we wanted to use WebSockets. The technology seemed well-designed and lightweight, it enjoyed strong...

Rails/master is now 4.0.0.beta


~1 month ago by David Heinemeier Hansson on Riding Rails.
The forthcoming 3.2.x release series will be the last branch of Rails that supports Ruby 1.8.7. There’s a new 3-2-stable branch in git to track the changes...