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

Fix lazy load rails #1237

Closed

Commits on Mar 12, 2020

  1. Move lazy_load in railtie.rb

    Create railtie with lazy load ActionController and ActiveRecord
    Rearrange file requiring for Rails and non Rails to make sure ActiveRecord is lazy loaded properly.
    
    Add CHANGELOG.md entry
    ericproulx committed Mar 12, 2020
    Configuration menu
    Copy the full SHA
    9ac96ce View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2020

  1. Configuration menu
    Copy the full SHA
    cfe5f7a View commit details
    Browse the repository at this point in the history
  2. Update conditional to match railtie docs

    See railties-6.0.2.2/lib/rails/railtie.rb:45
    jaredbeck committed Apr 19, 2020
    Configuration menu
    Copy the full SHA
    f47bd71 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8ef39a2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fc6d930 View commit details
    Browse the repository at this point in the history