serve icon indicating copy to clipboard operation
serve copied to clipboard

Serve is a small Rack-based web server and rapid prototyping framework for Web applications (specifically Rails apps). Serve is meant to be a lightweight version of the Views part of the Rails MVC. Th...

Results 29 serve issues
Sort by recently updated
recently updated
newest added

Bumps [tzinfo](https://github.com/tzinfo/tzinfo) from 1.1.0 to 2.0.5. Release notes Sourced from tzinfo's releases. v2.0.5 Changed DateTime results to always use the proleptic Gregorian calendar. This affects DateTime results prior to 1582-10-15...

dependencies

Bumps [i18n](https://github.com/ruby-i18n/i18n) from 0.6.9 to 0.9.5. Release notes Sourced from i18n's releases. v0.9.5 #404 reported a regression in 0.9.3, which wasn't fixed by 0.9.4. #408 fixes this issue. Thanks @​wjordan!...

dependencies

Bumps [rack](https://github.com/rack/rack) from 1.5.2 to 1.6.13. Changelog Sourced from rack's changelog. Changelog All notable changes to this project will be documented in this file. For info on how to format...

dependencies

Unfortunately with Ruby 2.2 and ActiveSupport 3.2.19 (used in latest 1.5.2 Gem release) or 3.2.21 (used on Github master branch) the following warning is shown with Ruby 2.2: `/.rbenv/versions/2.2.0/lib/ruby/gems/2.2.0/gems/activesupport-3.2.21/lib/active_support/values/time_zone.rb:270: warning:...

Ruby 2 Problem

Bumps [activesupport](https://github.com/rails/rails) from 3.2.17 to 3.2.22.5. Commits - [`e4b0a5f`](https://github.com/rails/rails/commit/e4b0a5f66ebd2b7f29e4f868d2f6b2504df091e6) bumping version - [`c4e0169`](https://github.com/rails/rails/commit/c4e01690620c319ac3f04d213003f8001f33d14b) bumping version - [`ebc3639`](https://github.com/rails/rails/commit/ebc3639139d21eeb8452edb28ce62530cc075198) bumping version - [`1ac2ddb`](https://github.com/rails/rails/commit/1ac2ddbc433ec96dd06affb6f10f33d9eb12d52a) Preparing for 3.2.22.2 release - [`8d86637`](https://github.com/rails/rails/commit/8d86637fb64ae8ae81ab71a286ddba02cc3144a4) bumping version -...

dependencies

As described in issues ##122 adding an `index.css` file will fail the following specs: ``` Failed examples: rspec ./spec/router_spec.rb:23 # Serve::Router should resolve directory indexes rspec ./spec/router_spec.rb:54 # Serve::Router should...

Hi @jlong, I revamped `getserve` website to look like this: ![getserve](https://cloud.githubusercontent.com/assets/470401/21752290/24076c76-d5de-11e6-8b9c-7c5a962fa573.png) So I hope if I can get access to upload the new code, and I am managing to release...

Feature Request

Hi, I had to move a serve project to a new folder (with new name). Now it needs a few minutes to start. Is there a way to find out...

Hi, I created an empty folder with `index.slim` page is rendered properly, but when I try to convert `serve convert` I get a file `html/index.slim` which contains html. The only...

If both — `index.html` and `index.css` files — are present within a directory the CSS file will be served as directory index.