1
0
Fork 0
No description
Find a file
Andrew Tomaka 3a80191239 Merge branch 'atomaka/bugfix/staging-api' into 'master'
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
2015-11-04 14:20:31 -05:00
app Default scope sucks, fix ordering for cards 2015-11-04 11:56:26 -05:00
bin Initial rails new 2015-09-29 19:02:43 -04:00
config Allow api subdomain on staging to work too 2015-11-04 14:18:40 -05:00
db Fix migration so it doesn't break things! 2015-11-03 15:37:21 -05:00
lib Finishing of stat import 2015-10-25 17:35:36 -04:00
log Initial rails new 2015-09-29 19:02:43 -04:00
public Initial rails new 2015-09-29 19:02:43 -04:00
vendor/assets Initial rails new 2015-09-29 19:02:43 -04:00
.env.sample Add Reddit login/logout 2015-09-29 21:21:27 -04:00
.gitignore Add evidence creation and association 2015-10-14 13:42:59 -04:00
config.ru Initial rails new 2015-09-29 19:02:43 -04:00
Gemfile Deal with cross origins 2015-10-27 09:42:56 -04:00
Gemfile.lock Deal with cross origins 2015-10-27 09:42:56 -04:00
Procfile Add procfile 2015-10-21 14:25:44 -04:00
Rakefile Initial rails new 2015-09-29 19:02:43 -04:00
README.md Update readme 2015-10-14 11:22:06 -04:00

dbzdokkan-rails

Data management and release of DBZDokkan data

Requirements

  • imagemagick
    • sudo apt-get install imagemagick -y