0
0
Fork 0
Commit Graph

242 Commits

Author SHA1 Message Date
Gibheer 0a81098061 added specs for #content_type 2012-11-13 21:57:40 +01:00
Gibheer d9c22d2103 added simple guardfile 2012-11-13 21:56:18 +01:00
Gibheer 77130b3a23 added guard as a helper 2012-11-13 21:56:02 +01:00
Gibheer 0b006fd388 added more documentation 2012-11-13 21:32:26 +01:00
Gibheer 291fb1810a use #method for @method declaration 2012-11-13 21:30:59 +01:00
Gibheer 960752a55c add reader for environment 2012-11-13 21:29:59 +01:00
Gibheer ff46b368ed added comments for the constants 2012-11-13 21:26:45 +01:00
Gibheer 95cb897c07 added spec for #path 2012-11-13 07:53:27 +01:00
Gibheer 348ec5b74e added spec for #method 2012-11-13 07:50:49 +01:00
Gibheer 4990f5fb22 replace head? with patch? 2012-11-13 07:47:49 +01:00
Gibheer fccf1df912 use the environment generator 2012-11-13 07:47:26 +01:00
Gibheer 646d3a9e23 more specs for the #? methods of request 2012-11-13 07:47:05 +01:00
Gibheer e56d74c140 added specs for #get? 2012-11-12 20:33:28 +01:00
Gibheer 7f8aab2e92 extend the helper a bit 2012-11-12 20:33:18 +01:00
Gibheer 8a895b5a71 added more documentation 2012-11-12 19:59:32 +01:00
Gibheer 8e5268079c don't commit sample apps 2012-11-08 21:36:57 +01:00
Gibheer fa37cff5fa added the two new facilities 2012-11-08 21:36:56 +01:00
Gibheer 84eaf7f763 added a small renderer
This is a renderer which currently just looks for fitting templates
based on the name and accept type. The accept type can be mapped in the
accept class to make it easier to work with.
2012-11-08 21:36:56 +01:00
Gibheer 24eba118e6 replacement for rack request
This should replace Rack::Request in the hole lib. It seperates
everything worth into its own classes, like parameters and the accept
header till now.

More will follow
2012-11-08 21:36:56 +01:00
Gibheer 396151eb70 fixed the documentation 2012-11-08 21:36:56 +01:00
Gibheer ee20faff85 this should not be in here 2012-11-08 21:36:56 +01:00
Gibheer 77b4513986 use https in the Gemfile 2012-11-08 21:36:56 +01:00
Gibheer b6f21dc1c6 file to require everything 2012-11-08 21:36:56 +01:00
Gibheer ea20ebf46c use zero/all to require everything 2012-11-08 21:36:56 +01:00
Gibheer 299229f9cb added spec for the root url 2012-11-08 21:36:56 +01:00
Gibheer 4e05fc75e3 update the homepage link
The homepage link in the gemspec was wrong
2012-10-23 17:09:37 +03:00
Gibheer 79537632ac added new router to the tools
This small router is intended to work like URLMap, but with the feature
that it can extract variables from routes.
2012-10-13 11:48:11 +02:00
Gibheer 1c1bda6b66 added .gitignore 2012-10-13 11:48:10 +02:00
Gibheer e8cb2290e2 added rack as a dependency 2012-10-11 06:37:23 +02:00
Gibheer 1de40f7877 added rspec for testing and a thor task 2012-10-11 06:36:36 +02:00
Gibheer 92e199d5db Rack::Response and Rack::Request work pretty good 2012-10-06 20:18:30 +02:00
Gibheer 3ec99843eb switched render with response
The intention is, that everything gets rendered first and after that
packed to a response. This way, error checking on the response can be
done after rendering.
2012-10-05 20:35:34 +02:00
Gibheer 4365b0ff13 changed the way rendering happens 2012-10-05 20:33:19 +02:00
Gibheer 46fcff33b7 a small api is needed 2012-10-05 20:18:22 +02:00
Gibheer 896157c234 the body is an array 2012-10-05 08:13:07 +02:00
Gibheer 609015b6fc small changes to get it working 2012-10-05 08:12:34 +02:00
Gibheer f12ceef4a8 added the request as a parameter to the controller 2012-10-05 08:11:34 +02:00
Gibheer 30399df1c7 fixed small error 2012-10-05 08:05:32 +02:00
Gibheer bbbc743a93 forgot the include for the new classes 2012-10-05 08:04:12 +02:00
Gibheer bc34186b23 added some basic structures 2012-10-05 07:54:17 +02:00
Gibheer c2c053a73b throw out the server as it was a test 2012-10-05 06:38:05 +02:00
Gibheer c5db0891ff initial commit 2012-10-04 20:17:07 +02:00