James C Russell

Results 46 issues of James C Russell

- show rango-specific issues - clickable backtraces (TextMate) - syntax highlighting if uv/syntax/whatever is installed - highlight backtraces from app - JS online backtrace filtering - JS online rack env...

0.3

Rails can do something ilke: `/:controller/:action`. Usher can works with params this way, so it shouldn't be hard.

get("foo").render(template) get("bar").defer(&block)

- http://timetobleed.com/memprof-a-ruby-level-memory-profiler - http://timetobleed.com/what-is-a-ruby-object-introducing-memprof-dump

http://rebase.github.com/howto.html

Temple for Template Complilation - http://judofyr.net/posts/temple.html - http://github.com/judofyr/temple

url(:post, @post, format: "foo") - @post ... /post/:slug => @post.slug - @post ... /post/:id => @post.id

0.2

- Each file require just what it really needs - There should be specs for testing what given file requires. The specs should parse given file which should have a...

0.2

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}...