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-05
VERSION => 0.0.3, update Changelog and TODO
0.0.3
Jérémy Zurcher
1
-1
/
+1
2012-01-05
haml: use proc on file read
Jérémy Zurcher
1
-2
/
+2
2012-01-05
Node: implement optional static page generation
Jérémy Zurcher
2
-6
/
+45
2012-01-05
Node: fix mime-type override and add spec
Jérémy Zurcher
1
-2
/
+4
2012-01-05
implement engine cache
Jérémy Zurcher
4
-2
/
+14
2012-01-05
add Haml engine
Jérémy Zurcher
2
-1
/
+26
2012-01-05
Node: engine proc may return mime-type
Jérémy Zurcher
1
-4
/
+5
2012-01-05
Node: rename Node.action to Node.options
Jérémy Zurcher
1
-22
/
+24
2012-01-04
Zorglub: VERSION => 0.0.2
0.0.2
Jérémy Zurcher
1
-1
/
+1
2012-01-04
Session: update to be rack session compatible
Jérémy Zurcher
1
-62
/
+81
2012-01-04
Config: add session options
Jérémy Zurcher
1
-1
/
+5
2012-01-04
add rack_session
Jérémy Zurcher
1
-0
/
+13
2012-01-04
session: add #destroy!
Jérémy Zurcher
1
-0
/
+11
2012-01-04
session: remove #exists?, add #sid
Jérémy Zurcher
1
-6
/
+10
2012-01-04
session: update class variables, set cookie if none
Jérémy Zurcher
1
-6
/
+11
2012-01-04
session: add @response instance var
Jérémy Zurcher
1
-2
/
+3
2012-01-04
session: add sid generators
Jérémy Zurcher
1
-0
/
+34
2012-01-04
Rakefile: use Zorglub::VERSION
Jérémy Zurcher
1
-3
/
+3
2012-01-04
Node: remove obsolete TODO
Jérémy Zurcher
1
-1
/
+0
2012-01-04
Node#feed! set state :partial if @action[:layout].nil?
Jérémy Zurcher
1
-2
/
+2
2012-01-04
Node: fix Node#self.r when no arguments
Jérémy Zurcher
1
-1
/
+1
2012-01-04
Node: add Node#state and use it
Jérémy Zurcher
1
-2
/
+8
2012-01-04
Node@session goes from node.rb into session.rb
Jérémy Zurcher
2
-4
/
+7
2012-01-04
zorglub: remove autoload :Session
Jérémy Zurcher
1
-2
/
+1
2012-01-04
Node swallows defs as inherited_vars, update specs
Jérémy Zurcher
2
-49
/
+23
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
[next]