formtastic
~> 2.1.1 until AA 0.5.0 is releasedinherited_resources
>= 1.3.1 (ensure flash messages work):show_count => false
(@latortuga)table_for
collection is empty it no longer outputs
a blank array in Ruby 1.9 (@jancel, #1016)#page_action
to add custom controller actions
to a page (@BoboFraggins):if
support to sidebar sections (@BoboFraggins):scope_count => false
to the index to hide scope counts
in generated scopes (@BoboFraggins)75 Commits by 12 authors
If you're running on Rails 3.0.x, make sure to run rails generate active_admin:assets
since we've changed both the CSS and JS files.
config.allow_comments_in = []
is now
config.allow_comments = true
. Use the new namespace specific configurations
to allow or disallow configuration within a specific namespace.Object#to_html
in favour of to_s
. Any Arbre components
implementing a to_html
method need to be updated to use to_s
instead.config.site_title_image
in the
Active Admin initializer. (@mattvague)ActiveAdmin.register_page
(@pcreux):param_name
and :download_links
.
These two additions allow you to use the paginated_collection
component multiple
times on show screens. (@samvincent):if
(@samvincent):if
. They only get displayed if the proc returns true (@macfanatic)accepts_nested_attributes_for
([@DMajrekar ][]):sort => 'table.column'
(@ZequeZ):label
option to status_tag
component (@fbuenemann)[@per_page][]
(@DMajrekar)default_actions
in an index table only display implemented actions (@watson):logout_path
named route. (@george)Object#to_html
@ebeigartsrails generate active_admin:assets
to generate the correct files. (@gregbell)rails generate active_admin:assets
to ensure you
have the correct css files (@mattvague)Kaminari.config.page_method_name
. Active Admin should now be happy if
will_paginate
is installed with it. (@j-manu)274 commits by 42 authors
2 commits by 2 authors
1 commit by 1 author
45 commits by 15 contributors
326 commits by 35 contributors
if
and priority
(Moritz Lawitschka)skip_before_filter
now supported in DSL (@shayfrendt)TableFor
now supports I18n headers (@fabiokr)AttributesTable
now supports I18n attributes (@fabiokr)member_link
(@doug316)status_tag
an Arbre component (@pcreux)ActiveAdmin::Setting
to easily create settings (@gregbell)[@page_title][]
in member action to render a custom title (@gregbell)status_tag
with nil content (@pcreux).paginated_collection_contents
bug in Firefox (@mattvague)Arbre::Context#length
for Rack servers (@gregbell)default_namespace = false
(@gregbell)68 Commits by 13 Contributors
0.2.0 is essentially an entire re-write of Active Admin. Here are some of the highlights. 250 commits. Enough said.