Commit Graph

18 Commits

Author SHA1 Message Date
John Bintz 66030d73c5 support for modular applications 2011-07-21 21:09:30 -04:00
Lucas Souza a00f65ce68 removing Rack::Utils.escape_html 2011-07-06 10:25:52 -03:00
Lucas Souza 46b21ab77b adding '/' 2011-07-05 17:57:41 -03:00
Lucas Souza 197d9af49f removing extra '.' 2011-07-05 17:50:41 -03:00
Lucas Souza 6bdd6a5b20 skip sources with '/' 2011-07-05 17:45:36 -03:00
Lucas Souza 9807102c3e helpers like rails 2011-07-05 15:24:17 -03:00
Lucas Souza 64d14463e8 join asset_host 2011-07-05 14:29:51 -03:00
Lucas Souza 03449e9f33 returning url with an external asset host if one is given 2011-07-05 14:22:15 -03:00
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