git clone [email protected]:New-Bamboo/mapit.git
cd mapit
git checkout which-care
https://pypi.python.org/pypi/setuptools#installation-instructions
ruby-install -p https://raw.github.com/skaes/rvm-patchsets/master/patches/ruby/2.0.0/p353/railsexpress/01-zero-broken-tests.patch -p https://raw.github.com/skaes/rvm-patchsets/master/patches/ruby/2.0.0/p353/railsexpress/02-railsexpress-gc.patch -p https://raw.github.com/skaes/rvm-patchsets/master/patches/ruby/2.0.0/p353/railsexpress/03-display-more-detailed-stack-trace.patch -p https://raw.github.com/skaes/rvm-patchsets/master/patches/ruby/2.0.0/p353/railsexpress/04-show-full-backtrace-on-stack-overflow.patch -p https://raw.github.com/skaes/rvm-patchsets/master/patches/ruby/2.0.0/p353/railsexpress/05-fix-missing-c-return-event.patch ruby 2.0.0-p353 |
git clone [email protected]:New-Bamboo/mapit.git
cd mapit
git checkout which-care
https://pypi.python.org/pypi/setuptools#installation-instructions
module ApplicationHelper | |
def signature(str, key = nil) | |
key ||= CONFIG['facebook']['secret'] if defined?(CONFIG) | |
OpenSSL::HMAC.hexdigest(OpenSSL::Digest::Digest.new('sha1'), key, str) | |
end | |
end |