[Kepler-Project] Orbit session and cookie

2011-08-22 Thread Francisco
Hi list, I'm currently playing with orbit and i missed some goodies from cgilua like session and cookies, so i use luarocks to install cgilua and tried to use but no luck, see my example script: [code] require 'orbit' require 'cgilua.cookies' module( 'importGeoIp', package.seeall, orbit.new )

[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>?',