Hi, I would like to do a one to one relation. With the following snippet, a relation oid is inserted on both sides. I would like only to have a host_oid in my config table. How should I do ?
(1 attempt)
Hello ... Is there a way to have TWO Og databases (that is distinct data sets), say I have old-model.rb and new-model.rb?
I may want to transfer from the "old database" to the "new database
(4 attempts)
(repost from the nitro ML)
I thought it was possible to have a template like this:
but
(1 attempt)
How do i define an index for a database column in my class definition? I want to speed up some of my queries and need to index a database table column. I would like to use my class definition file to
(2 attempts)
I’ve seen how to use embed HTML in a skin file to provide a global layout, but how can I use a text file for my global layout? I really want to avoid putting markup in my source code.
Thanks!
(1 attempt)
Is there a rails datetime_select like form helper for nitro? Or some similar control to set a Time property?
If i have this model:
class Person property :name, String pro
(1 attempt)
How do I configure SCGI with Apache2?
(1 attempt)
Quote from: http://www.nitrohq.com/view/Nitro%3ATemplates
As seen in the code, every controller should be able to have a different template folder but I didn’t found out yet how it works exacly. S
(1 attempt)
Fragment caching, method caching.. sweeper and new is Cacheable to og classes.
How to use them? please. :)
(0 attempt)
Hi!
In a site it is a common pattern to handle users, and roles associated to some users.
Is there some helper function to manage them? (which generates user and role tables, and so on…)
(2 attempts)