[BioRuby-cvs] bioruby/bin bioruby,1.20,1.21

Katayama Toshiaki k at dev.open-bio.org
Thu Jul 26 10:46:48 UTC 2007


Update of /home/repository/bioruby/bioruby/bin
In directory dev.open-bio.org:/tmp/cvs-serv23575/bin

Modified Files:
	bioruby 
Log Message:
* removed unnecessary lines which are temporally added during several
  attempts to integrate Rails in shell (but now it is supported by
  shell/irb.rb and shell/web.rb)


Index: bioruby
===================================================================
RCS file: /home/repository/bioruby/bioruby/bin/bioruby,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** bioruby	26 Jul 2007 10:40:39 -0000	1.20
--- bioruby	26 Jul 2007 10:46:46 -0000	1.21
***************
*** 18,26 ****
  require 'bio/shell'
  
- # utilize existing rails application
- if File.exists?("./config/environment.rb")
-   load("./config/environment.rb")
- end
- 
  # required to run commands (getseq, ls etc.)
  include Bio::Shell
--- 18,21 ----
***************
*** 45,53 ****
  end
  
- # utilize existing rails application
- if File.exists?("./config/environment.rb")
-   load("./config/environment.rb")
- end
- 
  # saving workspace, command history and configuration before exit
  Bio::Shell.save_session
--- 40,43 ----




More information about the bioruby-cvs mailing list