summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
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-03spec: add partial specJérémy Zurcher2-0/+7
2012-01-03Node: add @action[:mode] to allow differenciation between view and layout ren...Jérémy Zurcher1-0/+2
2012-01-03spec: add view and layout rendering specJérémy Zurcher3-0/+22
2012-01-03spec: remap nodesJérémy Zurcher3-8/+8
2012-01-03spec: update Node class names and usageJérémy Zurcher2-48/+48
2012-01-03spec: add before_all and after_all specsJérémy Zurcher2-3/+33
2012-01-03spec: call html within Node0#indexJérémy Zurcher2-1/+1
2012-01-03spec: add arguments specsJérémy Zurcher2-1/+14
2012-01-03spec: ENGINE_PROC uses symbols instead of string keysJérémy Zurcher2-7/+7
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 Zurcher3-3/+4
2012-01-03node_spec: add method level layout and view specJérémy Zurcher2-0/+4
2012-01-03spec_helper: add missing mappingsJérémy Zurcher2-0/+14
2012-01-03node_spec: set proc layout and default layout view specJérémy Zurcher3-2/+20
2012-01-03config: allow nil ext engine registrationJérémy Zurcher1-2/+4