ruby on rails 3.2 - acl9 doesn't fill created_at -


I followed the ACL 9 readmem, checked double and still trying to use has_role The following error is received! (: Admin) .

  ActiveRecord :: StatementInvalid: SQLite3 :: ConstrainException: roles_users.created_at can not be tapped: "roles_users" (include "user_id", "role_id")) value (1, 1 )   

The only catch is that I am using Rail 3.2 and have used the following diagnostics for any errors:

Any suggestions?

It is a known problem in the rail, hopefully it will be resolved and it will be informed.

I have decided to finish this line from the has_and_belongs_to_many line and it has removed it for some reason.

Comments

Popular posts from this blog

Python SQLAlchemy:AttributeError: Neither 'Column' object nor 'Comparator' object has an attribute 'schema' -

java - How not to audit a join table and related entities using Hibernate Envers? -

mongodb - CakePHP paginator ignoring order, but only for certain values -