Execute Inline Ruby for OSX (system wide)

Hey there,

Guys I've created a small open source tool that lets you execute any
ruby code in any system text input field.

For instance you can just select ruby code in your fav text editor and
just press the hot key for execution.

Actually came handy for registering to that forum :).

It might come handy for ruby developers that work on Macs.
You can check it out out at http://cziko.github.com/yoke .

Let me know what you guys think,
Thanks.

···

--
Posted via http://www.ruby-forum.com/.

I'm on Lion, nothing happened. For example, Right now, in Gmail, in my
browser, I type:

puts "Hello"

Then I select that, and do Command+Shift+Period. It remains highlighted,
nothing changes.

···

On Fri, Aug 19, 2011 at 5:29 AM, Pawel Niznik <niznik.pawel@gmail.com>wrote:

Hey there,

Guys I've created a small open source tool that lets you execute any
ruby code in any system text input field.

For instance you can just select ruby code in your fav text editor and
just press the hot key for execution.

Actually came handy for registering to that forum :).

It might come handy for ruby developers that work on Macs.
You can check it out out at http://cziko.github.com/yoke .

Let me know what you guys think,
Thanks.

--
Posted via http://www.ruby-forum.com/\.

Hey,

Sorry for that. Let's look into your problem:

Please try following steps:

* ls ~/Library/Services/
You should see a folder called: ExecuteRubyInlineV3.workflow

* Then: cd ~/Library/Services/
* Then: rm -r ExecuteRubyInlineV3.workflow
* Next: please change dir to cloned repo from github
* Then: type ./install.sh

This will reinstall the project.
You can check if it's installed by ls ~/Library/Services/

Next please select a text in any imput and go to App > Services >
and check out if you have ExecuteRubyInlinev3 there. Please let
me know what's the result of that.

P.

Josh Cheek wrote in post #1017493:

···

On Fri, Aug 19, 2011 at 5:29 AM, Pawel Niznik > <niznik.pawel@gmail.com>wrote:

It might come handy for ruby developers that work on Macs.
You can check it out out at http://cziko.github.com/yoke .

Let me know what you guys think,
Thanks.

--
Posted via http://www.ruby-forum.com/\.

I'm on Lion, nothing happened. For example, Right now, in Gmail, in my
browser, I type:

puts "Hello"

Then I select that, and do Command+Shift+Period. It remains highlighted,
nothing changes.

--
Posted via http://www.ruby-forum.com/\.

Apparently I installed it incorrectly -.^ that's curious, not sure what
happened.

Anyway, it works now! :slight_smile:

puts "Hello"

Then select it, and cmd+shift+. and it is replaced by

Hello

This is really cool!

···

On Fri, Aug 19, 2011 at 7:05 AM, Pawel Niznik <niznik.pawel@gmail.com>wrote:

Hey,

Sorry for that. Let's look into your problem:

Please try following steps:

* ls ~/Library/Services/
You should see a folder called: ExecuteRubyInlineV3.workflow