You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Matt Jankowski
27ab3d3d36
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
..
environments
Allows setting log level in env variable ( #1290 )
8 years ago
initializers
Make sure Rabl is using Oj
8 years ago
locales
Fix #795 , fix #704 , fix #835 - 2FA requires confirmation to be enabled ( #1278 )
8 years ago
application.rb
Merge branch 'master' into master
8 years ago
boot.rb
Upgrade to Rails 5.0.0.1
8 years ago
cable.yml
Add Heroku deployment support
8 years ago
database.yml
Add env variable to disable prepared statements ( #1293 )
8 years ago
deploy.rb
Add capistrano to development environment
8 years ago
environment.rb
Upgrade to Rails 5.0.0.1
8 years ago
i18n-tasks.yml
Update settings to re-use admin layout, one big navigation tree, improve settings forms
8 years ago
navigation.rb
Fix #795 , fix #704 , fix #835 - 2FA requires confirmation to be enabled ( #1278 )
8 years ago
puma.rb
Force UTF8 encoding on generated XML ( #1140 )
8 years ago
routes.rb
Ignore implied formats for catch all route requests ( #1340 )
8 years ago
secrets.yml
Upgrade to Rails 5.0.0.1
8 years ago
settings.yml
New admin setting: open/close registrations, with custom message, from the admin UI
8 years ago
sidekiq.yml
Adjust down the number of Sidekiq threads to 5 (default of 25 is way too high)
9 years ago