summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-01-05VERSION => 0.0.3, update Changelog and TODO0.0.3Jérémy Zurcher3-3/+9
2012-01-05haml: use proc on file readJérémy Zurcher1-2/+2
2012-01-05Node: implement optional static page generationJérémy Zurcher3-6/+60
2012-01-05spec: add specs for static pages generationJérémy Zurcher2-0/+36
2012-01-05Node: fix mime-type override and add specJérémy Zurcher3-4/+16
2012-01-05implement engine cacheJérémy Zurcher5-3/+18
2012-01-05example: use zorglub/engines/hamlJérémy Zurcher1-3/+2
2012-01-05add Haml engineJérémy Zurcher3-2/+27
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 Zurcher3-24/+26
2012-01-05add TODOJérémy Zurcher1-0/+5
2012-01-04update ChangelogJérémy Zurcher1-1/+10
2012-01-04Zorglub: VERSION => 0.0.20.0.2Jérémy Zurcher1-1/+1
2012-01-04.gitignore ad pkgJérémy Zurcher1-0/+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-04example: update to work with rack sessionJérémy Zurcher2-9/+13
2012-01-04add rack_sessionJérémy Zurcher1-0/+13
2012-01-04example cleanupJérémy Zurcher1-4/+0
2012-01-04example: update session partJérémy Zurcher2-18/+22
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 Zurcher2-4/+5
2012-01-04cleanup READMEJérémy Zurcher1-6/+0
2012-01-04update top level filesJérémy Zurcher3-14/+39
2012-01-04spec: update to take care of :partial stateJérémy Zurcher2-2/+4
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-04add Node#map specJérémy Zurcher2-2/+8
2012-01-04Node: add Node#state and use itJérémy Zurcher2-4/+9
2012-01-04example: require zorglub/sessionJérémy Zurcher1-0/+1
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-04rename examples into exampleJérémy Zurcher7-0/+0
2012-01-04examples: use inherited_var instead of Zorglub::Helpers::CssJérémy Zurcher2-5/+3
2012-01-04Node swallows defs as inherited_vars, update specsJérémy Zurcher4-73/+43
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 missing vie fileJérémy Zurcher1-0/+0
2012-01-04spec : add defs specJérémy Zurcher2-0/+49
2012-01-04add Node#no_layout and use itJérémy Zurcher2-1/+5
2012-01-04spec: add and use Node#my_call class helperJérémy Zurcher2-14/+20
2012-01-04 add Node#redirect specJérémy Zurcher2-0/+9
2012-01-04fNode#view: ix previous wrong commitJérémy Zurcher1-1/+1
2012-01-03spec: fix Node#view specJérémy Zurcher2-2/+2
2012-01-03spec: add Node#view specJérémy Zurcher2-0/+8