• Tutorials

    Posted on March 15th, 2007

    Written by admin

    Tags

    , , ,

    Ruby on Rails handles data manipulation with the Active Record, which provides an Object Relational Mapping framework. If these sound a little like foreign words to you, keep reading; you’ll find that the way RoR handles ORM is a little different, and perhaps easier, than you might see it handled with other languages.

    Data and its manipulation is central to any application, whether it is a desktop or web-based application. Data can be represented and manipulated using different techniques.

    One of them is the Object Relational Mapping technique or simply ORM. ORM maps the relational tables to the object oriented classes. ORM frameworks provide the mapping and corresponding object, data manipulation services. In most of the server-side technologies, ORM frameworks constitute a totally different component stack. Hence it becomes the job of the developer to do the groundwork to create a connection between the ORM framework and other frameworks (such as web frameworks).[Read More]

    Share and Enjoy:
    • Digg
    • Sphinn
    • del.icio.us
    • Facebook
    • Mixx
    • Google
    This entry was posted on Thursday, March 15th, 2007 at 12:00 am and is filed under Tutorials. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.
  • 0 Comments

    Take a look at some of the responses we've had to this article.

  • Post a Comment

    Let us know what you thought.

  • Name:

    Email (required):

    Website:

    Message: