neerajdotname / javascript_lab
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
Neeraj Singh (author)
Fri Aug 21 21:37:50 -0700 2009
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
History.txt | Sat Jun 27 23:00:00 -0700 2009 | |
| |
Manifest.txt | ||
| |
PostInstall.txt | ||
| |
README.markdown | Fri Aug 21 21:37:50 -0700 2009 | |
| |
Rakefile | Mon Jun 15 18:44:19 -0700 2009 | |
| |
bin/ | ||
| |
config.ru | ||
| |
javascript_lab.gemspec | Sat Jun 27 23:00:00 -0700 2009 | |
| |
lib/ | Sat Jun 27 23:00:00 -0700 2009 | |
| |
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

