Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37501220
en ru br
ALT Linux repositórios
S:2.7.0-alt5

Group :: Desenvolvimento/Ruby
RPM: gem-erubis

 Principal   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

A versão atual: 2.7.0-alt5
Data da compilação: 8 julho 2020, 17:44 ( 198.0 weeks ago )
Tamanho:: 98.07 Kb

Home page:   http://www.kuwata-lab.com/erubis/

Licença: MIT
Sumário: A fast and extensible eRuby implementation
Descrição:

Erubis is a fast, secure, and very extensible implementation of eRuby.
It has the following features:
* Very fast, almost three times faster than ERB and about ten percent
 faster than eruby (implemented in C).
* File caching of converted Ruby script support.
* Auto escaping (sanitizing) support, it means that '<%= %>' can be
 escaped in default. It is desirable for web application.
* Spaces around '<% %>' are trimmed automatically only when '<%' is at the
 beginning of line and '%>' is at the end of line.
* Embedded pattern changeable (default '<% %>'), for example '[% %]' or
 '<? ?>' are available.
* Enable to handle Processing Instructions (PI) as embedded pattern (ex.
 '<?rb ... ?>'). This is desirable for XML/HTML than '<% .. %>' because
 the latter breaks HTML design but the former doesn't.
* Multi-language support (Ruby/PHP/C/Java/Scheme/Perl/Javascript).
* Context object available and easy to combine eRuby template with YAML
 datafile (see the below example).
* Print statement available.
* Easy to expand and customize in subclass
* Ruby on Rails support.
* Mod_ruby support.

Mantenedor currente: Ruby Maintainers Team

Lista dos contribuidores

Lista dos rpms provida por esta srpm:

  • erubis
  • gem-erubis
  • gem-erubis-doc
ACL:
     
    projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    mantenedor atual: Michael Shigorin
    mantenedor da tradução: Fernando Martini aka fmartini © 2009