You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Quick fix is to overload the footer definition in app/initializers/active_admin.rb
module ActiveAdmin
module Views
module Pages
class Base < Arbre::HTML::Document
def build_footer
# whatever
end
end
end
end
end
Stack trace :
ArgumentError: wrong number of arguments (2 for 1)
vendor/bundle/ruby/1.9.1/gems/RedCloth-4.2.9/lib/redcloth/erb_extension.rb:16:in `textilize'
vendor/bundle/ruby/1.9.1/gems/activeadmin-0.5.1/lib/active_admin/views/footer.rb:13:in `powered_by_message'
The text was updated successfully, but these errors were encountered:
In lib/active_admin/views/footer.rb
https://github.com/gregbell/active_admin/blob/master/lib/active_admin/views/footer.rb
The powered_by_message uses the t function, which causes a conflict with Redcloth
Using Active Admin 0.5.1 and Redcloth 4.2.9
Quick fix is to overload the footer definition in app/initializers/active_admin.rb
Stack trace :
The text was updated successfully, but these errors were encountered: