[BioRuby-cvs] bioruby/lib/bio/shell/rails/vendor/plugins/generators/bioruby/templates bioruby_controller.rb, 1.2, 1.3
Katayama Toshiaki
k at dev.open-bio.org
Wed Mar 14 19:50:16 UTC 2007
Update of /home/repository/bioruby/bioruby/lib/bio/shell/rails/vendor/plugins/generators/bioruby/templates
In directory dev.open-bio.org:/tmp/cvs-serv23008/shell/rails/vendor/plugins/generators/bioruby/templates
Modified Files:
bioruby_controller.rb
Log Message:
* to avoid error on Mongrel
Index: bioruby_controller.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio/shell/rails/vendor/plugins/generators/bioruby/templates/bioruby_controller.rb,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** bioruby_controller.rb 16 Jan 2007 05:47:05 -0000 1.2
--- bioruby_controller.rb 14 Mar 2007 19:50:14 -0000 1.3
***************
*** 11,17 ****
ActiveSupport::CoreExtensions::Numeric::Bytes,
ActiveSupport::CoreExtensions::Numeric::Time,
! WEBrick, Base64::Deprecated, Base64, PP::ObjectMixin,
Bio::Shell
]
HIDE_VARIABLES = [
--- 11,18 ----
ActiveSupport::CoreExtensions::Numeric::Bytes,
ActiveSupport::CoreExtensions::Numeric::Time,
! Base64::Deprecated, Base64, PP::ObjectMixin,
Bio::Shell
]
+ HIDE_MODULES << WEBrick if defined?(WEBrick)
HIDE_VARIABLES = [
More information about the bioruby-cvs
mailing list