October 2008
1 post
Oct 1st
September 2008
2 posts
Tricky Gem Dependencies
Some gems are easier to use than others. Those with tricky capitalization or non-standard characters (like forward slashes) can make trouble in an opinionated system like Rails. Luckily, overrides are almost always available (but not necessarily easy to find). Gems like RedCloth and test/spec have caused problems for me with config.gem, but then I found the :lib option on a spanish blog: ...
Sep 8th