Skip to content

Instantly share code, notes, and snippets.

@aflanagan
aflanagan / gist:7938291
Last active December 31, 2015 04:59
Test a local gem
  1. update your Gemfile to point to the remote git repository (e.g. gem "hologram", :git => 'https://github.com/trulia/hologram.git', :branch => 'master')

  2. run bundle config local.GEM_NAME /path/to/gem/git/repo (e.g. bundle config local.hologram /wb/tru/hologram)

  3. When you're done run bundle config --delete to remove the local override

@tkafka
tkafka / LICENSE.txt
Last active May 17, 2024 02:08
Drop-in replacement for ReactCSSTransitionGroup that uses velocity.js instead of CSS transforms. Add your own transitions to `transitions` hash.
The MIT License (MIT)
Copyright (c) 2014 Tomas Kafka
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions: