rack-server-pages icon indicating copy to clipboard operation
rack-server-pages copied to clipboard

Rack middleware and application for serving dynamic pages in very simple way.

Results 9 rack-server-pages issues
Sort by recently updated
recently updated
newest added

It doesn't seem like folders with periods in it resolve correctly. Consider a file in the following relative location `public/vendor/bootstrap-4.1/test.html`. When hitting the expected URL: `http://localhost:9292/vendor/bootstrap-4.1/test.html` It returns: ``` Not...

I'd like to render a template when calling halt (for bad request, not authorized etc) and can't seem to find a way to do it. In other words, `halt` seems...

question

This is exactly what I needed for serving a few small HTML files with some ruby in them. But it seems that the repo has not been touched in 3...

I am not sure if this is something that has to be addressed / configured in rack-server-pages, or it's just something that I should deal with the nginx conf?

This Fixes #14. ### Testing. 1. Start a project that has both `slack-ruby-client` and `sidekiq-scheduler` as dependencies in the GemFile 2. Start puma `bundle exec puma -p 4000` 3. Browse...

I am working on a project that relies upon both [rack-server-pages](https://github.com/migrs/rack-server-pages), and [sidekiq-scheduler](https://github.com/sidekiq-scheduler/sidekiq-scheduler). `sidekiq-scheduler` has `tilt` as a dependency, which triggers `rack-server-pages` to attempt to utilize `tilt`, which I have...

bug?

Passing build: https://github.com/dblock/rack-server-pages/actions/runs/9528522386 https://github.com/dblock/rack-server-pages/actions/runs/9528522387

Looks like gem is broken for Rack 3. ``` 09:09:33 web.1 | 127.0.0.1 - - [15/Jun/2024:09:09:33 -0400] "GET /img/favicons/favicon-16x16.png HTTP/1.1" 500 79751 0.0123 09:09:34 web.1 | NoMethodError: undefined method `call'...

- Move TODOs to GitHub issues - Remove broken link to demo site - etc.

chore