public
Description: Quickly validate your JSON data and test your javascript with the right version of Javascript library
Homepage: http://www.neeraj.name/blog/articles/847
Clone URL: git://github.com/neerajdotname/javascript_lab.git
neerajdotname (author)
Fri Aug 21 21:37:50 -0700 2009
commit  1e5e795254238ad63ce7cf2b96f78d87302d7094
tree    652b5a1a28014a583cd7ce56a4fa666b1ae9a4fc
parent  001065a8d9f6bd0a5a55edab6e7dce1d2868e7bb
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

http://www.neeraj.name

Source Code

http://github.com/neerajdotname/javascript_lab/tree/master

Feedback

Email me: neerajdotname [at] gmail (dot) com

License

MIT

Copyright (c) 2009 neerajdotname