This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit 1e5e795254238ad63ce7cf2b96f78d87302d7094
tree 652b5a1a28014a583cd7ce56a4fa666b1ae9a4fc
parent 001065a8d9f6bd0a5a55edab6e7dce1d2868e7bb
tree 652b5a1a28014a583cd7ce56a4fa666b1ae9a4fc
parent 001065a8d9f6bd0a5a55edab6e7dce1d2868e7bb
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
History.txt | ||
| |
Manifest.txt | ||
| |
PostInstall.txt | ||
| |
README.markdown | ||
| |
Rakefile | ||
| |
bin/ | ||
| |
config.ru | ||
| |
javascript_lab.gemspec | ||
| |
lib/ | ||
| |
public/ | ||
| |
views/ |
README.markdown
javascript_lab
Introduction
This is a gem to quickly try out javascript code without worrying about including the right javascript library. Also one can get to the source code of the javascript library. Added the ability to validate JSON data structure.
How to install this gem
gem sources -a http://gems.github.com
sudo gem install neerajdotname-javascript_lab
How to use it
On the command-line:
$ javascript_lab
And it should launch javascript_lab in your browser.
With Passenger
To use with Passenger Pane there are a few simple steps you need to do:
$ git clone git://github.com/neerajdotname/javascript_lab.git
$ open ./javascript_lab/
Then open up Passenger Pane and drag the open javascript_lab folder into the list on the left (You’ll have to be authenticated). Now browse to javascript_lab.local/ and you’ll see it.
Author Blog
Source Code
http://github.com/neerajdotname/javascript_lab/tree/master
Feedback
Email me: neerajdotname [at] gmail (dot) com
License
MIT
Copyright (c) 2009 neerajdotname








