3
I Use This!
Inactive

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 3 hours ago.
Feb 17, 2025 — Feb 17, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
extend relevant interfaces for abstract types More... over 11 years ago
Moved route error info to log from 404 page More... over 11 years ago
Message to followers More... over 11 years ago
#136 replace all System.out and System.err with slf4j logging More... over 11 years ago
Updated the Request object to enable type capture on the attribute(String) method. More... over 11 years ago
Fixed MimeParse Exception More... over 11 years ago
Really fix spacing More... over 11 years ago
Fix spacing More... over 11 years ago
Merge branch 'master' of https://github.com/perwendel/spark More... over 11 years ago
Merge pull request #159 from benwaffle/patch-1 More... over 11 years ago
Allow overriding of HTTP method with the X-HTTP-Method-Override. This allows people to use RESTful URL definitions even with clients that don't support all HTTP verbs, such as most Javascript AJAX clients. More... over 11 years ago
Allow overriding of HTTP method used for matching via the "_method" request parameter. This allows people to use RESTful URL definitions even with clients that don't support all HTTP verbs, such as most Javascript AJAX clients. This feature is taken from Rails. More... over 11 years ago
Update Request.java More... over 11 years ago
Removed build status from README since the Travis build seems unstable and doesn't correspond to actual status More... over 11 years ago
Merge pull request #152 from xorrr/fix_books_integrationtest More... over 11 years ago
Merge pull request #150 from xorrr/patch-1 More... over 11 years ago
added possiblity to get the body as bytes without needing to convert it to String More... over 11 years ago
Merge pull request #148 from perwendel/issue_141 More... over 11 years ago
use BeforeClass, AfterClass to improve test executing speed More... over 11 years ago
remove obsolete try-catch block in Test annotated methods More... over 11 years ago
use JUnit syntax to expect an exception in wontFindBook More... over 11 years ago
fix printStackTrace in wontFindBook More... over 11 years ago
refactor doMethod More... over 11 years ago
deal with exceptions in doMethod More... over 11 years ago
refactor test method names More... over 11 years ago
use lambda syntax for the filters in setup More... over 11 years ago
style tests with empty lines More... over 11 years ago
remove println in testListBooks More... over 11 years ago
refactor by extracting methods More... over 11 years ago
delete commented out code More... over 11 years ago