summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Collapse)AuthorFilesLines
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 ↵Jérémy Zurcher1-4/+5
class level
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
2012-01-17add Sass engineJérémy Zurcher2-1/+29
2012-01-17App: remove session_ prefix from session_options keysJérémy Zurcher2-10/+10
2012-01-17add Changelog, update VERSION to 0.0.50.0.5Jérémy Zurcher1-1/+1
2012-01-17App swallows ConfigJérémy Zurcher7-118/+106
2012-01-17Node: before_all and after_all hooks are based on inherited_varsJérémy Zurcher1-13/+11
2012-01-16Node cleanuPJérémy Zurcher1-2/+3
2012-01-16Node: ext seems ok like thisJérémy Zurcher1-7/+1
2012-01-16engine/file: no extension set by defaultJérémy Zurcher1-1/+1
2012-01-16Node: cleanupJérémy Zurcher1-144/+175
2012-01-16Node : fix Node.ext!Jérémy Zurcher1-1/+1
2012-01-16nothingJérémy Zurcher1-1/+1
2012-01-16add Node.view_base_path!Jérémy Zurcher1-1/+9
2012-01-16add Node.layout_base_path!Jérémy Zurcher1-1/+9
2012-01-16Node: set ext!Jérémy Zurcher1-1/+5
2012-01-16session Config => Zorglub::ConfigJérémy Zurcher1-1/+1
2012-01-16Node: set static!Jérémy Zurcher1-4/+8
2012-01-16Node static!=> static_page!, compile!=>compile_page!Jérémy Zurcher1-5/+5
2012-01-16Node: set view\!Jérémy Zurcher1-2/+5
2012-01-16Node: set engine\!Jérémy Zurcher1-7/+9
2012-01-16Node: remove layout! parameter checksJérémy Zurcher1-11/+17