SYNOPSIS

HTML helper code. But simpler.

require 'fugleman'

# and inside your Sinatra app

helpers Fugleman::Helpers

# and then: 
input_tag :text, :foo     # => <input type="text" name="foo" />
...

RATIONALE

Padrino disturbed our zen. Now we set things right. This lib contains the bare minimum for web application development without the conveniences.

And if you say that we’re bound to become big, you underestimate our need for simplicity.

LICENSING

Some of the code in here started its life out as part of padrino-helpers. It was then copied and heavily modified. This means that we take the blame for all the bugs and the praise for none of the features.

MIT, © Technology Astronauts 2014