Sha256: c95bcf60bb090e213e27c342527c63d7710612ab32b1dabb4682e58efefb593a
Contents?: true
Size: 1.79 KB
Versions: 3
Compression:
Stored size: 1.79 KB
Contents
# javascript_lab ## Introduction This is a gem to quickly test javascript code or JSON data. ## Features * supports jQuery and Prototype javascripts libraries. * remembers the last javascript library you picked up so that you don't need to enter javascript library every single time . * quickly test if the JSON data is valid or not. ## Live Demo [http://www.neeraj.name/admin_data](http://www.neeraj.name/admin_data) ## How to use it Install javascript_lab <pre> <code> sudo gem install javascript_lab </code> </pre> On the command-line: <pre> <code> $ javascript_lab </code> </pre> And it should launch javascript_lab in your browser. ## With Passenger coming up ## Feedback Email me: neerajdotname [at] gmail (dot) com ## License Copyright (c) 2009 neerajdotname Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
neerajdotname-javascript_lab-0.0.1 | README.markdown |
neerajdotname-javascript_lab-0.0.2 | README.markdown |
neerajdotname-javascript_lab-0.0.3 | README.markdown |