Skip to content

Instantly share code, notes, and snippets.

View saikiranmothe's full-sized avatar

Sai Kiran Mothe saikiranmothe

  • Qwinix Technologies
  • Denver
View GitHub Profile
https://github.com/heavysixer/Tableau-Trusted-Interface-Example
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.
@saikiranmothe
saikiranmothe / rails4_spree_template.rb
Last active August 29, 2015 14:07
rails4_spree_template.rb
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