Hi Can you put up a tutorial on how this site [ Oxyliquit ] was developed? Did you use any helpers to gt the login/register system?
A step by step tutorial will be awesome!!
Thank you cheers d
(1 attempt)
Hi!
I have a model which has a boolean field, an XHTML file which renders a form for updating the model and a controller which does the actual updating. I can set the boolean field to true via the f
(1 attempt)
hi everyone,
New to Nitro!... Is It possible to install nitro on my windows?
thanks
(3 attempts)
Is there a way to use images out of our nitro app directory, while using nitro in a private (closed to everyone but local users) server?
Example:
I have a nitro app in /home/user/app accessible t
(3 attempts)
It does not do #find correctly, returning an array instead of the element (or nil). And Enumerable===x is false.
(1 attempt)
What are the rules to determine all the objects that are saved when I call:
obj.save
Do these traverse relationships? Which ones?
If I have a graph of interconnected objects, does it matter
(1 attempt)
To get, set, append, prepend, iterate, ... etc.
What constructors are generated?
(2 attempts)
Question says it all.
(3 attempts)
class A has_one :b, B end will fail: undefined method `has_one' for Slot:Class (NoMethodError) while class A property :x, String has_one :b, B end will succeed. What is the
(2 attempts)
Hi, this is my first post. I am looking for a ORM tool for a project. I became to OG, which seems superb for me. Evolve_schema is great, but I am wondering if it has a feature we have in our closed,
(2 attempts)