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

Version Path
appscrolls-0.11.2 scrolls/untested/intercom.rb
appscrolls-0.11.1 scrolls/untested/intercom.rb
appscrolls-0.11.0 scrolls/untested/intercom.rb
appscrolls-0.10.1 scrolls/untested/intercom.rb
appscrolls-0.10.0 scrolls/untested/intercom.rb
appscrolls-0.9.0 scrolls/untested/intercom.rb
appscrolls-0.8.4 scrolls/zzz/intercom.rb
appscrolls-0.8.3 scrolls/zzz/intercom.rb
appscrolls-0.8.2 scrolls/zzz/intercom.rb
appscrolls-0.8.1 scrolls/zzz/intercom.rb
appscrolls-0.8.0 scrolls/zzz/intercom.rb
appscrolls-0.7.1 scrolls/zzz/intercom.rb
appscrolls-0.7.0 scrolls/zzz/intercom.rb
eldarscrolls-0.7.0 scrolls/zzz/intercom.rb
ey_rails_wizard-0.6.0 scrolls/zzz/intercom.rb
ey_rails_wizard-0.5.0 scrolls/intercom.rb
ey_rails_wizard-0.4.0 scrolls/intercom.rb