public
Fork of bmizerany/sinatra
Description: Classy web-development dressed in a DSL
Homepage: http://sinatra.rubyforge.org
Clone URL: git://github.com/rtomayko/sinatra.git
jschementi (author)
Sun Dec 21 18:36:14 -0800 2008
rtomayko (committer)
Fri Oct 16 23:12:14 -0700 2009
sinatra / test
name age message
..
file base_test.rb Mon May 18 03:36:03 -0700 2009 Less warnings to sate zenspider's needs [halorgium]
file builder_test.rb Mon May 18 02:47:36 -0700 2009 Deprecation warning for auto-require of templat... [sr]
file contest.rb Mon May 18 03:36:03 -0700 2009 Less warnings to sate zenspider's needs [halorgium]
directory data/ Sat Dec 20 18:45:28 -0800 2008 I knew I shoulda taken that left turn at Hoboke... [rtomayko]
file erb_test.rb Tue Mar 31 02:23:48 -0700 2009 Use contest instead of test/spec/mini See <htt... [sr]
file extensions_test.rb Tue Mar 31 02:23:48 -0700 2009 Use contest instead of test/spec/mini See <htt... [sr]
file filter_test.rb Wed Nov 11 07:32:10 -0800 2009 Adds after filters Originally by jschementi (h... [jschementi]
file haml_test.rb Fri Apr 24 17:59:39 -0700 2009 closes #9779 Auto-require haml/erb/builder/sass... [bmizerany]
file helper.rb Mon May 18 02:51:44 -0700 2009 Use Rack::Test instead of Sinatra::Test for tests [sr]
file helpers_test.rb Mon Oct 12 02:02:07 -0700 2009 Allow to register a mime type with mime_type [sr]
file mapped_error_test.rb Sun Jun 07 04:12:20 -0700 2009 Better error mapping inheritance [rtomayko]
file middleware_test.rb Tue Mar 31 02:23:48 -0700 2009 Use contest instead of test/spec/mini See <htt... [sr]
file options_test.rb Loading commit data...
file request_test.rb Tue Aug 18 04:48:46 -0700 2009 request.secure? to check for ssl encrypted conn... [adamwiggins]
file response_test.rb Tue Mar 31 02:23:48 -0700 2009 Use contest instead of test/spec/mini See <htt... [sr]
file result_test.rb Tue Mar 31 02:23:48 -0700 2009 Use contest instead of test/spec/mini See <htt... [sr]
file route_added_hook_test.rb Sun Apr 19 20:04:50 -0700 2009 Added proc as argument for #route_added hook [visionmedia]
file routing_test.rb Sun Jun 07 04:11:14 -0700 2009 Better route and filter inheritance [#180] [rtomayko]
file sass_test.rb Mon May 18 02:47:36 -0700 2009 Deprecation warning for auto-require of templat... [sr]
file server_test.rb Wed May 20 18:13:38 -0700 2009 Use rack's new handler registration stuff to fi... [rtomayko]
file sinatra_test.rb Tue Mar 31 02:23:48 -0700 2009 Use contest instead of test/spec/mini See <htt... [sr]
file static_test.rb Sun Jun 07 04:11:14 -0700 2009 Better route and filter inheritance [#180] [rtomayko]
file templates_test.rb Sat Oct 03 14:55:03 -0700 2009 Use Tilt for templating This fixes a whole sle... [rtomayko]
directory views/ Sat May 23 08:02:25 -0700 2009 Add a test for the :views render option [sr]