Stringex Available As Gem
Per the instructions at Github:
gem sources -a http://gems.github.com
sudo gem install rsl-stringex
Then in your config/environment.rb:
config.gem "rsl-stringex", :version => "~> 0.9.2", :lib => "stringex"That should do it. You won’t need to add the github gem source if you’ve done so previously.
Leave a Comment