Is there a simple way to get the Og admin part to stop stripping HTML markup from submitted text fiel...
Answered after 1 attempt.
By default cookie session store is used in Nitro pre-0.50 The line in application.rb that does this i...
Answered after 1 attempt.
What do i need to do to tell Og to be careful with pre-existing ('legacy') databases, so that: 1) ...
Answered after 1 attempt.
I need to stay backwards-compatible to ActiveRecord.. How can I use 'id' instead of 'oid' in MySQL ...
Answered after 2 attempts.
Hello, 0.40 release notes mention that the new nitro console command can start a cluster with a singl...
Answered after 1 attempt.
I understand nitro did undergo a huge refactoring process, and as one result the Control system was f...
Answered after 1 attempt.
class User schema_inheritance end class Customer 'no such column user_oid' The above fails on ev...
Answered after 1 attempt.
see I have A model like this. class User property :name,String property :pass, String property...
Answered after 2 attempts.
I have a question on querying object with Og using properties of a related object Let's say I have th...
Answered after 2 attempts.
Is it possible/meaningful to use Og with alternative DAO implementations? I mean, to work with Og enh...
Answered after 1 attempt.