public
Description: Is it ruby 1.9 - an application for keeping track of which gems are ruby 1.9 compatible
Homepage: http://isitruby19.com/
Clone URL: git://github.com/brightbox/isitruby19.git
name age message
file .gitignore Tue Mar 10 07:35:50 -0700 2009 deploy files updated [rahoulb]
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/ Tue Mar 10 10:44:55 -0700 2009 added Github link to the footer [rahoulb]
directory config/ Mon Feb 09 21:21:27 -0800 2009 trying to get caching to work [rahoulb]
directory db/ Mon Feb 09 04:29:15 -0800 2009 switched to active record sessions for better s... [rahoulb]
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/ Mon Feb 09 04:29:15 -0800 2009 switched to active record sessions for better s... [rahoulb]
directory public/ Tue Mar 10 10:44:55 -0700 2009 added Github link to the footer [rahoulb]
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/ Mon Feb 02 07:54:16 -0800 2009 basic commenting in place [rahoulb]
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.