Ruby’s ActiveRecord Implementation is a very cool part of the very cool Ruby on Rails (RoR) project. RoR is a great way to build a database driven web page. It has weaknesses if you’re trying to build something that’s truly Javascript heavy though, because it offers no easy way for the Javascript in the page to get ahold of the database directly.
Advertisements