Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6563559
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T13:51:56+00:00 2026-05-25T13:51:56+00:00

I have configuration data (the host/post for a Redis server) that is managed by

  • 0

I have configuration data (the host/post for a Redis server) that is managed by a class (RedisConfig) in my RAILS_HOME/lib folder. We decided to use redis-store as our cache.

This is what we have in RAILS_HOME/config/environments/production.rb:

config.cache_store = RedisStore.new "#{RedisConfig.host}:#{RedisConfig.port}"

I, of course, get a TypeError as RedisConfig is loaded AFTER production.rb is loaded, so it never exists in this context. Whats the best strategy for loading and using this configuration manager in our environment.rb or environments/#{RAILS_ENV}.rb files?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T13:51:57+00:00Added an answer on May 25, 2026 at 1:51 pm

    Consider taking this approach. The trick here is they get loaded during the initialisation stage – it’s the same as including it in as an initialiser itself.

    See this SO post on loading up your RedisConfig module. While this is about engines, it’s got some interesting details on initialisation.

    Update

    Here’s a better solution – update your application.rb as follows

    # Custom directories with classes and modules you want to be autoloadable.
    # config.autoload_paths += %W(#{config.root}/extras)
    config.autoload_paths += Dir["#{config.root}/lib/**/"]
    

    This will autoload all modules stored in /lib.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have some configuration data that I'd like to model in code as so:
I have some configuration data in a config file that I read off disk
HI, I would like to have the configuration data for my application stored in
I have a configuration file that I consider to be my base configuration. I'd
I have an ASP.NET Web Application project that I am using to host a
I have a class that extends PDO to give it the ability to pull
I have a system set up currently that is using celery with a redis
I am trying to host WCF serviec in managed Windows Service. Basically i have
I have configuration values saved in an app.config . I want to create a
I'm working in xmldataprovider and we have configuration value source this value may be

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.