Sha256: a351e2fd72f08c0b1c0c6149ed351236b93eb8e637d143fdef002e545bec3858
Contents?: true
Size: 785 Bytes
Versions: 17
Compression:
Stored size: 785 Bytes
Contents
# gem 'intercom-ruby', :group => [:development] # for API communication gem 'intercom-rails' # to generate the javascript in the layout # during initial generation (after "rails new") # signin to intercom.io, fetch token, or enter tokens # create new intercom app and get metadata after_bundler do generate %Q|intercom:install #{config["intercom_app_id"]}| end after_everything do end __END__ name: Intercom description: Install intercom.io author: drnic website: http://intercom.io requires: [] run_after: [] run_before: [] category: other # authentication, testing, persistence, javascript, css, services, deployment, and templating # exclusive: config: - intercom_app_id: type: string prompt: "What is your Intercom app id for this new, fantastic app?"
Version data entries
17 entries across 17 versions & 3 rubygems