This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package models | |
import scala.Option.option2Iterable | |
import org.scalastuff.scalabeans.Preamble.descriptorOf | |
import org.scalastuff.scalabeans.BeanDescriptor | |
import com.mongodb.casbah.Imports._ | |
import play.Logger | |
/** | |
* Utility trait for MongoDB to mix into entity classes. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"Note that these instructions apply to Phase1 ... not yet alpha, so take care:) | |
Assuming Pharo 1.3" | |
"Bootstrap filetree code" | |
Gofer new | |
url: 'http://ss3.gemstone.com/ss/FileTree'; | |
package: 'ConfigurationOfFileTree'; | |
load. | |
((Smalltalk at: #ConfigurationOfFileTree) project version: '1.0') load. |