User Profile

User
 ronnyvv
Location
 Bergen, Norway
URL
 http://illustrata.no/
Bio
 Co-founder and Technical Director of Illustrata AS

Recent Articles

Dummy Data plugin - fill your app with random data that makes sense

Easy to use plugin for generating "realistic" random data for your app. It fully supports models with associations, behaviors, callbacks and validation.
  • Published by ronnyvv 02/17/09 - 15:44
  • 12591 views
  • 7 comments

Timeline helper

Easy to use helper for the MIT Simile Web Widgets component Timeline. Timeline allows web site creators to embed interactive timelines into their sites. It requires only that visitors have Javascript enabled. It's often referred to as "Google Maps" for time.
  • Published by ronnyvv 02/04/09 - 09:20
  • 8861 views
  • 1 comment

Recent Comments

Posted 18/08/2009 02:11am
is there a solution for when your model acts as tree ?
Revision works with TreeBehavior by default, if you don't want it to track the tree structure simply add the lft,rght & parent_id fields to the ignore list e.g. public $actsAs = array('Tree','Revision' => array('ignore'=>array('lft','rght','parent_id')));
Posted 09/03/2009 03:34am
Help, i can't run code for :

cake schema run create Dummy -path plugins/dummy/config/sql

the console says: schema.php can't loaded. Can you help me? Thanks


Are you perhaps running windows? Then you may have to specify the path like plugins\dummy\config\sql
Posted 06/03/2009 07:02am
Thanks for the feedback! Since you are using the svn version of the code could you please open a ticket on google code and attach a test case or at least more details, as we are unable to reproduce the problem you describe?

Your suggested changes to diff() are now implemented in svn