Age | Commit message (Expand) | Author | Files | Lines |
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 | 1 | -4/+4 |
2013-01-08 | zorglub.rb swallows version.rb | Jérémy Zurcher | 2 | -11/+4 |
2013-01-08 | release 0.0.6v0.0.6 | Jérémy Zurcher | 1 | -1/+1 |
2013-01-08 | inherited_vars in cli_vals, fix and comment | Jérémy Zurcher | 1 | -26/+29 |
2013-01-08 | inherited_vars can be modified at instance level too, but do not impact class... | Jérémy Zurcher | 1 | -4/+5 |
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 |
2012-06-21 | use bundler | Jérémy Zurcher | 2 | -6/+11 |
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 | 2 | -10/+10 |
2012-01-17 | add Changelog, update VERSION to 0.0.50.0.5 | Jérémy Zurcher | 1 | -1/+1 |
2012-01-17 | App swallows Config | Jérémy Zurcher | 7 | -118/+106 |
2012-01-17 | Node: before_all and after_all hooks are based on inherited_vars | Jérémy Zurcher | 1 | -13/+11 |
2012-01-16 | Node cleanuP | Jérémy Zurcher | 1 | -2/+3 |
2012-01-16 | Node: ext seems ok like this | Jérémy Zurcher | 1 | -7/+1 |
2012-01-16 | engine/file: no extension set by default | Jérémy Zurcher | 1 | -1/+1 |
2012-01-16 | Node: cleanup | Jérémy Zurcher | 1 | -144/+175 |
2012-01-16 | Node : fix Node.ext! | Jérémy Zurcher | 1 | -1/+1 |
2012-01-16 | nothing | Jérémy Zurcher | 1 | -1/+1 |
2012-01-16 | add Node.view_base_path! | Jérémy Zurcher | 1 | -1/+9 |
2012-01-16 | add Node.layout_base_path! | Jérémy Zurcher | 1 | -1/+9 |
2012-01-16 | Node: set ext! | Jérémy Zurcher | 1 | -1/+5 |
2012-01-16 | session Config => Zorglub::Config | Jérémy Zurcher | 1 | -1/+1 |
2012-01-16 | Node: set static! | Jérémy Zurcher | 1 | -4/+8 |
2012-01-16 | Node static!=> static_page!, compile!=>compile_page! | Jérémy Zurcher | 1 | -5/+5 |
2012-01-16 | Node: set view\! | Jérémy Zurcher | 1 | -2/+5 |
2012-01-16 | Node: set engine\! | Jérémy Zurcher | 1 | -7/+9 |
2012-01-16 | Node: remove layout! parameter checks | Jérémy Zurcher | 1 | -11/+17 |
2012-01-16 | add Zorglub::Config.debug | Jérémy Zurcher | 2 | -0/+9 |
2012-01-16 | wtf! fix top level require directives | Jérémy Zurcher | 1 | -3/+3 |
2012-01-06 | fix haml engine, add spec | Jérémy Zurcher | 1 | -2/+2 |
2012-01-06 | fix Config#engine_proc_ext, file engine and spec | Jérémy Zurcher | 2 | -2/+2 |
2012-01-05 | Node: static, write mime in front of content to speed up data retrieval | Jérémy Zurcher | 1 | -2/+2 |
2012-01-05 | Zorglub: VERSION => 0.0.40.0.4 | Jérémy Zurcher | 1 | -1/+1 |
2012-01-05 | add file engine | Jérémy Zurcher | 1 | -0/+20 |
2012-01-05 | Node: add #ext method, be sure file extension is ok | Jérémy Zurcher | 2 | -15/+23 |
2012-01-05 | VERSION => 0.0.3, update Changelog and TODO0.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 |