Implements the ActiveRecord pattern (Fowler, PoEAA) for ORM.
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.
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.
To install rb-activerecord, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install rb-activerecord
To see what files were installed by rb-activerecord, run:
port contents rb-activerecord
To later upgrade rb-activerecord, run:
sudo port selfupdate && sudo port upgrade rb-activerecord
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.