Download and Install rb-activerecord on Mac OS X
Tuesday the 8th of July, 2008

    rb-activerecord  most recent diff


      View the most recent changes for the rb-activerecord port at: rb-activerecord.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for rb-activerecord.
      The raw portfile for rb-activerecord is located here:
      http://rb-activerecord.darwinports.com/dports/ruby/rb-activerecord/Portfile
      Find related portfiles with the unique DarwinPorts.com search feature.
      Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/rb-activerecord
      Google
      Web Darwinports.com



      # $Id: Portfile 26430 2007-06-22 23:20:58Z markd macports.org $

      PortSystem 1.0
      PortGroup ruby 1.0

      ruby.setup activerecord 1.15.3 gem {} rubyforge:18405

      Category:-append devel
      Maintainers: rcavanaugh gmail.com

      Description: Implements the ActiveRecord pattern (Fowler, PoEAA) for ORM.
      Long Description: Implements the ActiveRecord pattern (Fowler, PoEAA) for ORM. It ties database tables and classes together for business objects, like Customer or Subscription, that can find, save, and destroy themselves without resorting to manual SQL.

      checksums md5 fd461e595441731e34c8235a94bd0372 sha1 ea7a32d829c19476a45be7ba0c2419c3fc1e564f rmd160 573c8c9ce5557ad478ef0bd9e8ffeffb7e594f5f

      depends_lib-append port:rb-activesupport

    If you haven't already installed Darwin Ports, you can find easy instructions for doing so at the main Darwin Ports page.

    Once Darwin Ports has been installed, in a terminal window and while online, type the following and hit return:


      %  cd /opt/local/bin/portslocation/dports/rb-activerecord
      % sudo port install rb-activerecord
      Password:
    You will then be prompted for your root password, which you should enter. You may have to wait for a few minutes while the software is retrieved from the network and installed for you. Y ou should see something that looks similar to:

      ---> Fetching rb-activerecord
      ---> Verifying checksum for rb-activerecord
      ---> Extracting rb-activerecord
      ---> Configuring rb-activerecord
      ---> Building rb-activerecord with target all
      ---> Staging rb-activerecord into destroot
      ---> Installing rb-activerecord
    - Make sure that you do not close the terminal window while Darwin Ports is working. Once the software has been installed, you can find further information about using rb-activerecord with these commands:
      %  man rb-activerecord
      % apropos rb-activerecord
      % which rb-activerecord
      % locate rb-activerecord

     Where to find more information:

    Darwin Ports



    image test