huge: changed to roda
now works same as before, but much more extensible. Internally, a routing tree is used.
This commit is contained in:
parent
e005cc96e9
commit
094189e2cb
3 changed files with 87 additions and 27 deletions
11
Gemfile
11
Gemfile
|
@ -1,5 +1,14 @@
|
|||
gem 'erb'
|
||||
gem 'roda'
|
||||
gem 'rackup'
|
||||
|
||||
# For parsing html and making the sidebar. Very fast
|
||||
gem 'nokogiri'
|
||||
|
||||
# Markdown converter. Uses native C code
|
||||
gem 'redcarpet'
|
||||
|
||||
# For parsing config. Also uses native C code and bindings, fast.
|
||||
gem 'tomlib'
|
||||
|
||||
# embeded ruby templating lanuage
|
||||
gem 'erb'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue