[BioRuby-cvs] bioruby/lib/bio/shell/rails Rakefile,NONE,1.1

Katayama Toshiaki k at pub.open-bio.org
Mon Feb 27 11:16:23 UTC 2006


Update of /home/repository/bioruby/bioruby/lib/bio/shell/rails
In directory pub.open-bio.org:/tmp/cvs-serv2240

Added Files:
	Rakefile 
Log Message:
* BioRuby shell on Rails kit
* main original files are - app/controllers/shell_controller.rb,
  app/models/shell_connection.rb, app/views/layouts/shell.rhtml,
  app/views/shell/show.rhtml, (app/views/shell/history.rhtml),
  (config/database.yml), public/images/icon.png, public/stylesheets/main.css,
  script/server


--- NEW FILE: Rakefile ---
# Add your own tasks in files placed in lib/tasks ending in .rake,
# for example lib/tasks/switchtower.rake, and they will automatically be available to Rake.

require(File.join(File.dirname(__FILE__), 'config', 'boot'))

require 'rake'
require 'rake/testtask'
require 'rake/rdoctask'

require 'tasks/rails'



More information about the bioruby-cvs mailing list