Sam Merritt
2p2 comments posted · 0 followers · following 0
16 years ago @ Union Station - Using the Rubygems Bun... · 0 replies · +1 points
More importantly, it means you don't have to repeat yourself by saying "gem 'sinatra'", then "require 'sinatra'" later on, so it's impossible for the 'gem' statements and the 'require' statements to get out of sync.
16 years ago @ Union Station - Using the Rubygems Bun... · 1 reply · +1 points
sinatra-more looks really interesting. I may have to start using that for its tag helpers; the last view I wrote in this Sinatra app, I was really missing the Merb/Rails-style form helpers.