Skip to content

History / How to: Scope login to subdomain

Revisions

  • Added routes description to use the custom controller

    @fa11enangel fa11enangel committed Mar 26, 2024
  • Change host to subdomain as we want to pass the subdomain only

    @fa11enangel fa11enangel committed Mar 26, 2024
  • Add password recovery solution with subdomain

    @fa11enangel fa11enangel committed Mar 26, 2024
  • Add notes on using other fields to scope devise model

    @jakephot jakephot committed Nov 8, 2017
  • make migration reversible

    @AvaelKross AvaelKross committed Jun 8, 2017
  • Add second way of using :request_keys by passing a Hash instead of an array to have non-required keys.

    @nbermudezs nbermudezs committed Apr 29, 2015
  • If :validatable is included in the model, which it is by default, scoping by subdomain will not work

    @nachbar nachbar committed Sep 30, 2014
  • Expanded and added formatting

    @latortuga latortuga committed Sep 4, 2013