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
2013-09-04
add mime! to specs, should override whatever is set by engine
Jérémy Zurcher
2
-0
/
+4
2013-02-01
update Gemfile.lock
Jérémy Zurcher
1
-1
/
+1
2013-02-01
release 0.0.7
v0.0.7
Jérémy Zurcher
2
-7
/
+7
2013-02-01
use stderr for debug strings, set specs
Jérémy Zurcher
2
-7
/
+12
2013-02-01
fix example
Jérémy Zurcher
1
-1
/
+1
2013-02-01
Node#partial: add first param env, allow by passing hooks
Jérémy Zurcher
4
-8
/
+30
2013-02-01
update bundle
Jérémy Zurcher
1
-3
/
+3
2013-02-01
don't rely on env for error_404
Jérémy Zurcher
1
-2
/
+1
2013-02-01
remove all leading slash of PATH_INFO to get meth
Jérémy Zurcher
1
-1
/
+1
2013-01-23
well, well...
Jérémy Zurcher
1
-2
/
+2
2013-01-23
README add badge.fury.io
Jérémy Zurcher
1
-4
/
+2
2013-01-17
static specs: increase lifetime to be sure
Jérémy Zurcher
1
-1
/
+1
2013-01-17
fix gem bootstrap
Jérémy Zurcher
1
-1
/
+5
2013-01-17
update Changelog
Jérémy Zurcher
1
-1
/
+3
2013-01-16
add lifetime parameter to #static!
Jérémy Zurcher
3
-11
/
+23
2013-01-16
replace options[:method & :args] with @meth & @args
Jérémy Zurcher
1
-17
/
+11
2013-01-16
replace @options[:ext] with @ext
Jérémy Zurcher
1
-3
/
+3
2013-01-16
coding style
Jérémy Zurcher
1
-7
/
+7
2013-01-16
cache instance :debug lookup in @debug
Jérémy Zurcher
1
-5
/
+9
2013-01-16
replace @options[:view] with @view
Jérémy Zurcher
1
-9
/
+10
2013-01-16
replace @options[:layout] with @layout
Jérémy Zurcher
1
-8
/
+9
2013-01-16
replace @options[:engine] with @engine
Jérémy Zurcher
1
-9
/
+6
2013-01-16
replace @options[:static] with @static
Jérémy Zurcher
1
-4
/
+5
2013-01-16
Node: replace state method by @state
Jérémy Zurcher
1
-12
/
+7
2013-01-08
add Node#meth, remove attr_reader options
Jérémy Zurcher
1
-2
/
+6
2013-01-08
before_all and after_all accept parameter or proc
Jérémy Zurcher
3
-7
/
+13
2013-01-08
zorglub.rb swallows version.rb
Jérémy Zurcher
3
-12
/
+5
2013-01-08
release 0.0.6
v0.0.6
Jérémy Zurcher
2
-2
/
+2
2013-01-08
inherited_vars in cli_vals, fix and comment
Jérémy Zurcher
6
-41
/
+50
2013-01-08
inherited_vars can be modified at instance level too, but do not impact class...
Jérémy Zurcher
2
-6
/
+9
2013-01-07
use regex instead of string, fix cgit colorisation
Jérémy Zurcher
1
-1
/
+1
2013-01-07
fix 404 errer message
Jérémy Zurcher
1
-1
/
+1
2013-01-07
fix sass require
Jérémy Zurcher
1
-2
/
+1
2013-01-07
update Gemfile.lock
Jérémy Zurcher
1
-11
/
+11
2012-08-03
update Changelog
Jérémy Zurcher
1
-17
/
+27
2012-06-21
update README 2
Jérémy Zurcher
1
-3
/
+1
2012-06-21
update README
Jérémy Zurcher
1
-3
/
+3
2012-06-21
forget about 1.8 support for now
Jérémy Zurcher
1
-3
/
+0
2012-06-21
README goes md format
Jérémy Zurcher
1
-9
/
+9
2012-06-21
enable travys service
Jérémy Zurcher
2
-0
/
+14
2012-06-21
use bundler
Jérémy Zurcher
20
-1058
/
+86
2012-01-18
specs: enable/disable engine cache => 100% coverage
Jérémy Zurcher
1
-0
/
+8
2012-01-17
add Sass engine specs
Jérémy Zurcher
3
-0
/
+18
2012-01-17
add Sass engine
Jérémy Zurcher
2
-1
/
+29
2012-01-17
App: remove session_ prefix from session_options keys
Jérémy Zurcher
3
-12
/
+12
2012-01-17
add Changelog, update VERSION to 0.0.5
0.0.5
Jérémy Zurcher
2
-2
/
+9
2012-01-17
update example/sample.ru to follow last updates
Jérémy Zurcher
1
-7
/
+8
2012-01-17
App swallows Config
Jérémy Zurcher
9
-139
/
+128
2012-01-17
Node: before_all and after_all hooks are based on inherited_vars
Jérémy Zurcher
1
-13
/
+11
2012-01-17
add spec for inherited before_all and after_all hooks
Jérémy Zurcher
2
-1
/
+29
[next]