Madeleine is a Ruby implementation of Object Prevalence, that is, transparent persistence of business objects using command logging and complete system snapshots. Madeleine's design is based on Prevayler, the original Java implementation of object prevalence.
Madeleine is a Ruby implementation of Object Prevalence, that is, transparent persistence of business objects using command logging and complete system snapshots. Madeleine's design is based on Prevayler, the original Java implementation of object prevalence.
To install rb-madeleine, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install rb-madeleine
To see what files were installed by rb-madeleine, run:
port contents rb-madeleine
To later upgrade rb-madeleine, run:
sudo port selfupdate && sudo port upgrade rb-madeleine
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.