Changes between Version 3 and Version 4 of BioRuby
- Timestamp:
- 2010/02/11 18:39:53 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BioRuby
v3 v4 136 136 * Reading template file every time may be heavy because it uses eval. 137 137 * ERB#def_method (or def_class or def_module) may help, but another problem: it always reads the template when the method (or class/module) is defined even if the output is not needed. 138 Format variants and options 139 * How to specify format variants and options? For example, it is better to have many html output variants.