thanks for this post, Torsten ! it's a keeper , as the fishermen say in Minnesota :-) it gets a least 3 gmail tag-labels and into gmail Pharo/tips folder now ... and a few tags as a copy-paste-a-note in CintaNotes until there is a Pharo GTD+tagged-annotations app to import from CintaNotes, OneNote, RedNotebook, CherryNotes, KeepNote, Penzu, ListIt ... ;-) On 1 March 2014 13:12, Torsten Bergmann <astares@gmx.de> wrote:
When I try to install FUEL in a fresh Pharo 3.0 (latest) image, I get the following warning:
Fuel is already in the standard image, no need to load it.
Now going to Simple Persistence, reading through the comments it seems that depends on FUEL, isn't it? Are there any tutorial or example using SP?
Google for it. I would recommend:
http://www.pharocasts.com/2010/04/sandstonedb-simple-activerecord-style.html
Just open the config browser in a fresh Pharo 3.0, click on "Tools" -> "Configuration Browser" and load SimplePersistence.
Then implement a subclass of SpFileDatabase for your custom simple persistence as in the tutorials.
Bye T.