1
0
Fork 0
mirror of https://github.com/sinatra/sinatra synced 2023-03-27 23:18:01 -04:00
Commit graph

30 commits

Author SHA1 Message Date
Konstantin Haase
e417ccc1e7 add slim support to content_for 2011-03-28 16:57:39 +02:00
Konstantin Haase
c80b7233a5 make sure haml doesn't escape stuff 2011-03-28 16:33:55 +02:00
Konstantin Haase
ee59224a99 add support for erubis to content-for 2011-03-28 16:23:34 +02:00
Konstantin Haase
7e72a34a3a don't rely on template engine internals to capture a block, makes yield_content usage consistent in erb and haml, allows combining the two 2011-03-28 16:06:17 +02:00
Konstantin Haase
7fa95253e3 move content-for tests to rspec 2011-03-28 10:11:57 +02:00
Konstantin Haase
19c68f8ad4 setup up content-for properly 2011-03-27 18:02:37 +02:00
Konstantin Haase
36d2a73c9b Merge branch 'master' into content-for 2011-03-27 17:53:15 +02:00
Konstantin Haase
9c82988a0e prepare merge 2011-03-27 17:52:30 +02:00
Konstantin Haase
676d217a3b add test for raising and error when trying to change app global settings from a namespace 2011-03-26 00:40:58 +01:00
Konstantin Haase
fb488b9867 trigger route_added hooks for namespace-only extensions 2011-03-26 00:39:16 +01:00
Konstantin Haase
31cdac9d0e make respond-with play nice with namespace 2011-03-26 00:22:19 +01:00
Konstantin Haase
503250fd67 add tests for Sinatra::RespondWith#respond_to 2011-03-26 00:16:40 +01:00
Konstantin Haase
18e379f1cf add reimplementation of sinatra-extension 2011-03-26 00:13:26 +01:00
Konstantin Haase
e6f15a2888 add sinatra-respond-with 2011-03-26 00:02:03 +01:00
Konstantin Haase
ec248a8b5a add reimplemenation of sinatra-config-file 2011-03-24 10:25:00 +01:00
Konstantin Haase
99029a0b41 implement namespace local error handling 2011-03-24 08:57:36 +01:00
Konstantin Haase
aee11b812f start reimplementation of sinatra-namespace 2011-03-24 08:47:56 +01:00
Konstantin Haase
074aedc187 new extensions: sinatra-link-helper 2011-03-24 08:46:55 +01:00
Konstantin Haase
fd19d70134 infrastructure 2011-03-24 08:46:25 +01:00
Konstantin Haase
0aa2cc7308 rewrite sinatra-test-helpers 2011-03-24 08:45:57 +01:00
Konstantin Haase
f5e015894d import sinatra-decompile 2011-03-24 08:45:29 +01:00
Konstantin Haase
07a649ab6d initial commit 2011-03-24 08:43:39 +01:00
Nicolas Sanguinetti
c8e8f737ef Update the readme (we now support haml) 2009-05-19 03:53:54 -03:00
Nicolas Sanguinetti
e7e5ebc57c Push version to 0.2
This release adds:
* Support for HAML
* Support to yield values into the content blocks
2009-05-09 14:21:13 -03:00
Matt Lyon
5847190ccd Add Haml support 2009-05-09 14:19:25 -03:00
Nicolas Sanguinetti
4950daad2c Allow passing values to the blocks 2009-05-08 20:14:56 -03:00
Nicolas Sanguinetti
bd218ec9d7 Documentation 2009-05-07 11:09:27 -03:00
Nicolas Sanguinetti
a54186d4b0 Gemspec, Rakefile, etc 2009-05-07 10:58:41 -03:00
Nicolas Sanguinetti
619e91b5a6 We don't need to return the contents as string
Just calling each block works
2009-05-07 03:03:44 -03:00
Nicolas Sanguinetti
117cc66788 Initial commit 2009-05-07 02:58:50 -03:00