Skip to content

Instantly share code, notes, and snippets.

@shime
Last active December 19, 2015 07:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shime/5922687 to your computer and use it in GitHub Desktop.
Save shime/5922687 to your computer and use it in GitHub Desktop.
replicate a Gemrat issue described by @dru in https://github.com/DruRly/gemrat/pull/13

Run it with:

$ curl -fsSL https://gist.github.com/shime/5922687/raw/issue | bash -e
mkdir /tmp/gemrat-issue
cd /tmp/gemrat-issue
bundle init
cat >> Gemfile <<"EOF"
source "https://rubygems.org"
gem "gemrat", :git => "git://github.com/shime/gemrat.git", :branch => "hotfix"
gem "turbolinks"
EOF
bundle install
bundle exec gemrat turbolinks
@shime
Copy link
Author

shime commented Jul 3, 2013

Actually, I can't replicate. I can replicate only on master, not on hotfix. Sorry for the false alarm!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment