radius
radius copied to clipboard
A small, but powerful tag-based template language for Ruby modeled after the ones used in MovableType and TextPattern. It has tags similar to XML, but can be used to generate any form of plain text (H...
Not sure if this is the appropriate place... I'm having an issue using RadiantCMS (unofficial branch) on Ruby 2.6 with Nokogiri 1.10.9 and Radius 0.7.5 In my case the selector...
I'm not sure if you want to pull this in - but it includes a new scanner that supports mixed syntax: It will parse both `` and `{r:tag}{/r:tag}` block styles...
I'd like to request a feature. I'd like to be able to use Radius tags without having to set a prefix. Eg. parser = Radius::Parser.new(context, :tag_prefix => nil) puts parser.parse(%{A...
RubyGems.org doesn't report a license for your gem. This is because it is not specified in the [gemspec](http://docs.rubygems.org/read/chapter/20#license) of your last release. via e.g. ``` spec.license = 'MIT' # or...