RoR

Thumbnail
Web applications usually follow a synchronous communication model. However, non-interactive and long-running tasks (such as report generation) are better suited for asynchronous execution. One way... Read More
 
Thumbnail
Ok, so you’re pretty comfortable with using the Zend Framework, specifically the use of Forms. Along with that, you have a good working knowledge of how to combine a host of standard validators... 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
 
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
Thumbnail
Integrating with Facebook from PHP is easy with the help of Facebook’s PHP SDK and some HTTP libraries like Zend_Http_Client or PEAR HTTP_Request2. In this article I’ll show you how to get... 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
 
 
In the first part of this series , we went through the basic environment GAE offers the developer. You must be excited to get yourself into coding your first application and seeing it live! Setting... Read More
Thumbnail
Location-based applications are all the rage. What used to be prohibitively expensive GPS devices are now sitting in the of pockets of a great many people, embedded within smartphones and other... Read More
 
Location-based applications are all the rage. What used to be prohibitively expensive GPS devices are now sitting in the of pockets of a great many people, embedded within smartphones and other... 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
Anyone who has a server using PHP has undoubtedly heard of php.ini – it’s the configuration file used to control and customize PHP’s run-time behavior. It provides a simple way to configure... Read More