sauliusgrigaitis / Swifton

A Ruby on Rails inspired Web Framework for Swift that runs on Linux and OS X
MIT License
1.97k stars 70 forks source link

Added MimeType checking in Router.swift #35

Closed califrench closed 8 years ago

califrench commented 8 years ago

This fixes #25. @sauliusgrigaitis you can remove PR #27 as it is now a mess and it was built for the tests with Quick instead of XCTest.

sauliusgrigaitis commented 8 years ago

@califrench thanks. Please fix https://travis-ci.org/necolt/Swifton/builds/118767221

sauliusgrigaitis commented 8 years ago

@AddictdDevelopr is there still this issue? There was massive refactoring recently.

califrench commented 8 years ago

@sauliusgrigaitis I closed the issue given the fact the massive refactoring may have solved it. I've been trying to run Swifton with the swift 3 dev snapshot with no real success so I haven't been able to test yet if it really is solved. A lot of dependencies needed heavy refactoring so I think it's best to wait till later this summer when swift 3 has been officially released and the dependencies updated. Additionally, sine I already had multiple commits that were failing tests, I figured I would wait and re-open a new issue if need be.