1
0
Fork 0
mirror of https://github.com/sinatra/sinatra synced 2023-03-27 23:18:01 -04:00
sinatra/sinatra-contrib/lib/sinatra
2016-05-09 11:49:42 -03:00
..
contrib Bump version for next major 2016-05-03 17:10:45 +09:00
capture.rb Fix capture bug with slim from patch by @minad 2015-05-22 11:43:07 -07:00
config_file.rb Expand upon ConfigFile docs to close #141 2015-05-22 17:26:33 -07:00
content_for.rb Allow users to yield a simple String to be rendered 2016-05-06 01:03:37 +09:00
contrib.rb Rename Sinatra::Params to Sinatra::RequiredParams 2016-05-04 17:19:29 +09:00
cookies.rb Remove ruby 1.8/1.9 version check 2016-05-09 11:49:42 -03:00
custom_logger.rb Add support for custom loggers (controlled via logger setting) 2014-03-19 13:14:01 +06:00
decompile.rb Use URI::Parser#escape instead of deprecated URI.escape in Sinatra::Decompile 2014-04-05 12:17:49 +05:30
engine_tracking.rb play nice if yield_content or content_for is called from outside a template 2011-04-26 11:05:14 +02:00
extension.rb documentation fixes 2012-05-07 13:02:07 +02:00
json.rb Adds multi_json gem as a dependency and loads it automatically 2013-03-29 18:37:37 +05:30
link_header.rb documentation fixes 2012-05-07 13:02:07 +02:00
multi_route.rb Add example for MultiRoute with multiple verbs and multiple routes 2012-11-13 14:35:12 -05:00
namespace.rb Add reredict_to method allowing redirects within a namespace 2016-04-12 07:12:08 -03:00
reloader.rb Use Mutex#synchronize instead of Thread.exclusive to prevent deprecation warning 2015-12-30 23:45:20 +09:00
required_params.rb Rename Sinatra::Params to Sinatra::RequiredParams 2016-05-04 17:19:29 +09:00
respond_with.rb Remove ruby 1.8/1.9 version check 2016-05-09 11:49:42 -03:00
streaming.rb Fix some typos 2014-02-26 23:57:20 -06:00
test_helpers.rb Fix typo in TestHelpers 2013-01-15 09:42:09 +09:00
webdav.rb Add Sinatra::WebDAV 2015-05-30 12:57:55 +00:00