Cambelt - new image placeholder service
In the mold of Placehold.it, Cambelt is an image placeholder service. In addition to size and color options, Cambelt supports custom fonts, icons, as well as HTTPS support.
There's a Ruby helper that gives you some view helpers and lets you set some site-wide defaults:
Cambelt.configure do |config|
width = 640
height = 360
font = "Questrial"
font_size = 48
text = "Sample Text"
bg_color = "#cccccc"
fg_color = "#333333"
end