You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the diaper and partner apps you'll need to remove/comment out the environment checks. You can do a search for: `return if Rails.env != "production"` And just comment those out!
28
-
29
27
In your development configuration files `development.rb` you may want to set the action_mailer config `config.action_mailer.default_url_options = { 'diaper.test' }` (or `partner.test`)
30
28
31
29
Then start up puma-dev (`puma-dev` from the command line.)
0 commit comments