v0.2.2 / Next
-
Feature
-
Misc
v0.2.1 / 2025-08-31
-
Bugfix
- Stop using
Rack::Logger
- Stop using
v0.2.0 / 2024-10-19
-
Feature
- Added support for Rack 3
- Added support for paths with special and unicode characters
- The built in
Rack::ServerPages::PHPHelperhas been removed
-
Misc
- Replaced Travis-CI with GitHub Actions
- Upgraded RuboCop to 1.67
- Added support for Ruby 3.3
-
Bugfix
-
Misc
- No longer tested against Ruby < 2.2
- Added Rubocop, Ruby linter
- Upgraded to RSpec 3.x
- Added integration tests with Capybara
- Tested with Tilt 2.0
0.0.6 / 2012-05-16
-
Feature
- Passing local parameters to partial template (Tilt mode only)
0.0.5 / 2012-04-18
-
Feature
- Handle exceptions
- Add
config.show_exceptionsoption - Invoke
on_errorfilter when an exception is caught
- Add
- Handle exceptions
-
Enhancement
- NotFound with 404 file
- Rack::ServerPages::NotFound['404.html']
- NotFound with 404 file
-
Bugfix
- Duplicated filters
0.0.4 / 2012-01-15
-
Enhancement
- Thread safety
- Add instance variables info in
rubyinfo - Better PATH_INFO parsing
-
Bufix
- Didn't work
Rack::ServerPages::Template.tilt= - and rename to
Rack::ServerPages::Template.use_tilt
- Didn't work
-
Refactor
- Create Filter class
- Binding setup in own class method
-
Documents
- Filters and Helpers
- Add CHANGES.md (this document)
0.0.3 / 2012-01-06
-
Feature
- Before/After Filters
- Include Helpers
-
Enhancement
- Binding class initialized at boot
partialaccepts block- bundle update
-
Refactor
- Move rubyinfo helper to other file
0.0.2 / 2012-01-01
-
Bugfix
- Didn't launch with ERBTemplate
0.0.1 / 2012-01-01
-
Initial Release
-
Feature
- Serving dynamic pages (default: ERB)
- Serving static files
- Tilt support (optional)
- Include a partial template
- Layout template