-
Notifications
You must be signed in to change notification settings - Fork 0
Upgrading ActiveAdmin
If you are upgrading Rails be sure to review the Upgrading Rails Guide.
Do yourself a favor and make sure your test coverage is good before you start an upgrade.
pre3 and pre4 were released the same day, Jun 30, 2016. pre4 has preliminary support for Rails 5.
pre2 was released on Mar 11, 2015. No breaking changes.
ActiveAdmin 0.6.6 released February 2015 supports Rails 3.2.14 with Ruby 1.9.3-2.2.
No gem releases were made during 2014. The following commits on master are suggested as intermediate steps during an upgrade. Review the CHANGELOG.md, Gemspec, activeadmin.gemspec and travis.yml at each commit for more details:
Migrates from Metasearch to Ransack and adds Rails 4.0 support.
Use devise 3.5.1 and jquery-ui-rails 4.2.1
Initial support for Rails 4.1.
Supports latest revisions of Rails 4.1 and 3.2
Use jquery-ui-rails 5.0 and inherited_resource 1.4.
Use formtastic 3.0, see Upgrading Formtastic
f.buttons changed to f.actions
default_actions changed to actions
Supports Rails 4.2
form_buffers removed. ERB form partials may stop rendering correctly, see stackoverflow. See also Undefined method safe_append= for nil.