Jonathan German
unread,May 28, 2012, 3:25:25 PM5/28/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rails_admin
Greetings,
I'm using rails_admin in a project and is hosted in Heroku... I'm
facing a huge trouble, we are authorizing with cancan and we are
having issues because mainly part of our app's models are being
conditioned by a specific field's value, e.g. can :manage, Foo, :state
=> "someState", This kind of conditioning last more and more as the
app grows and have more registers of the entity evaluated, and when
rails_admin initialize on server startup it is taking so long time
that even our app reach the boot time limit on our host and is not
starting online, so what you recommend us in order to resolve this
issue?