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
Age
Commit message (
Expand
)
Author
Files
Lines
2012-01-04
add rack_session
Jérémy Zurcher
1
-0
/
+13
2012-01-04
example cleanup
Jérémy Zurcher
1
-4
/
+0
2012-01-04
example: update session part
Jérémy Zurcher
2
-18
/
+22
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
2
-4
/
+5
2012-01-04
cleanup README
Jérémy Zurcher
1
-6
/
+0
2012-01-04
update top level files
Jérémy Zurcher
3
-14
/
+39
2012-01-04
spec: update to take care of :partial state
Jérémy Zurcher
2
-2
/
+4
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
add Node#map spec
Jérémy Zurcher
2
-2
/
+8
2012-01-04
Node: add Node#state and use it
Jérémy Zurcher
2
-4
/
+9
2012-01-04
example: require zorglub/session
Jérémy Zurcher
1
-0
/
+1
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
rename examples into example
Jérémy Zurcher
7
-0
/
+0
2012-01-04
examples: use inherited_var instead of Zorglub::Helpers::Css
Jérémy Zurcher
2
-5
/
+3
2012-01-04
Node swallows defs as inherited_vars, update specs
Jérémy Zurcher
4
-73
/
+43
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 missing vie file
Jérémy Zurcher
1
-0
/
+0
2012-01-04
spec : add defs spec
Jérémy Zurcher
2
-0
/
+49
2012-01-04
add Node#no_layout and use it
Jérémy Zurcher
2
-1
/
+5
2012-01-04
spec: add and use Node#my_call class helper
Jérémy Zurcher
2
-14
/
+20
2012-01-04
add Node#redirect spec
Jérémy Zurcher
2
-0
/
+9
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
2
-2
/
+2
2012-01-03
spec: add Node#view spec
Jérémy Zurcher
2
-0
/
+8
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
spec: add partial spec
Jérémy Zurcher
2
-0
/
+7
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
spec: add view and layout rendering spec
Jérémy Zurcher
3
-0
/
+22
2012-01-03
spec: remap nodes
Jérémy Zurcher
3
-8
/
+8
2012-01-03
spec: update Node class names and usage
Jérémy Zurcher
2
-48
/
+48
2012-01-03
spec: add before_all and after_all specs
Jérémy Zurcher
2
-3
/
+33
2012-01-03
spec: call html within Node0#index
Jérémy Zurcher
2
-1
/
+1
2012-01-03
spec: add arguments specs
Jérémy Zurcher
2
-1
/
+14
2012-01-03
spec: ENGINE_PROC uses symbols instead of string keys
Jérémy Zurcher
2
-7
/
+7
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
3
-3
/
+4
2012-01-03
node_spec: add method level layout and view spec
Jérémy Zurcher
2
-0
/
+4
2012-01-03
spec_helper: add missing mappings
Jérémy Zurcher
2
-0
/
+14
2012-01-03
node_spec: set proc layout and default layout view spec
Jérémy Zurcher
3
-2
/
+20
2012-01-03
config: allow nil ext engine registration
Jérémy Zurcher
1
-2
/
+4
[prev]
[next]