3

_why enables you to run ruby (irb in particular) from a web browser, and github allows you to edit code that's under version control from a web browser.

Is there anything that allows you to do both, ie edit code and run it, from a web browser?

2 Answers 2

4

Perhaps herokugarden ?

Sign up to request clarification or add additional context in comments.

2 Comments

Can that work if the program you are working on is a command-line program (as opposed to rails and the like)?
It includes a command-line console (yes, through the broswer), so I don't see why not. I haven't tried it, though.
0

What is wrong with editing locally, commiting, and having a git hook that pushes the latest version to the correct location?

http://git-scm.com/docs/githooks

1 Comment

Even when your local computer doesn't have ruby installed on it?

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.