You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/spec
Matt Jankowski 71706f21c2 Ignore implied formats for catch all route requests (#1340)
A request to `/test` would show the custom 404 page, but a request to
`/test.test` would return a 404 with an empty body.

This change ignores the format on incoming catch all route requests, so that the
html 404 page is returned on these requests.
8 years ago
..
controllers Fix #690 - Webfinger should handle new shortform profile URLs now (nice) 8 years ago
fabricators Add specs for PostStatusService 8 years ago
fixtures Update the Mastodon repository URL from Gargron/ to tootsuite/ in various places 8 years ago
helpers Use Setting.site_title value for `og:site_name` occurrences (#1194) 8 years ago
javascript Remove broken test 9 years ago
lib Fix #555 - Use a better URL parser 8 years ago
mailers Add digest e-mails 8 years ago
models Merge pull request #1184 from thoughtbot/extract-proper-status 8 years ago
requests Ignore implied formats for catch all route requests (#1340) 8 years ago
services Fix #1141, fix #1126 - Avatar/profile info fetching (#1215) 8 years ago
support/matchers/model add more tests to models 8 years ago
i18n_spec.rb Improve docs 8 years ago
rails_helper.rb add more tests to models 8 years ago
spec_helper.rb Fix tests 8 years ago