summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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
2011-06-21cleanup session.rbJérémy Zurcher2-9/+47
2011-06-20update examples, use sessionJérémy Zurcher2-1/+22
2011-06-20simple never cleaned in memory session data managementJérémy Zurcher3-11/+29
2011-06-17add Session classJérémy Zurcher3-1/+23
2011-06-17update examples/**/*Jérémy Zurcher4-7/+35
2011-06-17add autoload for Zorglub::HelpersJérémy Zurcher1-0/+1
2011-06-17add Zorglub::Helpers:Css, Zorglub::Helpers:JsJérémy Zurcher1-0/+60
2011-06-17add coding header and EOFJérémy Zurcher4-3/+7
2011-06-17clean tasks filesJérémy Zurcher4-7/+7
2011-06-16add example haml filesJérémy Zurcher2-0/+15
2011-06-16Node#r accepts string argumentsJérémy Zurcher1-1/+2
2011-06-16enable view and layout usageJérémy Zurcher3-18/+30
2011-06-16add Node#realizeJérémy Zurcher2-16/+16
2011-06-16update examples/sample.ruJérémy Zurcher1-5/+26
2011-06-16add Node#engine, Node#layout, Node#view, Node#args, Node#map, Node#rJérémy Zurcher2-7/+44
2011-06-16add class Zorglub::ConfigJérémy Zurcher2-2/+66
2011-05-26initial commitJérémy Zurcher21-0/+1252