summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2012-01-16Node: set engine\!Jérémy Zurcher1-7/+9
2012-01-16Node: remove layout! parameter checksJérémy Zurcher1-11/+17
2012-01-16add Zorglub::Config.debugJérémy Zurcher2-0/+9
2012-01-16wtf! fix top level require directivesJérémy Zurcher1-3/+3
2012-01-06fix haml engine, add specJérémy Zurcher1-2/+2
2012-01-06fix Config#engine_proc_ext, file engine and specJérémy Zurcher2-2/+2
2012-01-05Node: static, write mime in front of content to speed up data retrievalJérémy Zurcher1-2/+2
2012-01-05Zorglub: VERSION => 0.0.40.0.4Jérémy Zurcher1-1/+1
2012-01-05add file engineJérémy Zurcher1-0/+20
2012-01-05Node: add #ext method, be sure file extension is okJérémy Zurcher2-15/+23
2012-01-05VERSION => 0.0.3, update Changelog and TODO0.0.3Jérémy Zurcher1-1/+1
2012-01-05haml: use proc on file readJérémy Zurcher1-2/+2
2012-01-05Node: implement optional static page generationJérémy Zurcher2-6/+45
2012-01-05Node: fix mime-type override and add specJérémy Zurcher1-2/+4
2012-01-05implement engine cacheJérémy Zurcher4-2/+14
2012-01-05add Haml engineJérémy Zurcher2-1/+26
2012-01-05Node: engine proc may return mime-typeJérémy Zurcher1-4/+5
2012-01-05Node: rename Node.action to Node.optionsJérémy Zurcher1-22/+24
2012-01-04Zorglub: VERSION => 0.0.20.0.2Jérémy Zurcher1-1/+1
2012-01-04Session: update to be rack session compatibleJérémy Zurcher1-62/+81
2012-01-04Config: add session optionsJérémy Zurcher1-1/+5
2012-01-04add rack_sessionJérémy Zurcher1-0/+13
2012-01-04session: add #destroy!Jérémy Zurcher1-0/+11
2012-01-04session: remove #exists?, add #sidJérémy Zurcher1-6/+10
2012-01-04session: update class variables, set cookie if noneJérémy Zurcher1-6/+11
2012-01-04session: add @response instance varJérémy Zurcher1-2/+3
2012-01-04session: add sid generatorsJérémy Zurcher1-0/+34
2012-01-04Rakefile: use Zorglub::VERSIONJérémy Zurcher1-3/+3
2012-01-04Node: remove obsolete TODOJérémy Zurcher1-1/+0
2012-01-04Node#feed! set state :partial if @action[:layout].nil?Jérémy Zurcher1-2/+2
2012-01-04Node: fix Node#self.r when no argumentsJérémy Zurcher1-1/+1
2012-01-04Node: add Node#state and use itJérémy Zurcher1-2/+8
2012-01-04Node@session goes from node.rb into session.rbJérémy Zurcher2-4/+7
2012-01-04zorglub: remove autoload :SessionJérémy Zurcher1-2/+1
2012-01-04Node swallows defs as inherited_vars, update specsJérémy Zurcher2-49/+23
2012-01-04replace helpers with defsJérémy Zurcher2-60/+48
2012-01-04disable autoload for major classesJérémy Zurcher1-4/+3
2012-01-04add Node#no_layout and use itJérémy Zurcher1-0/+4
2012-01-04fNode#view: ix previous wrong commitJérémy Zurcher1-1/+1
2012-01-03spec: fix Node#view specJérémy Zurcher1-1/+1
2012-01-03Node#partial set layout to nil, maybe use action[:mode]=:partial ??Jérémy Zurcher1-1/+2
2012-01-03Node: do not accept empty engine, layout or view, do not return directory pathJérémy Zurcher1-6/+8
2012-01-03Node: add @action[:mode] to allow differenciation between view and layout ren...Jérémy Zurcher1-0/+2
2012-01-03config: simpify #view_base_path and #layout_base_pathJérémy Zurcher1-10/+4
2012-01-03config: fix + add spec for [] and []= methodsJérémy Zurcher1-2/+2
2012-01-03config: allow nil ext engine registrationJérémy Zurcher1-2/+4
2012-01-03config/node: fix engine_extJérémy Zurcher2-3/+3
2012-01-03node: cleanPATH_INFO using sub() instead of arbitrary string indexJérémy Zurcher1-1/+1
2012-01-03node: implement layout/engine inheritanceJérémy Zurcher1-4/+9
2011-12-28Node: rename (before|after)_hooks with call_(before|after)_hooksJérémy Zurcher1-4/+4