I was fine with Markaby. On Thu, Aug 25, 2011 at 11:04 AM, Magnus Holm <[email protected]> wrote:
> Another feature! Inline templates: > > module App::Controllers > get '/' do > @title = "My Perfect App" > render :index > end > end > > __END__ > @@ index.erb > Welcome to <%= @title %> > > What'd you think? Keep or throw away? It costs us 184 bytes at the moment. > > // Magnus Holm > _______________________________________________ > Camping-list mailing list > [email protected] > http://rubyforge.org/mailman/listinfo/camping-list >
_______________________________________________ Camping-list mailing list [email protected] http://rubyforge.org/mailman/listinfo/camping-list

