Minor release

v2.7.0 - Resource tools, authorization in menus, and more

Avo is a beautiful Rails based administration system. In comparison to competitors, it wins in it's visual style immediately and that's not taking into account all of its features.

It's simple to use, has excellent documentation, and anything that is not covered is helped super quickly and efficiently by Adrian.

Highly recommended!

Neil Tonge
Neil Tonge
Web Developer, CBJ Digital
πŸ‘† Click to see the video πŸ‘†

Hola amigos,

This week version 2.7 brings three new features and a slew of bug fixes.

https://youtu.be/Eex8CiinQZ8

  1. Resource tools. You can now add custom content to your resource pages even more effortlessly.
    https://docs.avohq.io/2.0/resource-tools.html
    https://youtu.be/Eex8CiinQZ8?t=196

  2. Authorization in the menu builder
    https://docs.avohq.io/2.0/menu-editor.html#authorization
    https://youtu.be/Eex8CiinQZ8?t=373

  3. Initialize the parent on the attach screen when creating a record
    https://docs.avohq.io/2.0/associations.html#belongs-to-attach-scope
    https://youtu.be/Eex8CiinQZ8?t=6

  4. Fix back path from the index view, has_one name option, broken pagination on per-page switch, long names in the sidebar, and search on back action
    https://youtu.be/Eex8CiinQZ8?t=471

We love this release because it makes Avo even more powerful and flexible so you can deliver the best experience to your users.

Keep the feedback incoming and share Avo with your peers ✌️

Thank you,
Adrian

Release notes

🎸 Features

  • feature: initialize the parent and attach the grandparent in attach_scope @adrianthedev (#905)
  • feature: resource tools @adrianthedev (#898)
  • feature: authorization in menus @adrianthedev (#903)

πŸ› Bug Fixes

  • fix: keep valid back_path when navigating from index @Paul-Bob (#907)
  • return field name if field is has_one @Paul-Bob (#906)
  • fix: broken pagination on per page switch @adrianthedev (#902)
  • fix: Long model names cause the navigation labels to overlap with the main content @jclarke (#897)
  • fix: broken search on back action @adrianthedev (#892)

πŸ€– Maintenance

  • chore: minor tweaks @adrianthedev (#908)
  • chore: add bundler integrity @adrianthedev (#893)