VN:F [1.9.11_1134]
Rating: 0.0/5 (0 votes cast)

I found the old HTML version of Programming Ruby: The Pragmatic Programmer’s Guide the other day, while searching Google for solutions to a Ruby syntax problem I was dealing with. It’s now bookmarked for later reference, just as the other links included in this post are. (The newer version is also available.)

A little Googling later, I came across RailsFAQ.org, which lists solutions to a number of common problems that Ruby on Rails newcomers face.

NOTE FROM THE AUTHOR, RORY HANSEN
Have you found this post helpful?
If so, I'd appreciate if you could indicate so by pressing the Google Plus button below.

One of the links was to Hieraki, which is a web application developed using Ruby on Rails. The website is powered by Trac, which is an “enhanced wiki and issue tracking system for software development projects.” It allows you to navigate Hieraki and view the source code for its files. So, I’ve found myself glancing at the Hieraki source code every so often to see how its authors implemented features that I’d like to implement mine, just to see if I’m on the right track.

VN:F [1.9.11_1134]
Rating: 0.0/5 (0 votes cast)

Related posts:

  1. Nightly Maintenance for Ruby on Rails Apps
  2. Implementing Search in Ruby on Rails
  3. Late night with Ruby
  4. Installing The Ruby on Rails Framework
  5. Ruby on Rails Product Generator Gem

Post comment