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
public_activity's config YAML file is no longer used (by default in config/pba.yml). Move your YAML contents to your config/locales/*.yml files.
IMPORTANT: Locales are no longer rendered with ERB, this has been removed in favor of real view partials like in actual Rails apps.
Read Activity views section above to learn how to use those templates.
(ActiveRecord only) Generate and run migration which adds new column to activities table:
rails g public_activity:migration_upgrade
rake db:migrate