Development
Library
Ruby
Rails
Programming
JavaScript
rubyonrails
With my Google hat on, I got to interview Michael Marcus and Rui Ma, two recent graduates from a masters program at NYU. They joined me to discuss Gears on Rails, their open source framework that makes it easier than ever to take a Rails code-base offline.
They take the approach of giving you a high level Ruby-ish way of developing your Rails app and having it work offline against local storage.
This means that you end up building actions like this:
They build the local framework on the Jester framework that is a "JavaScript client for REST APIs that uses Rails conventions, and is inspired by Rails' own ActiveResource".
This means that you can write client side code like this:
Listen to the audio interview directly (or subscribe via iTunes).
Ruby
JavaScript
Watir
acceptancetest
selenium
TestDrivenDevelopment
rspec