[Screencast] Backbone JS Introduction – Visualised

backbone

This is a part of what was going to be a full Backbone Screencast series. I stopped for several reasons, but decided I should release at least some sections to the public to see their response and how I can improve in future videos. I find that I am a very visual learner, and thought this style would be best for those new to Backbone or Javascript MVC frameworks in general.

Let me know your thoughts.

Set up your Mac Terminal for Ruby on Rails Development

Enhanced terminal for rails development

Probably the one thing I have found most daunting in ruby on rails development is learning the command line and it’s unix counterparts such as shell scripting. Unfortunately, to be a good rails developer you need to know your way around the terminal. This post is not about setting up ruby on rails, but rather about enhancing your terminal for ruby on rails development.

Optimized with InboundWriter

PayPal Adaptive with Rails 3

Screen Shot 2011-10-19 at 12.37.56 PM

As usual the PayPal documentation is quite messy and disorganised and thus I thought I’d document how I managed to get PayPal Adaptive working on a marketplace style website.

Tagged: ,

Upgrade Rails 3 to 3.1

This is a comprehensive guide to upgrading a Ruby on Rails 3 application to Rails 3.1. It also includes instructions for updating the compass gem. Lets get started!

Tagged: , ,

Rails API’s – Rendering Flexible XML and JSON

When creating API’s, you want to make it so people can easily make remote requests and in return be given well structured data. Here I discuss why Rails to_json and to_xml methods don’t quite cut it, and what to do instead.

Tagged: , , ,
Page 1 of 612345...Last »