Commit Graph

  • e6e70fe222 Don't load unless caller and content matches for content_for Sdogruyol 2016-07-10 15:01:00 +0300
  • ce2ffed705 Don't yield content if there's not any content_for it Sdogruyol 2016-07-10 13:24:38 +0300
  • f3175bdb72 Split helpers.cr into helpers/macros.cr and helpers/helpers.cr Sdogruyol 2016-07-10 13:03:09 +0300
  • daac09a859 Add doc for content_for Sdogruyol 2016-07-10 13:00:13 +0300
  • 51d6da5cc0 Merge pull request #178 from sdogruyol/content-for Serdar Dogruyol 2016-07-09 19:59:49 +0300
  • 21b194a901 Add content_for and yield_content helpers <3. Thanks @RX14 Sdogruyol 2016-07-09 19:54:35 +0300
  • 73d6123f3d WIP Sdogruyol 2016-07-09 18:57:35 +0300
  • 2af03085d2 Bump version to 0.14.0 in shard.yml Sdogruyol 2016-07-09 14:15:01 +0300
  • 3ea6a01afc Remove file handler from CommonLogHandler. Log only to STDOUT. Fixes #159 Sdogruyol 2016-07-05 22:14:00 +0300
  • 9d84d51975 No need to rewind STDOUT and File handler in CommonLogHandler Sdogruyol 2016-07-05 20:15:36 +0300
  • ae25d0a774 Optimize CommonLogHandler to directly use the handler instead of string interpolation Sdogruyol 2016-07-05 20:11:03 +0300
  • 212ea8707d Merge branch 'benjolitz-additional_options_closure' Sdogruyol 2016-07-04 20:23:40 +0300
  • 20a174b66e Add extra_options from CLI Sdogruyol 2016-07-04 20:23:16 +0300
  • 2c0dc7fa63 Read env from KEMAL_ENV instead of -e. Fixes #168 Sdogruyol 2016-07-03 23:49:16 +0300
  • 19581d6e3e Improve common_exception_handler to handler custom 500 errors. Fixes #175. Sdogruyol 2016-07-03 11:13:11 +0200
  • c718b02dbc Merge pull request #172 from mperham/master Serdar Dogruyol 2016-06-30 10:11:03 +0200
  • 22d6c1773e Remove HTTP prefix, this is a Rack impl convention, not a standard. Mike Perham 2016-06-29 14:52:47 -0700
  • 8f5736a057 Need to initialize the session token or forms won't render Mike Perham 2016-06-28 16:46:45 -0700
  • e407d0195c Implement CSRF protection Mike Perham 2016-06-28 15:50:43 -0700
  • 7e49237468 Merge pull request #170 from mperham/master Serdar Dogruyol 2016-06-28 16:55:02 +0300
  • 46b4dc6524 Add Session#delete, more docs Mike Perham 2016-06-27 16:24:03 -0700
  • 94db0c8cb8 Implement basic in-memory session store Mike Perham 2016-06-27 14:37:40 -0700
  • 0c46bd65da Add X-Powered-By header Sdogruyol 2016-06-19 03:22:55 +0300
  • 56067b6280 Merge pull request #165 from MGerrior/add_headers_helper_method Serdar Dogruyol 2016-06-16 17:35:38 +0300
  • fbbb43dcab Add "headers" helper to make it easier to add headers to response. Matthew Gerrior 2016-06-16 10:05:28 -0400
  • c492ede5d3 Add LICENSE sdogruyol 2016-06-15 09:09:48 +0300
  • f92d812c32 Format sdogruyol 2016-06-15 08:58:14 +0300
  • e9665c124b Merge pull request #162 from omarroth/fix-0.18 Serdar Dogruyol 2016-06-15 08:54:32 +0300
  • ac4a5afc05 Fix ssl and specs for 0.18 Omar Roth 2016-06-14 16:18:00 -0500
  • 74044d62e9 Merge pull request #161 from MGerrior/allow_multiple_values_for_params Serdar Dogruyol 2016-06-14 19:08:46 +0300
  • d1f9c4394b Opt for built-in HTTP::Params class instead. Matthew Gerrior 2016-06-14 07:32:13 -0400
  • a5e4bc21f3 Allow multiple values for a single parameter key. Matthew Gerrior 2016-06-11 16:52:07 -0400
  • c9b206d1d6 Remove unnecessary type annotations sdogruyol 2016-05-22 23:34:37 +0300
  • b3ebf40201 Cache request url_params sdogruyol 2016-05-21 15:00:44 +0300
  • e7ebb7f45d Merge pull request #147 from sdogruyol/error-404-customize Serdar Dogruyol 2016-05-15 15:03:55 +0300
  • 67abb5fff3 Allow 404 error handler to be customizable Sdogruyol 2016-05-15 14:58:09 +0300
  • 92d7273759 Inherit response.content type from filter if it's given. Fixes #146. Sdogruyol 2016-05-14 11:07:19 +0300
  • c2edc89992 Bump version to 0.12.0 Sdogruyol 2016-05-08 20:45:40 +0300
  • b73802df0e resolve merge conflict by trusting sdogruyol/master RE property listings Ben Jolitz 2016-05-07 17:22:08 -0700
  • 108e732274 rename on_options -> extra_options Ben Jolitz 2016-05-07 17:18:42 -0700
  • 53df88b9fb Update filters to dont care about block return type Sdogruyol 2016-05-06 21:03:24 +0300
  • 3b402586f8 Make error handlers also work for filters sdogruyol 2016-05-06 14:08:34 +0300
  • ceb962df6b Merge pull request #144 from sdogruyol/error-handler Serdar Dogruyol 2016-05-06 13:09:39 +0300
  • 09439dd437 Remove unnecessary views sdogruyol 2016-05-05 23:54:25 +0300
  • 12ec74e923 Add instance types for Crystal 0.16.0 sdogruyol 2016-05-05 23:34:07 +0300
  • 76b5add665 Don't write to context in case of an exception sdogruyol 2016-05-05 23:22:58 +0300
  • 6611b976a9 Improve exception handler sdogruyol 2016-05-05 23:12:17 +0300
  • e6d9311895 Start implementing error block sdogruyol 2016-05-05 22:35:36 +0300
  • 35239dfaa0 Improve config semantics sdogruyol 2016-05-03 21:11:35 +0300
  • e077d17943 Remove colorize from common exception handler Sdogruyol 2016-04-18 22:17:55 +0300
  • 456724f8e4 Remove colorize from common log handler Sdogruyol 2016-04-18 22:16:41 +0300
  • 18efc4601f Add more documentation Sdogruyol 2016-04-18 21:40:48 +0300
  • a8ecbde222 Merge branch 'instance-vars' Sdogruyol 2016-04-17 00:04:53 +0300
  • 9c6d6f5326 Update to Radix 0.3.0 Sdogruyol 2016-04-16 23:55:26 +0300
  • 2b9152ff79 Update instance types sdogruyol 2016-04-13 11:00:02 +0300
  • 40ab34c63d All specs passing sdogruyol 2016-04-12 20:00:37 +0300
  • 0a162a602b Update to use sdogruyol/radix sdogruyol 2016-04-12 17:56:30 +0300
  • b4bc818490 Update handler sdogruyol 2016-04-12 17:35:29 +0300
  • c47c9488fe Return string from context sdogruyol 2016-04-12 17:15:43 +0300
  • 05e44e68c6 Updating to instance types sdogruyol 2016-04-12 14:41:09 +0300
  • 3b4440d358 Merge pull request #140 from jeromegn/patch-1 Serdar Dogruyol 2016-04-11 20:32:24 +0300
  • e407f52897 Only set @logger when not previously set Jerome Gravel-Niquet 2016-04-11 10:54:59 -0400
  • 65d0af5b5f Update config to use uninitialized server Sdogruyol 2016-04-09 17:33:17 +0300
  • b32099e13b Move server from local scope to config Sdogruyol 2016-04-09 17:20:39 +0300
  • 0eb7638b1b Remove redundant at_exit hook Sdogruyol 2016-04-09 17:17:11 +0300
  • de98236fc4 Merge pull request #136 from f/master Serdar Dogruyol 2016-04-03 19:14:28 +0300
  • 1f809c68c8 Support additional options as part of the Config Ben Jolitz 2016-03-22 14:13:49 -0700
  • 8110788a41 Added return_with macro to break response in the middle of the block. Fatih Kadir Akın 2016-03-30 00:48:58 +0300
  • 7b1bc43a41 Update dsl.cr Serdar Dogruyol 2016-03-23 14:45:18 +0200
  • be418feaf3 Fix WebSocketHandler sdogruyol 2016-03-23 13:21:19 +0200
  • 21d37f564d Merge pull request #132 from dabrorius/master Serdar Dogruyol 2016-03-22 23:10:41 +0200
  • a8ff776b49 Don't convert host_binding to slice when instantiating server Filip Defar 2016-03-22 21:20:21 +0100
  • 839d120a50 0.11.1 Sdogruyol 2016-03-21 21:48:29 +0200
  • 87df71a89a Refactor specs Sdogruyol 2016-03-21 18:29:48 +0200
  • f464ab6d4f Update websocket_server.cr Serdar Dogruyol 2016-03-19 15:38:54 +0200
  • c11707bcd2 Update json_api.cr Serdar Dogruyol 2016-03-19 15:38:43 +0200
  • 2bac42df6f Update hello_world.cr Serdar Dogruyol 2016-03-19 15:38:31 +0200
  • 8a06459fb2 Update README.md Serdar Dogruyol 2016-03-19 15:38:07 +0200
  • 5b51cc8ea7 Update README.md Serdar Dogruyol 2016-03-19 15:37:33 +0200
  • fd904cd98d 0.11.0 Sdogruyol 2016-03-19 15:15:25 +0200
  • 664673f125 Set content-type to text/html on errors.Fixes #130 Sdogruyol 2016-03-18 20:03:04 +0200
  • 5d1c4859d7 Merge pull request #125 from f/master Serdar Dogruyol 2016-03-08 13:54:03 +0200
  • 8402f06bc3 Show backtrace in 500 statuses using `inspect_with_backtrace` Fatih Kadir Akın 2016-03-08 11:03:25 +0200
  • a194bebe31 Merge pull request #123 from f/master Serdar Dogruyol 2016-03-07 13:41:24 +0200
  • 043d1c8aa2 Add memoization to lazy param parsing Fatih Kadir Akın 2016-03-06 22:39:10 +0200
  • 4ee4b66135 Make the param getters lazy to improve performance Fatih Kadir Akın 2016-03-06 22:29:23 +0200
  • 42deb95688 Remove merged params to improve performance Fatih Kadir Akın 2016-03-06 21:46:35 +0200
  • 53d12534b7 Remove ParamContainer abstraction to make it faster. Fatih Kadir Akın 2016-03-06 21:43:13 +0200
  • e3c3154006 Make sure to instantiate null log handler Sdogruyol 2016-03-06 20:16:51 +0200
  • e53ba1d9da Decouple ParamContainer which makes the code cleaner, and fix kemal.cr url -- by @sdogruyol Fatih Kadir Akın 2016-03-06 14:08:59 +0200
  • 8267ffe2c5 Upgrade ParamParser to make it more convinient. Fatih Kadir Akın 2016-03-06 13:22:24 +0200
  • c7d2b33bb3 Merge pull request #120 from jmoriau/set-error-and-logger-middlewares-position Serdar Dogruyol 2016-03-03 22:32:41 +0200
  • 04ccb973a9 set positions for errors and logger middleware, added 2 views Joris Moriau 2016-03-03 17:14:10 +0100
  • c2f06819e9 0.9.3 Sdogruyol 2016-02-29 17:27:40 +0200
  • 0a55b2d28a Merge pull request #112 from Krule/master Serdar Dogruyol 2016-02-25 20:46:16 +0200
  • 6759fb2373 Add options to the DSL Armin Pašalić 2016-02-25 16:24:39 +0100
  • 6929a1b8a9 Update README.md Serdar Dogruyol 2016-02-20 23:50:13 +0200
  • 6bff31132a Merge pull request #109 from jmoriau/decoupled-urlparams-from-routehandler Serdar Dogruyol 2016-02-19 14:38:14 +0200
  • 8f6b00ba55 decoupled-urlparams-from-routehandler Joris Moriau 2016-02-19 11:34:45 +0100
  • 43d34886c4 Merge pull request #106 from jmoriau/added-feature-to-filters Serdar Dogruyol 2016-02-17 21:59:07 +0200