0
0
Commit Graph

216 Commits

Author SHA1 Message Date
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