dkolath

Results 2 issues of dkolath

I am using ActiveAdmin 2.9: When executing 2 seemingly equivalent code samples, the second example does not render as expected with fields re-rendered EXAMPLE 1: `region.rb` ```ruby ActiveAdmin.register Region do...

If I use Rails 3.1 has_secure_password in the parent, creating a new record fails with ActiveRecord::UnknownAttributeError: unknown attribute: password ``` ruby sub_user = SubUser.create!(:password => "foo", :email => "foo") ```...