Blog An exploration of the art and
craft of software development

February 2009 Archives

Adding Github gem dependencies in Merb

Posted by Marty Haught on Feb 12, 2009Comments

Here’s a little nugget that seems to be missing from all of the doc I’ve seen on Merb is how to specify a gem that is on Github. First, make sure that Github is added to your gem sources. You can check via:


MartyMPB2:~ marty$ gem sources
*** CURRENT SOURCES ***

http://gems.rubyforge.org/
http://gems.github.com

If it’s not there go ahead and run this:


gem sources -a http://gems.github.com

Continue Reading…

Page Event updated to 7.1

Posted by Marty Haught on Feb 24, 2009Comments

I spent some time tonight updating my Radiant Page Event Extension to 7.1 compliance. Quick tests show the existing functionality works fine. The master branch now includes something from edge for handling start and end dates. Please let me know if you see any issues. Fork/pull requests welcome.