Commit graph

  • b5e98f2f9d Create statics.md Fatih Kadir Akın 2015-12-04 13:45:35 +02:00
  • 4465ed9965 Create rest.md Fatih Kadir Akın 2015-12-04 13:38:56 +02:00
  • da4e38ab0f Update tutorial.md Fatih Kadir Akın 2015-12-04 13:36:06 +02:00
  • e4c6b12411 Update README.md Fatih Kadir Akın 2015-12-04 13:35:35 +02:00
  • 51e8c19975 Update README.md Fatih Kadir Akın 2015-12-04 13:33:43 +02:00
  • d33e367ece Update README.md Fatih Kadir Akın 2015-12-04 13:26:50 +02:00
  • 880d2c1430 Create tutorial.md Fatih Kadir Akın 2015-12-04 13:26:15 +02:00
  • 17ff97307d Create README.md Fatih Kadir Akın 2015-12-04 13:14:15 +02:00
  • 7e04f51e3c Merge pull request #18 from ilatif/master Serdar Dogruyol 2015-12-02 22:43:39 +02:00
  • c42f1f88e9 Added support for magic param _method just like Rails, Sinatra. Imran Latif 2015-12-03 00:57:23 +05:00
  • dfea8df0f7 Clearer installation instructions Sdogruyol 2015-12-02 21:02:39 +02:00
  • 171459eee9 Add 500 exception spec Sdogruyol 2015-12-01 21:52:44 +02:00
  • 7f198cab3b Remove unnecessary check Sdogruyol 2015-12-01 21:47:49 +02:00
  • 17fe691710 Add 500 template Sdogruyol 2015-11-29 17:32:31 +02:00
  • e1530f8fd5 Add built-in exception route Sdogruyol 2015-11-28 12:39:58 +02:00
  • 58013ba005 Add 404 Sdogruyol 2015-11-27 22:45:13 +02:00
  • 9a5934811d Set to development before_each spec Sdogruyol 2015-11-25 23:35:04 +02:00
  • 6e22496b92 Add development/production mode to README Sdogruyol 2015-11-23 20:52:28 +02:00
  • 07b35a00b4 Merge pull request #16 from askn/logger Serdar Dogruyol 2015-11-22 20:09:36 +02:00
  • e284ba8196 add colorize for logger Aşkın Gedik 2015-11-22 19:02:09 +02:00
  • 56e3d36d7e Fix Travis link Serdar Dogruyol 2015-11-22 11:41:21 +02:00
  • 9cb3cafa62 Add flush on newline Fixes #15 Sdogruyol 2015-11-21 22:46:37 +02:00
  • 173bbf7639 Update README.md Serdar Dogruyol 2015-11-21 12:29:35 +02:00
  • 41b1dbce6e Update shard.yml Serdar Dogruyol 2015-11-21 12:29:10 +02:00
  • 556247c4ad Revert back to File.write Sdogruyol 2015-11-21 00:43:28 +02:00
  • 485fed11af Added config env to startup message Sdogruyol 2015-11-20 23:12:12 +02:00
  • f66e9cd834 More logger specs Sdogruyol 2015-11-20 23:07:10 +02:00
  • 0e23e8d9a3 Be sure to close handlers Sdogruyol 2015-11-19 20:54:58 +02:00
  • 86dfd1a24d Updated benchmark Sdogruyol 2015-11-19 20:20:51 +02:00
  • 28d4d5167b Updated logger to be more robust Sdogruyol 2015-11-18 22:45:49 +02:00
  • 639d4a7a48 Updated benchmarks Sdogruyol 2015-11-17 21:53:33 +02:00
  • bde69e1cdb Changed default mode to development Sdogruyol 2015-11-17 21:43:05 +02:00
  • 79ef2f30f7 Added environment Sdogruyol 2015-11-16 23:55:02 +02:00
  • 0e617dcfb6 Removed redundant code for more performant processing Sdogruyol 2015-11-15 17:00:51 +02:00
  • dcba72c891 Added config spec Sdogruyol 2015-11-14 23:45:20 +02:00
  • db48f40fe6 Added middleware section to README.md Sdogruyol 2015-11-13 21:23:05 +02:00
  • fb1d3c3a85 Added handlers to config Sdogruyol 2015-11-12 22:48:22 +02:00
  • cd0e77aacc Merge pull request #11 from askn/json_parse Serdar Dogruyol 2015-11-10 13:42:30 +02:00
  • 51708ce8e7 parse request body for array Aşkın Gedik 2015-11-10 13:30:16 +02:00
  • d280dd7f87 Merge pull request #9 from botandrose/patch-1 Serdar Dogruyol 2015-11-10 10:58:49 +02:00
  • da0d532447 Merge pull request #10 from botandrose/get_json_with_no_request_body Serdar Dogruyol 2015-11-10 10:58:27 +02:00
  • dea9b2f663 application/json GETs can have no request body. Micah Geisel 2015-11-09 16:35:28 -08:00
  • c5e2c7e618 Fix JSON API sample. Micah Geisel 2015-11-09 16:20:04 -08:00
  • d8ab11f73f Add benchmark section to README.md Sdogruyol 2015-11-09 20:57:54 +02:00
  • dc1e6ed4c2 Changed server initialize message Sdogruyol 2015-11-08 17:43:53 +02:00
  • bbe22e96e3 Added JSON payload retrieval to README Sdogruyol 2015-11-06 20:49:08 +02:00
  • cb36a38488 Bump version Sdogruyol 2015-11-06 20:35:36 +02:00
  • 3687897005 Added JSON body parsing Sdogruyol 2015-11-06 20:24:38 +02:00
  • 5e1460bd31 Merge pull request #8 from waterlink/do-not-parse-body-params-when-content-type-is-incorrect Serdar Dogruyol 2015-11-05 12:50:26 +02:00
  • f658fbe8af Parse request body params only if content type is application/x-www-form-urlencoded Oleksii Fedorov 2015-11-05 11:38:06 +01:00
  • fd5c913f53 Fix static sample Sdogruyol 2015-11-02 21:43:42 +02:00
  • 72ca56ea91 Added static files section Sdogruyol 2015-11-01 10:40:49 +02:00
  • 83bbe7e19a Added travis build badge Sdogruyol 2015-10-31 10:03:55 +02:00
  • f9164b957d Added travis.yml Sdogruyol 2015-10-31 09:59:44 +02:00
  • c49191e650 Fixed match bug Sdogruyol 2015-10-31 09:28:25 +02:00
  • da23d397c6 Formatted Sdogruyol 2015-10-31 08:53:49 +02:00
  • f82a57b2a4 Update environment documentation Sdogruyol 2015-10-30 22:40:37 +02:00
  • a7cc498dca Refactored context Sdogruyol 2015-10-30 22:34:44 +02:00
  • 4ce1bc908f Added response and headers Sdogruyol 2015-10-30 22:01:18 +02:00
  • ffdaecace4 Added headers to context Serdar Dogruyol 2015-10-30 17:06:25 +02:00
  • 5892d900ff Added documentation for context, param_parser and route Sdogruyol 2015-10-29 17:16:29 +02:00
  • a0c909621c Renamed all occurrences of ctx to env Sdogruyol 2015-10-29 11:49:58 +02:00
  • 5bc81e7e5b Change single quotes to double quotes Sdogruyol 2015-10-29 11:42:54 +02:00
  • d0ea2f049c Added documentation Sdogruyol 2015-10-29 11:41:00 +02:00
  • 2cbe54b624 Fixed samples url Sdogruyol 2015-10-29 11:20:32 +02:00
  • 924905f146 Convert parse_request to macro Sdogruyol 2015-10-28 22:04:05 +02:00
  • 1c53321026 Changed default content-type to text/html Sdogruyol 2015-10-28 21:54:04 +02:00
  • 3b4aeb6ea5 Resized logo Sdogruyol 2015-10-28 20:56:39 +02:00
  • a505577d5a Removed response Sdogruyol 2015-10-28 20:53:26 +02:00
  • 5376eb8bb2 Added context specs Sdogruyol 2015-10-28 20:52:34 +02:00
  • ad6baba12b Added param_parser specs Sdogruyol 2015-10-28 20:38:24 +02:00
  • 3cc50e0a7e Added param parser Sdogruyol 2015-10-28 20:30:27 +02:00
  • a8ad95aa67 Removing redundant code Sdogruyol 2015-10-28 18:09:45 +02:00
  • 4c0dd927ee Added Guardfile Sdogruyol 2015-10-28 17:37:51 +02:00
  • be58e009af Created logger Sdogruyol 2015-10-27 21:01:36 +02:00
  • 3c4619e040 Merge pull request #4 from f/patch-1 Serdar Dogruyol 2015-10-27 10:22:57 +02:00
  • 91988095c9 Update README.md Fatih Kadir Akın 2015-10-27 10:20:18 +02:00
  • 461160c531 Update README.md Serdar Dogruyol 2015-10-27 07:08:15 +02:00
  • 4a6fb6cf66 Now supports multiple query strings Sdogruyol 2015-10-26 20:49:28 +02:00
  • efe75196f7 Added request body parsing Sdogruyol 2015-10-26 20:22:31 +02:00
  • 8a0f9dffff Merge pull request #2 from askn/askn-patch-1 Serdar Dogruyol 2015-10-26 13:37:09 +02:00
  • bad7171e6c Update README.md Aşkın Gedik 2015-10-26 13:28:23 +02:00
  • 753c910989 Removed redundant code from hello_world Sdogruyol 2015-10-24 22:57:32 +03:00
  • fa00265345 Use macro to generate DSL and support delete,patch verbs Sdogruyol 2015-10-24 22:19:46 +03:00
  • f2e385801f Added run instruction Sdogruyol 2015-10-24 19:20:49 +03:00
  • 459f602645 Renamed spec Sdogruyol 2015-10-24 19:17:24 +03:00
  • cd6f54b714 Removed redundant variable Sdogruyol 2015-10-24 19:09:56 +03:00
  • 2c9d967890 Added link to samples Sdogruyol 2015-10-24 16:50:26 +03:00
  • 4ba6e9d0e5 Added require statement to sample Sdogruyol 2015-10-24 16:48:47 +03:00
  • 5749a7db60 Formatted Sdogruyol 2015-10-23 22:54:18 +03:00
  • b431f4128b Added thanks section Sdogruyol 2015-10-23 22:51:39 +03:00
  • 5057bd039c Fix typo in require Sdogruyol 2015-10-23 22:48:30 +03:00
  • 4f3245e22e Updated README Sdogruyol 2015-10-23 22:43:33 +03:00
  • d0c87f23d1 Added json_api sample Sdogruyol 2015-10-23 22:25:46 +03:00
  • 328629b6f4 Added installation instructions Sdogruyol 2015-10-23 21:50:19 +03:00
  • 8d7b8e5d8e Updated README Sdogruyol 2015-10-23 21:44:41 +03:00
  • 5ca84fea4c Renamed all occurrences to Kemal Sdogruyol 2015-10-23 21:33:26 +03:00
  • 289ad42d4e Added shard.yml Sdogruyol 2015-10-23 21:01:30 +03:00
  • d23eff9acc Updated to Crystal 0.9.0 Sdogruyol 2015-10-23 20:55:41 +03:00
  • 72390a3ebf Create README.md Ary Borenszweig 2015-06-01 18:06:26 -03:00