oEmbed gem
rubyflow.ru
17 Sep '12, 6am
require 'oembed' class Instagram include Oembed::Client def endpoint_uri 'http://api.instagram.com/oembed' end end client ...
redgreen minitest output = minitest-reporters gem + choose DefaultReporter Posted by grosser on September 17, 2012 — 0 comments Have fun with redgreen minitest ! Comments Post a Comment Comment abilities for non registered users are currently deactivated, pending time to add a proper CAPTCHA to solve the escalating spam problem. Sorry!
Full article: http://www.rubyflow.com/items/8206-redgreen-minitest-outp...
@zenofruby
»
17 Sep '12, 5am
@chillicoder
»
17 Sep '12, 5am
require 'oembed' class Instagram include Oembed::Client def endpoint_uri 'http://api.instagram.com/oembed' end end client ...