rango
rango copied to clipboard
Rango is ultralightweight, ultracustomizable, ultracool web framework inspired by Django.
http://wiki.github.com/chriseppstein/compass
def envargs_shebang(executable = ruby_basename, args) system_envargs = %x(which envargs).chomp local_envargs = File.join(Rango.root, "bin", "envargs") envargs = [system_envargs, local_envargs].detect { |path| File.executable?(path) } raise "No envargs detected!" if envargs.nil? "#!#{envargs} #{executable}...
Then, after you add this file and push to GitHub, you’ll need to modify your DNS settings by adding a CNAME entry for your desired domain that points to your...
Apparently there is already http://github.com/sferik/merb-admin and sferik, the author, is interested in porting it to Rack & Pancake. The question is if we should write it for Rack or just...
Benchmark Rango against another Ruby frameworks (which version(s)? last stable or fixed version? Or both possibilities?). - AB benchmark See http://github.com/acangiano/ruby-benchmark-suite/tree/master - maybe standalone project or standalone branch as gh-pages
- should be usable even for plain-rack apps - should be ORM agnostic - something like Rack::Bug (http://www.brynary.com/2009/4/22/rack-bug-debugging-toolbar-in-four-minutes - inspection of middlewares (which \m/ were used ... ) - profiling...