-
Requires Sinatra 1.x
-
Allow specifying format through a format param to the url
-
Specify that when running into unknown template languages the error message defaults to a generic template example
-
Update code example
-
Update supported sinatra versions in README
-
Remove issues section because I believe it has been corrected
-
Update development error message for new builder syntax
-
Remove redundant hoe dependency and update rcov opts
-
Fix the media_type -> mime_type conversion on Sinatra 0.9
-
Fix rendering with extensions, e.g. resource.html.haml
-
Add spec and passing code for content_type usage
-
Changed how development error images are shown
-
Update media_type to mime_type for Sinatra 1.0 while maintaining backward compat
-
Need to bump because of wrong gem name
-
Fix some issues in the README
-
Update builder template for how sinatra handles this now
-
Update spec tests for 1.9
-
Update XMLHttpResponse test for new rack-test
-
Regenerated gemspec for version 0.3.6
-
Version bump to 0.3.6
-
solving incompatibility between 1.9 to fully qualify TEXT_MIME_TYPES check
-
Regenerated gemspec for version 0.3.5
-
Version bump to 0.3.5
-
better testing of environment expectations, workarounds for sinatra environment switching
-
problem in spec, wasn’t checking for right thing
-
spec for reaching the /__sinatra__/*.png images
-
couple more tests for charset and format helpers
-
reduce regex use and simplify others
-
some more code cleaning
-
simplification and readability
-
add some more specification for respond_to
-
updated gemspec
-
Version bump to 0.3.4
-
updated readme
-
passing code for tests
-
tests and tests
-
typo in readme
-
allow for content_type setting automatically when not using respond_to
-
make it a bit clearer in readme that outside of respond_to content_type is not set
-
bumped gem version in gemspec
-
noted the change in classic applications, the gem now works around this but not following extension writing guidelines
-
Version bump to 0.3.3
-
Version bump to 0.3.2
-
spec referenced file not in repository
-
Version bump to 0.3.1
-
add sinatra as a dependency
-
allow overriding default charset in respond_to
-
install instructions
-
first gem
-
Version bump to 0.0.0
-
missing end in example
-
add caveats about existing routes
-
fix a little error in example
-
updated readme and license