Commit Graph

10 Commits

Author SHA1 Message Date
Lucas Souza 06979f6fae adding timestamp from file in full url 2011-07-05 11:45:44 -03:00
Lucas Souza 473eff9363 removing "," 2011-07-05 11:16:17 -03:00
Lucas Souza 910e8fd314 creating alias to javascript_script_tag 2011-06-20 10:50:22 -03:00
Lucas Souza 9e7eea0fc2 creating method javascript_include_tag like as rails 2011-06-18 16:31:17 -03:00
Lennart Melzer 48c1086562 Modularized Helpers, allows enable/disable of self-closing XHTML
tags (<link .../>) by
enable :xhtml
in your Application file
2009-11-22 18:23:02 +01:00
Lennart Melzer bd53f6ae34 Replaced 'closed' flag through simple block handling:
`tag(name, options) { some_content }` becomes `<name opt=...>content</name>`
`tag((name, options)` becomes `<tag opt=... />`
This will only produce XHTML!
2009-11-22 10:10:28 +01:00
Wlodek Bzyl 09b091ec5c added () 2009-09-22 22:43:41 +02:00
Wlodek Bzyl fb09f03c14 fixed gem expression 2009-07-26 13:42:57 +02:00
Wlodek Bzyl 455b2bbac9 Changed dependency on Sinatra version. 2009-06-06 15:34:51 +02:00
Wlodek Bzyl 706ab4b241 First commit. 2009-06-01 19:53:37 +02:00