Camping without markaby.

2013-12-22 Thread Tim Uckun
How can I use something other than markaby for my views? My understanding is that markaby is very slow. Thanks. ___ Camping-list mailing list Camping-list@rubyforge.org http://rubyforge.org/mailman/listinfo/camping-list

Re: Camping without markaby.

2013-12-22 Thread Magnus Holm
This should work: Camping.goes :Xmas module Xmas::Controllers class Index def get render :index end end end __END__ @@ index.erb Hello %= 'world' % // Magnus Holm On Sun, Dec 22, 2013 at 10:26 PM, Tim Uckun timuc...@gmail.com wrote: How can I use something other than