summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2024-08-20simplify call to Response.finishJérémy Zurcher1-3/+3
2024-08-20fix error404Jérémy Zurcher1-1/+1
2024-08-14release 0.1.5Jérémy Zurcher1-1/+1
2024-08-14fix redirect, call Rack::Response#finishJérémy Zurcher1-1/+1
2024-08-14release 1.0.4Jérémy Zurcher1-1/+1
2024-08-13Node : complie with rack 2.1.0 Response bufferingJérémy Zurcher1-1/+0
2024-08-13Content-Type -> content-typeJérémy Zurcher1-2/+2
2024-08-13release 1.0.3Jérémy Zurcher1-1/+1
2024-08-13haml encoding option is deprecatedJérémy Zurcher1-1/+0
2024-08-12release 0.1.2Jérémy Zurcher1-1/+1
2024-08-12fix haml engine caching and escapingJérémy Zurcher2-4/+6
2024-08-12fix sass engine cachingJérémy Zurcher1-2/+3
2024-08-12sanitize codeJérémy Zurcher8-578/+557
2024-08-12bundle update && support ruby 3.2.xJérémy Zurcher2-10/+9
2023-03-19rack response.header -> response.headersJérémy Zurcher1-2/+2
2019-01-01upgrade version to 0.1.0v0.1.0Jérémy Zurcher1-1/+1
2019-01-01small code cleanupsJérémy Zurcher4-24/+13
2019-01-01coding style : remove all these empty comment linesJérémy Zurcher8-139/+137
2018-01-15remove :ugly option for haml, https://github.com/haml/haml/pull/894Jérémy Zurcher1-1/+0
2014-02-12release 0.0.9v0.0.9Jérémy Zurcher1-1/+1
2014-02-12accept Content-Type change via rack responseJérémy Zurcher1-1/+1
2014-02-12improve error_404 log msgJérémy Zurcher1-4/+4
2013-09-05implement Node#no_view!Jérémy Zurcher1-0/+4
2013-09-04release 0.0.8v0.0.8Jérémy Zurcher1-1/+1
2013-09-04implement Node#mimelibJérémy Zurcher1-2/+6
2013-02-01release 0.0.7v0.0.7Jérémy Zurcher1-1/+1
2013-02-01use stderr for debug strings, set specsJérémy Zurcher1-7/+7
2013-02-01Node#partial: add first param env, allow by passing hooksJérémy Zurcher1-6/+6
2013-02-01don't rely on env for error_404Jérémy Zurcher1-2/+1
2013-02-01remove all leading slash of PATH_INFO to get methJérémy Zurcher1-1/+1
2013-01-16add lifetime parameter to #static!Jérémy Zurcher1-10/+14
2013-01-16replace options[:method & :args] with @meth & @argsJérémy Zurcher1-17/+11
2013-01-16replace @options[:ext] with @extJérémy Zurcher1-3/+3
2013-01-16coding styleJérémy Zurcher1-7/+7
2013-01-16cache instance :debug lookup in @debugJérémy Zurcher1-5/+9
2013-01-16replace @options[:view] with @viewJérémy Zurcher1-9/+10
2013-01-16replace @options[:layout] with @layoutJérémy Zurcher1-8/+9
2013-01-16replace @options[:engine] with @engineJérémy Zurcher1-9/+6
2013-01-16replace @options[:static] with @staticJérémy Zurcher1-4/+5
2013-01-16Node: replace state method by @stateJérémy Zurcher1-12/+7
2013-01-08add Node#meth, remove attr_reader optionsJérémy Zurcher1-2/+6
2013-01-08before_all and after_all accept parameter or procJérémy Zurcher1-4/+4
2013-01-08zorglub.rb swallows version.rbJérémy Zurcher2-11/+4
2013-01-08release 0.0.6v0.0.6Jérémy Zurcher1-1/+1
2013-01-08inherited_vars in cli_vals, fix and commentJérémy Zurcher1-26/+29
2013-01-08inherited_vars can be modified at instance level too, but do not impact class...Jérémy Zurcher1-4/+5
2013-01-07use regex instead of string, fix cgit colorisationJérémy Zurcher1-1/+1
2013-01-07fix 404 errer messageJérémy Zurcher1-1/+1
2013-01-07fix sass requireJérémy Zurcher1-2/+1
2012-06-21use bundlerJérémy Zurcher2-6/+11