Skip to content

Instantly share code, notes, and snippets.

@kgilpin
Created February 12, 2021 14:56
Show Gist options
  • Save kgilpin/954da1791a315416517e7a0358684acf to your computer and use it in GitHub Desktop.
Save kgilpin/954da1791a315416517e7a0358684acf to your computer and use it in GitHub Desktop.
appmap.yml for Rails Sample App 6th Edition
name: sample_app_6th_ed
packages:
- path: app/mailers
- path: app/models
- path: app/jobs
- path: app/controllers
- path: app/helpers
- gem: actioncable
- gem: actionmailbox
- gem: actionmailer
#- gem: actionpack
- gem: actiontext
- gem: actionview
- gem: activejob
- gem: activemodel
- gem: activerecord
- gem: activestorage
- gem: sqlite3
- gem: rack
exclude:
- ActionController::UrlFor#url_options
- ActionView::RoutingUrlFor#url_options
- ActionView::RoutingUrlFor#url_for
- ActiveModel::Attribute#value
- ActiveRecord::Base.attribute_aliases
- ActionController::Base#default_url_options
- ActiveRecord::ModelSchema::ClassMethods.symbol_column_to_string
- ActionView::I18nProxy#locale
- AbstractController::Base.method_added
- ActiveModel::Naming.model_name
- ActiveRecord::Translation.i18n_scope
- ActiveRecord::AttributeMethods::Read#_read_attribute
- ActiveModel::Validations#errors
- ActiveRecord::Base.logger
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment