ROR in 14 pages

If you’re new here, you may want to subscribe to my RSS feed. Thanks for visiting!Here’s a quick overview of Ruby on Rails in 14 pages.

Multiple Record Forms for Ruby on Rails

I have been experimenting with creating a new goal management application using Ruby on Rails. The first challenge has been creating a signup application that takes account information and account owner information and then updates both an account and an user model. I couldn’t find any examples on this that I could understand so […]