Read more

Consul 0.5.0 is faster for admins, allows to define multiple powers at once

Henning Koch
January 14, 2013Software engineer at makandra GmbH

When calling a scope like current_power.user?(user), Consul will no longer trigger a query if the users power selects all records (SELECT * from users). This should make such checks much faster for users who can access many records, like admins.

Illustration online protection

Rails Long Term Support

Rails LTS provides security patches for old versions of Ruby on Rails (2.3, 3.2, 4.2 and 5.2)

  • Prevents you from data breaches and liability risks
  • Upgrade at your own pace
  • Works with modern Rubies
Read more Show archive.org snapshot

You can now define multiple powers at once:

power :users, :updatable_users, :creatable_users do
  ...
end
Posted by Henning Koch to makandra dev (2013-01-14 18:01)