Blog : Suit My Mind - Software that suits you

#9 Cappuccino and Ruby on Rails : the Weblog application (part 2)

In the previous episode I showed you how to build the Cappuccino interface for the example Rails Weblog application.

In this episode, we're gonna create the links between the front-end and the backend.

You can learn more about the Rails Weblog application by watching this screencast by Ryan Bates (@rbates). The original code of the Rails Weblog application is hosted on Ryan's Github page, but you'll find a slightly modified version in the episode source code for your convenience. Thanks to Ryan for letting me embed the code directly in my repository.

Useful links :

The login / password for the Rails app are admin / secret. This can be changed in app/controllers/posts_controller.rb, at line 99.

Episode files