Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-08-20 | fix error404 | Jérémy Zurcher | 1 | -1/+1 | |
2024-08-14 | release 0.1.5 | Jérémy Zurcher | 1 | -1/+1 | |
2024-08-14 | fix redirect, call Rack::Response#finish | Jérémy Zurcher | 1 | -1/+1 | |
2024-08-14 | release 1.0.4 | Jérémy Zurcher | 1 | -1/+1 | |
2024-08-13 | Node : complie with rack 2.1.0 Response buffering | Jérémy Zurcher | 1 | -1/+0 | |
2024-08-13 | Content-Type -> content-type | Jérémy Zurcher | 1 | -2/+2 | |
2024-08-13 | release 1.0.3 | Jérémy Zurcher | 1 | -1/+1 | |
2024-08-13 | haml encoding option is deprecated | Jérémy Zurcher | 1 | -1/+0 | |
2024-08-12 | release 0.1.2 | Jérémy Zurcher | 1 | -1/+1 | |
2024-08-12 | fix haml engine caching and escaping | Jérémy Zurcher | 2 | -4/+6 | |
2024-08-12 | fix sass engine caching | Jérémy Zurcher | 1 | -2/+3 | |
2024-08-12 | sanitize code | Jérémy Zurcher | 8 | -578/+557 | |
2024-08-12 | bundle update && support ruby 3.2.x | Jérémy Zurcher | 2 | -10/+9 | |
2023-03-19 | rack response.header -> response.headers | Jérémy Zurcher | 1 | -2/+2 | |
2019-01-01 | upgrade version to 0.1.0v0.1.0 | Jérémy Zurcher | 1 | -1/+1 | |
2019-01-01 | small code cleanups | Jérémy Zurcher | 4 | -24/+13 | |
2019-01-01 | coding style : remove all these empty comment lines | Jérémy Zurcher | 8 | -139/+137 | |
2018-01-15 | remove :ugly option for haml, https://github.com/haml/haml/pull/894 | Jérémy Zurcher | 1 | -1/+0 | |
2014-02-12 | release 0.0.9v0.0.9 | Jérémy Zurcher | 1 | -1/+1 | |
2014-02-12 | accept Content-Type change via rack response | Jérémy Zurcher | 1 | -1/+1 | |
2014-02-12 | improve error_404 log msg | Jérémy Zurcher | 1 | -4/+4 | |
2013-09-05 | implement Node#no_view! | Jérémy Zurcher | 1 | -0/+4 | |
2013-09-04 | release 0.0.8v0.0.8 | Jérémy Zurcher | 1 | -1/+1 | |
2013-09-04 | implement Node#mimelib | Jérémy Zurcher | 1 | -2/+6 | |
2013-02-01 | release 0.0.7v0.0.7 | Jérémy Zurcher | 1 | -1/+1 | |
2013-02-01 | use stderr for debug strings, set specs | Jérémy Zurcher | 1 | -7/+7 | |
2013-02-01 | Node#partial: add first param env, allow by passing hooks | Jérémy Zurcher | 1 | -6/+6 | |
2013-02-01 | don't rely on env for error_404 | Jérémy Zurcher | 1 | -2/+1 | |
2013-02-01 | remove all leading slash of PATH_INFO to get meth | Jérémy Zurcher | 1 | -1/+1 | |
2013-01-16 | add lifetime parameter to #static! | Jérémy Zurcher | 1 | -10/+14 | |
2013-01-16 | replace options[:method & :args] with @meth & @args | Jérémy Zurcher | 1 | -17/+11 | |
2013-01-16 | replace @options[:ext] with @ext | Jérémy Zurcher | 1 | -3/+3 | |
2013-01-16 | coding style | Jérémy Zurcher | 1 | -7/+7 | |
2013-01-16 | cache instance :debug lookup in @debug | Jérémy Zurcher | 1 | -5/+9 | |
2013-01-16 | replace @options[:view] with @view | Jérémy Zurcher | 1 | -9/+10 | |
2013-01-16 | replace @options[:layout] with @layout | Jérémy Zurcher | 1 | -8/+9 | |
2013-01-16 | replace @options[:engine] with @engine | Jérémy Zurcher | 1 | -9/+6 | |
2013-01-16 | replace @options[:static] with @static | Jérémy Zurcher | 1 | -4/+5 | |
2013-01-16 | Node: replace state method by @state | Jérémy Zurcher | 1 | -12/+7 | |
2013-01-08 | add Node#meth, remove attr_reader options | Jérémy Zurcher | 1 | -2/+6 | |
2013-01-08 | before_all and after_all accept parameter or proc | Jérémy Zurcher | 1 | -4/+4 | |
2013-01-08 | zorglub.rb swallows version.rb | Jérémy Zurcher | 2 | -11/+4 | |
2013-01-08 | release 0.0.6v0.0.6 | Jérémy Zurcher | 1 | -1/+1 | |
2013-01-08 | inherited_vars in cli_vals, fix and comment | Jérémy Zurcher | 1 | -26/+29 | |
2013-01-08 | inherited_vars can be modified at instance level too, but do not impact ↵ | Jérémy Zurcher | 1 | -4/+5 | |
class level | |||||
2013-01-07 | use regex instead of string, fix cgit colorisation | Jérémy Zurcher | 1 | -1/+1 | |
2013-01-07 | fix 404 errer message | Jérémy Zurcher | 1 | -1/+1 | |
2013-01-07 | fix sass require | Jérémy Zurcher | 1 | -2/+1 | |
2012-06-21 | use bundler | Jérémy Zurcher | 2 | -6/+11 | |
2012-01-17 | add Sass engine | Jérémy Zurcher | 2 | -1/+29 | |