Wizard workflows in web apps.
Sometimes in an app you need to do something in SQL and not in your app’s...
Thoughts on the update
parameter in RJS.
One of the biggest features in the latest version of Rails is RESTful routes....
Including AJAX in Rails views.
Recently in a Rails app, I ran into a strange bug.
In this app, we had users...
In Rails we have these nice things we can use in our controllers called...
Specifying your domain model associations in Rails is all done in Ruby and...
Now conditional logic asks questions, which sucks, but its always still in...
Here’s one that might get you Rails developers:
class Comment <...