Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lazily load the debug gem #292

Merged
merged 2 commits into from
Jan 4, 2024
Merged

Lazily load the debug gem #292

merged 2 commits into from
Jan 4, 2024

Commits on Jan 4, 2024

  1. Default to port 3000 while allowing override

    With this configuration `bin/dev` will use port 3000,
    but `bin/dev -p 3001` will correctly start the server on port 3001.
    elia authored and flavorjones committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    cbc1ca7 View commit details
    Browse the repository at this point in the history
  2. Lazily load the debugger gem

    Some docker environments will trigger an error related to unix sockets
    and permissions on temporary folders. Loading the debugger lazily
    mitigates the issue so at least rails can be started without crashing,
    while keeping the remote debugging available for other environments
    that support it.
    elia authored and flavorjones committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    313f257 View commit details
    Browse the repository at this point in the history