Re: [Kepler-Project] Re: Orbit problems with blog example

2011-06-22 Thread Fabio Mascarenhas
Ryan, The master branch of Orbit (what the cvs-2 rockspec) pulls is not compatible with Orbit 2.2. I pushed the model and routes fixes to the orbit22 branch, this is what you should pull; you will need to edit the rockspec and add a cvs_tag = "orbit22" field to the sources table. I will do a main

[Kepler-Project] Orbit.model delete rows/row

2011-06-22 Thread Francisco
I have the following model in my orbit app "tester", i having no success while tring to delete more than one row at time... [code] --[[ table_prefix = "" teste = entity { fields = { id = key(), nome = text(), data = integer() } } --]] local t = tester:model 'teste' local d= t:find_all( 'data>?',