rubysource-icon115x115

ruby

rubysource-icon115x115
This week on RubySource, we have great pieces on authentication, including getting beginners up and running from scratch, and using a new gem called Authority. And that's just for starters!Read More
 
It was such a cliche of a title, I just had to use it. I’m sure you have heard of the great BDD tool Cucumber , but what you may not know about is how smelly cukes can be. I have recently been... Read More
Thumbnail
Maybe customizing Twitter Bootstrap’s designlike this wasn’t such a good idea! Back in November I discussed various options for integrating Twitter Bootstrap into a Rails 3.1 app, including... Read More
 
Thumbnail
Last time we completed the client-side items needed to display the Events on the User Events page. Our focus now turns to adding and removing events asynchronously using Backbone. In our screenshot... Read More
 
 
Exit, Stage Left Every time you enter an irb session, boot a ruby script, or run a test runner you’re starting up a process. This goes for anything on your system, not just Ruby code. For... Read More
When I first came across Heroku it was a Ruby-only cloud service. I wasn’t a Ruby developer so I quickly forgot about it. But then they partnered with Facebook and you could create a Facebook app... Read More
Chef is billed as “A systems integration framework, built to bring the benefits of configuration management to your entire infrastructure”. It doesn’t matter how many times I read that, I... Read More
Sometimes the idea for an article strikes me out-of-the-blue, like a lightning bolt or an airborne toxin. The quality of these sudden onset ideas varies greatly, and it usually directly proportional... Read More
 
You’ve probably noticed a few articles as of late on SitePoint and its properties discuss Heroku and their offerings; they’re definitely shaking things up in the cloud services arena! In fact, I... Read More
elephant
You can avoid most of the installation, configuration, and maintenance hassles associated with PostgreSQL by using cloud-hosted database service Heroku Postgres. Tim Boronczyk shows you how easy it... Read More
 
Thumbnail
Last time we setup our client-side code and made the map. In this article, we’ll get Events integrated into our Backbone-based client code, displaying the collection of user Events. Event Views... Read More
 
Thumbnail
This simple 5 step tutorial will create a working Rails 3.1 app using Twitter Bootstrap Last month I discussed all of the different gems that are available for integrating Twitter Bootstrap with a... Read More
 
Part 1 of this post covered my experiences in .NET when writing tests, and how that helped me getting productive in Ruby within a short period of time. Part 2 covers my experiences in Ruby, going... Read More
If you’re a .NET developer who have been writing tests, this post may encourage you to continue doing so when working with Ruby. If, instead, you have not been writing tests, we must change that!... Read More