RubyGems Navigation menu

flooph 0.2

Flooph is a Ruby library designed to let you take code from (possibly-malicious) users and evaluate it safely. Instead of evaluating arbitrary Ruby code (or JavaScript, or any other interpreter), it specifies a custom 'language', with its own parser and evaluation. Flooph provides four core pieces of functionality: * A simple syntax for specifying key/value pairs (much like a Ruby Hash literal). * A simple template language that supports conditional content and injecting content. * Standalone functionality for evaluating conditional expressions based on the key/values (also used in the templates). * Standalone functionality for evaluating value expressions based on the key/values (also used in the templates).

Gemfile:
= Copy to clipboard Copied!

install:
=

Versions:

  1. 0.2 - April 21, 2018 (7.5 KB)
  2. 0.1.3 - April 14, 2018 (7.5 KB)
  3. 0.1.2 - April 14, 2018 (7.5 KB)
  4. 0.1.1 - April 14, 2018 (7.5 KB)
  5. 0.1 - April 08, 2018 (7.5 KB)

Runtime Dependencies (1):

parslet ~> 1.8

Owners:

Authors:

  • Gavin Kistner

SHA 256 checksum:

3e733496230a3b4ea333c056a73bfb3e6624790144832d0738c9663a48983915

Total downloads 8,453

For this version 2,098

License:

MIT

Required Ruby Version: >= 0

Links: