cmer / isitjruby forked from brightbox/isitruby19

Is it jruby - an application for keeping track of which gems are jruby compatible

This URL has Read+Write access

name age message
file .gitignore Wed May 27 20:09:29 -0700 2009 added sqlite3-journal files to ignore [cmer]
file Capfile Mon Feb 02 08:30:45 -0800 2009 Added deploy script [davidsmalley]
file README Tue Mar 10 05:06:47 -0700 2009 updated the readme [rahoulb]
file Rakefile Sat Jan 31 14:56:43 -0800 2009 Base rails app [davidsmalley]
directory app/ Loading commit data...
directory config/
directory db/ Wed May 27 19:57:27 -0700 2009 Added dependencies to db and view [cmer]
directory doc/ Sat Jan 31 14:56:43 -0800 2009 Base rails app [davidsmalley]
directory features/ Mon Feb 09 04:22:44 -0800 2009 only shows the delete link if you have permissi... [rahoulb]
directory lib/ Wed May 27 19:57:27 -0700 2009 Added dependencies to db and view [cmer]
directory public/
directory script/ Wed Feb 04 06:49:05 -0800 2009 added rspec and cucumber and all that testing g... [rahoulb]
directory spec/ Mon Feb 09 04:09:17 -0800 2009 delete comments link now appears on page [rahoulb]
directory test/ Wed May 27 19:57:27 -0700 2009 Added dependencies to db and view [cmer]
directory tmp/ Thu Feb 05 01:06:23 -0800 2009 switched fragment caching to filestore [rahoulb]
directory vendor/ Thu Feb 05 07:25:21 -0800 2009 Use exceptional to track errors [davidsmalley]
README
== Is it ruby 1.9?

An application that grabs a list of gems (from Rubyforge) and lets people comment on whether they work or not.  

=== Rake tasks

Set up the list of default platforms: 

  rake isitruby19:load_platforms
  
Import the list of gems from Rubyforge:

  rake isitruby19:import
  
Clear out the sessions table (we are using ActiveRecord sessions to keep stuff on our server, not on the client 
machine): 

  rake isitruby19:clear_expired_sessions

== Licence: MIT

The MIT License
Copyright (c) 2009 Brightbox Systems Ltd.  

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.