This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://github.com/heavysixer/Tableau-Trusted-Interface-Example |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://github.com/martyychang/heroku-connect-demo | |
- 3 min video reviewing data passing through Heroku Connect to Force.com: https://www.youtube.com/watch?v=yjLsOaYuc_o | |
https://devcenter.heroku.com/articles/herokuconnect#using-heroku-connect-and-the-demo-rails-app | |
Heroku Connect is currently in limited availability. Please contact your Heroku sales representative for information on access and purchase or tell us about your project and we’ll be in touch. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'rbconfig' | |
require 'open-uri' | |
#creating some sample files | |
create_file '.ruby-version' | |
create_file '.rbenv-gemsets' | |
create_file 'app/assets/images/logo/spree_50.png' | |
#insert ruby version to .ruby-version/rbenv version file | |
insert_into_file ".ruby-version" ,:after => "" do |
OlderNewer