Quick Tip – Using to_s as a label and simplified link_to calls to your ActiveRecord models

This post has been moved to my new blog, check it out!

This blog is being terminated :)

Building a I18N aware form builder for your Rails applications

This post has been moved to my new blog, check it out!

This blog is being terminated :)

Understanding class_eval, module_eval and instance_eval

This post has been moved to my new blog, check it out!

This blog is being terminated :)

with_scope and named_scopes ignoring stacked :order clauses

This post has been moved to my new blog, check it out!

This blog is being terminated :)

Handling database indexes for Rails polymorphic associations

This post has been moved to my new blog, check it out!

This blog is being terminated :)

Including and extending modules in Ruby

This post has been moved to my new blog, check it out!

This blog is being terminated :)

Unit tests don’t guarantee that your system works

This post has been moved to my new blog, check it out!

This blog is being terminated :)

Building an Ajax client to a RESTful web service

And finally the first post!

This is a tutorial about writing an Ajax client to a RESTful web service written using Ruby on Rails, so if you want to learn more about REST in Rails and JavaScript you need to check this out: “An Ajax Client to a RESTful web service

You can download the example code here: “Sample Code