summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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 ↵Jérémy Zurcher1-0/+2
rendering
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
2012-01-03config/node: fix engine_extJérémy Zurcher2-3/+3
2012-01-03spec: merge SpecNode within Node1Jérémy Zurcher2-22/+12
2012-01-03add simple method and 404 specsJérémy Zurcher2-0/+15
2012-01-03spec_helper fix SpecNode classJérémy Zurcher1-1/+1
2012-01-03node: cleanPATH_INFO using sub() instead of arbitrary string indexJérémy Zurcher1-1/+1
2012-01-03add .gitignore *~ coverageJérémy Zurcher1-0/+2
2012-01-03add simplecov code coverageJérémy Zurcher1-0/+8
2012-01-03node: implement layout/engine inheritanceJérémy Zurcher1-4/+9
2012-01-03split basic_spec into app_spec and node_specJérémy Zurcher2-36/+43
2012-01-03spec_helper/basic_spec: add Node layout/engine inheritance specsJérémy Zurcher2-6/+39
2011-12-28add basic specsJérémy Zurcher2-0/+99
2011-12-28Node: rename (before|after)_hooks with call_(before|after)_hooksJérémy Zurcher1-4/+4
2011-12-28rename Config.default_engine into Config.engineJérémy Zurcher2-2/+2
2011-11-14fix typo RBConfig => RbConfigJérémy Zurcher1-9/+9
2011-11-14tasks/constants use RBConfig instead of deprecated ConfigJérémy Zurcher1-9/+9
2011-09-13add before_all and after_all hooksJérémy Zurcher3-0/+38
2011-09-11add Node#partialJérémy Zurcher2-9/+25
2011-09-11implement Node#redirect + add tests in sample.ruJérémy Zurcher2-8/+27
2011-09-11Node@r accepts argumentsJérémy Zurcher1-2/+2
2011-09-11change Node::initializeJérémy Zurcher1-7/+7
2011-09-11rewrite example applicationJérémy Zurcher8-45/+94
2011-08-03fix Node.call usage of Node.rJérémy Zurcher1-1/+1
2011-08-03Node.r take care of non-string argumentsJérémy Zurcher1-1/+1