index
:
zorglub
master
a very very light and tiny rack based web application framework
Jérémy Zurcher
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2012-01-04
replace helpers with defs
Jérémy Zurcher
2
-60
/
+48
2012-01-04
disable autoload for major classes
Jérémy Zurcher
1
-4
/
+3
2012-01-04
add Node#no_layout and use it
Jérémy Zurcher
1
-0
/
+4
2012-01-04
fNode#view: ix previous wrong commit
Jérémy Zurcher
1
-1
/
+1
2012-01-03
spec: fix Node#view spec
Jérémy Zurcher
1
-1
/
+1
2012-01-03
Node#partial set layout to nil, maybe use action[:mode]=:partial ??
Jérémy Zurcher
1
-1
/
+2
2012-01-03
Node: do not accept empty engine, layout or view, do not return directory path
Jérémy Zurcher
1
-6
/
+8
2012-01-03
Node: add @action[:mode] to allow differenciation between view and layout ren...
Jérémy Zurcher
1
-0
/
+2
2012-01-03
config: simpify #view_base_path and #layout_base_path
Jérémy Zurcher
1
-10
/
+4
2012-01-03
config: fix + add spec for [] and []= methods
Jérémy Zurcher
1
-2
/
+2
2012-01-03
config: allow nil ext engine registration
Jérémy Zurcher
1
-2
/
+4
2012-01-03
config/node: fix engine_ext
Jérémy Zurcher
2
-3
/
+3
2012-01-03
node: cleanPATH_INFO using sub() instead of arbitrary string index
Jérémy Zurcher
1
-1
/
+1
2012-01-03
node: implement layout/engine inheritance
Jérémy Zurcher
1
-4
/
+9
2011-12-28
Node: rename (before|after)_hooks with call_(before|after)_hooks
Jérémy Zurcher
1
-4
/
+4
2011-12-28
rename Config.default_engine into Config.engine
Jérémy Zurcher
2
-2
/
+2
2011-09-13
add before_all and after_all hooks
Jérémy Zurcher
1
-0
/
+27
2011-09-11
add Node#partial
Jérémy Zurcher
1
-8
/
+20
2011-09-11
implement Node#redirect + add tests in sample.ru
Jérémy Zurcher
1
-7
/
+21
2011-09-11
Node@r accepts arguments
Jérémy Zurcher
1
-2
/
+2
2011-09-11
change Node::initialize
Jérémy Zurcher
1
-7
/
+7
2011-08-03
fix Node.call usage of Node.r
Jérémy Zurcher
1
-1
/
+1
2011-08-03
Node.r take care of non-string arguments
Jérémy Zurcher
1
-1
/
+1
2011-06-21
cleanup session.rb
Jérémy Zurcher
2
-9
/
+47
2011-06-20
simple never cleaned in memory session data management
Jérémy Zurcher
3
-11
/
+29
2011-06-17
add Session class
Jérémy Zurcher
3
-1
/
+23
2011-06-17
add autoload for Zorglub::Helpers
Jérémy Zurcher
1
-0
/
+1
2011-06-17
add Zorglub::Helpers:Css, Zorglub::Helpers:Js
Jérémy Zurcher
1
-0
/
+60
2011-06-17
add coding header and EOF
Jérémy Zurcher
4
-3
/
+7
2011-06-16
Node#r accepts string arguments
Jérémy Zurcher
1
-1
/
+2
2011-06-16
enable view and layout usage
Jérémy Zurcher
2
-12
/
+19
2011-06-16
add Node#realize
Jérémy Zurcher
1
-2
/
+12
2011-06-16
add Node#engine, Node#layout, Node#view, Node#args, Node#map, Node#r
Jérémy Zurcher
2
-7
/
+44
2011-06-16
add class Zorglub::Config
Jérémy Zurcher
2
-2
/
+66
2011-05-26
initial commit
Jérémy Zurcher
3
-0
/
+109