.. |
integration
|
fix subclass streaming test
|
2012-03-11 10:45:54 +01:00 |
public
|
Base enables static by default if public is set and exists
|
2010-01-28 08:04:43 -08:00 |
views
|
add support for yajl templates, merges #450
|
2012-01-10 09:20:52 +01:00 |
base_test.rb
|
adjust require lines for test helper, so it also works properly on 1.9.2
|
2011-05-11 09:44:02 +02:00 |
builder_test.rb
|
adjust require lines for test helper, so it also works properly on 1.9.2
|
2011-05-11 09:44:02 +02:00 |
coffee_test.rb
|
use assert body in coffee test
|
2011-11-09 21:41:04 +02:00 |
contest.rb
|
fix contest on 1.8
|
2011-06-10 17:33:09 +02:00 |
creole_test.rb
|
adjust require lines for test helper, so it also works properly on 1.9.2
|
2011-05-11 09:44:02 +02:00 |
delegator_test.rb
|
Require test_helper in delegator_test.rb
|
2011-05-28 17:52:58 +02:00 |
encoding_test.rb
|
adjust require lines for test helper, so it also works properly on 1.9.2
|
2011-05-11 09:44:02 +02:00 |
erb_test.rb
|
adjust require lines for test helper, so it also works properly on 1.9.2
|
2011-05-11 09:44:02 +02:00 |
extensions_test.rb
|
adjust require lines for test helper, so it also works properly on 1.9.2
|
2011-05-11 09:44:02 +02:00 |
filter_test.rb
|
make #provides respect Content-Type. fixes #408.
|
2012-01-02 17:07:45 +01:00 |
haml_test.rb
|
adjust require lines for test helper, so it also works properly on 1.9.2
|
2011-05-11 09:44:02 +02:00 |
helper.rb
|
fix rdoc tests for 3.10
|
2011-10-10 19:50:59 -07:00 |
helpers_test.rb
|
add :status option to send_file. fixes #429.
|
2012-01-02 16:37:01 +01:00 |
integration_helper.rb
|
don't set -w with thin in integration tests
|
2012-03-18 13:25:06 +01:00 |
integration_test.rb
|
don't set -w with thin in integration tests
|
2012-03-18 13:25:06 +01:00 |
less_test.rb
|
therubyracer is very unstable/crashes often on rbx,jruby and maglev - revert to less 1.x for those
|
2011-10-06 21:47:06 -07:00 |
liquid_test.rb
|
adjust require lines for test helper, so it also works properly on 1.9.2
|
2011-05-11 09:44:02 +02:00 |
mapped_error_test.rb
|
deprecate Exception#code usage, ignore values that are not between 400 and 599. fixes #423.
|
2011-12-31 12:46:41 +01:00 |
markaby_test.rb
|
adjust require lines for test helper, so it also works properly on 1.9.2
|
2011-05-11 09:44:02 +02:00 |
markdown_test.rb
|
adjust require lines for test helper, so it also works properly on 1.9.2
|
2011-05-11 09:44:02 +02:00 |
middleware_test.rb
|
adjust require lines for test helper, so it also works properly on 1.9.2
|
2011-05-11 09:44:02 +02:00 |
nokogiri_test.rb
|
Clean up nokogiri unit test.
|
2011-07-04 02:32:11 -07:00 |
rack_test.rb
|
add tests to check compatiblity with Rack::Lock, related to #352
|
2011-09-14 12:09:27 -07:00 |
radius_test.rb
|
adjust require lines for test helper, so it also works properly on 1.9.2
|
2011-05-11 09:44:02 +02:00 |
rdoc_test.rb
|
fix rdoc tests for 3.10
|
2011-10-10 19:50:59 -07:00 |
readme_test.rb
|
adjust require lines for test helper, so it also works properly on 1.9.2
|
2011-05-11 09:44:02 +02:00 |
request_test.rb
|
adjust require lines for test helper, so it also works properly on 1.9.2
|
2011-05-11 09:44:02 +02:00 |
response_test.rb
|
add #stream helper
|
2011-08-17 11:51:45 +02:00 |
result_test.rb
|
205 no longer sends a body, as per RFC 2616
|
2011-08-17 14:02:05 +02:00 |
route_added_hook_test.rb
|
adjust require lines for test helper, so it also works properly on 1.9.2
|
2011-05-11 09:44:02 +02:00 |
routing_test.rb
|
do not concatinate params. fixes #452, fixes #453.
|
2012-03-07 16:51:35 +01:00 |
sass_test.rb
|
haml still ships with sass
|
2012-03-13 10:22:49 +01:00 |
scss_test.rb
|
haml still ships with sass
|
2012-03-13 10:22:49 +01:00 |
server_test.rb
|
silence logs in server_test.rb again
|
2011-06-16 14:03:29 +02:00 |
settings_test.rb
|
alias public_folder as public_dir
|
2012-03-11 15:00:33 -03:00 |
sinatra_test.rb
|
adjust require lines for test helper, so it also works properly on 1.9.2
|
2011-05-11 09:44:02 +02:00 |
slim_test.rb
|
fix tests to work with Slim 1.0.2
|
2011-09-01 11:54:50 -06:00 |
static_test.rb
|
Rack 1.4 returns Content-Length: 0 for HEAD requests
|
2011-12-30 12:15:09 +01:00 |
streaming_test.rb
|
set up async.close on thin and friends. fixes #446.
|
2012-01-05 20:29:50 +01:00 |
templates_test.rb
|
adjust require lines for test helper, so it also works properly on 1.9.2
|
2011-05-11 09:44:02 +02:00 |
textile_test.rb
|
adjust require lines for test helper, so it also works properly on 1.9.2
|
2011-05-11 09:44:02 +02:00 |
yajl_test.rb
|
add support for yajl templates, merges #450
|
2012-01-10 09:20:52 +01:00 |