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 (
Collapse
)
Author
Files
Lines
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
2012-01-03
config/node: fix engine_ext
Jérémy Zurcher
2
-3
/
+3
2012-01-03
spec: merge SpecNode within Node1
Jérémy Zurcher
2
-22
/
+12
2012-01-03
add simple method and 404 specs
Jérémy Zurcher
2
-0
/
+15
2012-01-03
spec_helper fix SpecNode class
Jérémy Zurcher
1
-1
/
+1
2012-01-03
node: cleanPATH_INFO using sub() instead of arbitrary string index
Jérémy Zurcher
1
-1
/
+1
2012-01-03
add .gitignore *~ coverage
Jérémy Zurcher
1
-0
/
+2
2012-01-03
add simplecov code coverage
Jérémy Zurcher
1
-0
/
+8
2012-01-03
node: implement layout/engine inheritance
Jérémy Zurcher
1
-4
/
+9
2012-01-03
split basic_spec into app_spec and node_spec
Jérémy Zurcher
2
-36
/
+43
2012-01-03
spec_helper/basic_spec: add Node layout/engine inheritance specs
Jérémy Zurcher
2
-6
/
+39
2011-12-28
add basic specs
Jérémy Zurcher
2
-0
/
+99
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-11-14
fix typo RBConfig => RbConfig
Jérémy Zurcher
1
-9
/
+9
2011-11-14
tasks/constants use RBConfig instead of deprecated Config
Jérémy Zurcher
1
-9
/
+9
2011-09-13
add before_all and after_all hooks
Jérémy Zurcher
3
-0
/
+38
2011-09-11
add Node#partial
Jérémy Zurcher
2
-9
/
+25
2011-09-11
implement Node#redirect + add tests in sample.ru
Jérémy Zurcher
2
-8
/
+27
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-09-11
rewrite example application
Jérémy Zurcher
8
-45
/
+94
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
update examples, use session
Jérémy Zurcher
2
-1
/
+22
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
update examples/**/*
Jérémy Zurcher
4
-7
/
+35
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-17
clean tasks files
Jérémy Zurcher
4
-7
/
+7
2011-06-16
add example haml files
Jérémy Zurcher
2
-0
/
+15
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
3
-18
/
+30
2011-06-16
add Node#realize
Jérémy Zurcher
2
-16
/
+16
2011-06-16
update examples/sample.ru
Jérémy Zurcher
1
-5
/
+26
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
21
-0
/
+1252
[prev]