lt-ruby icon indicating copy to clipboard operation
lt-ruby copied to clipboard

Ruby Instarepl: A Ruby Repl for LightTable

Results 15 lt-ruby issues
Sort by recently updated
recently updated
newest added

GitHub changed the way Markdown headings are parsed, so this change fixes it. See [bryant1410/readmesfix](https://github.com/bryant1410/readmesfix) for more information. Tackles bryant1410/readmesfix#1

When executing Ruby-Instarepl on Windows, it causes "Invalid argument" error as below ruby: Invalid argument -- "C:/Users/yutaka/AppData/Local/LightTable/plugins/Ruby _Instarepl/rb-src/lt_client.rb" (LoadError) After investigating, I found that lt-ruby invoked ruby with following argument,...

In live mode, I often get a '...' for a line that I typed in, after which no further evals seem to succeed.

Hi, I am very new to Ruby as well as your instarepl, but this output seems strange to me. Here is my test file, test.rb: `string = "hello"` `puts string...

Evaluating lines with ctrl-enter doesn't produce results but errors. I am using LT 0.6.7, Ruby InstaRepl 0.0.15 on Fedora20 64bit. Ruby is: ruby 2.1.2p95 (2014-05-08 revision 45877) [x86_64-linux] ``` #!/usr/bin/env...

So I've got a basic plugin system working. Very interested in using this code as a discussion point. I can squash it down later when we're getting close to a...

Only hiccup: you need to manually eval user behaviors after starting LT before you can eval ruby code. Not sure why, working on it. Initially wasn't sure whether to use...

Let obj_file contain some object that is used in app_file. I'd like to be able to set a watch in obj_file, and see the watch results when I eval app_file....

use-rbenv, use-rvm, etc... One idea-- the LT autocomplete seems to expect they get parameters, and I'm pretty sure I copied them from ruby-exe (which works). I'm pretty sure this is...

bug

At work today, it would have been super handy to be able to hook up Light Table to a running rails server and use it to eval statements against the...

Wish List