kemal/spec
Imran Latif 4d1e31cb41 Removed env from redirect and changed redirect from method to macro.
Removed `env.redirect` in-favor of `redirect` in-order to make Kemal's
API look more like Sinatra.

Thanks @sdogruyol and @f for introducing me to macros :-).

Binding HTTP::Server to 0.0.0.0
2015-12-10 01:24:49 +05:00
..
asset Add render macro to kemal core to have dynamic rendering mechanism. It actually binds built-in ecr parser to the Kemal as a macro. 2015-12-06 16:55:35 +02:00
all_spec.cr Handle POST request, and some refactors 2014-07-30 19:58:48 -03:00
config_spec.cr Updated logger to be more robust 2015-11-18 22:45:49 +02:00
context_spec.cr Refactored context 2015-10-30 22:34:44 +02:00
kemal_handler_spec.cr Removed env from redirect and changed redirect from method to macro. 2015-12-10 01:24:49 +05:00
logger_spec.cr add colorize for logger 2015-11-22 20:06:26 +02:00
param_parser_spec.cr parse request body for array 2015-11-10 13:30:16 +02:00
route_spec.cr Fixed match bug 2015-10-31 09:28:25 +02:00
spec_helper.cr Set to development before_each spec 2015-11-25 23:35:04 +02:00
view_spec.cr Add render macro to kemal core to have dynamic rendering mechanism. It actually binds built-in ecr parser to the Kemal as a macro. 2015-12-06 16:55:35 +02:00