No description
Andrew Tomaka
3a80191239
Allow api subdomain on staging to work too in staging, the subdomain becomes 'api.staging' and 'api' will not match. We can resolve this with a regex: `/^api(\.|$)/`. There is a configuration setting, `config.action_dispatch.tld_length` that could resolve this as well. Typically, I imagine this being set by environment, but since Heroku suggests running all Rails apps as production, even if it is a different environment, this isn't really an option. See merge request !24 |
||
---|---|---|
app | ||
bin | ||
config | ||
db | ||
lib | ||
log | ||
public | ||
vendor/assets | ||
.env.sample | ||
.gitignore | ||
config.ru | ||
Gemfile | ||
Gemfile.lock | ||
Procfile | ||
Rakefile | ||
README.md |
dbzdokkan-rails
Data management and release of DBZDokkan data
Requirements
- imagemagick
sudo apt-get install imagemagick -y