Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
admin_toolbox / CHANGELOG.md
Size: Mime:

0.5.3

  • Improve live preview javascript. No more document.write so the front end view should render cleanly. Also remove window.open call to maybe avoid popup blockers

0.5.2

  • Fix/Improvement: attribute_submit translation lookup now handles nil existing values. As well allows for a default value per field.

0.5.1

  • Fixed: Preview now forwards the admin request enviroment. Fixes Devise/Warden expected middleware data not being present

0.5.0

  • Enhanced: Rework previewable to use any given Controller for rendering. This gives greater flexibility in how the preview is rendered, as well as fixing the long time issue of rendering partials from a different controller namespace.
  • Fixed: ActionBar default actions now properly overwritten
  • Fixed: ActionBar CSS margin tweaks

0.4.0

  • ActionBar!
  • Misc refactorings