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

  • SEARCH
  • Home
  • 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 6152373
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T19:54:32+00:00 2026-05-23T19:54:32+00:00

I am using YAML for configurations in my application. I am using configatron for

  • 0

I am using YAML for configurations in my application. I am using configatron for general configuration. However i have private config values (account_id and password).

I could create a model in database or create a new row in my Setting model. However i prefer to maintain the information on yml

i create my.yml in config and then read on controller

yaml_config = YAML::load(ERB.new(IO.read(File.join(RAILS_ROOT, 'config', 'my.yml'))).result)[RAILS_ENV]

So i want to use my.yml file like configuratron gem does.

i.e I actually load YAML in line and I want config my.field_information.

if I express bad excuse me

Thanks in advance

  • 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-23T19:54:33+00:00Added an answer on May 23, 2026 at 7:54 pm

    I am not sure if I understood you correctly, but you want to be able to access your config with attributes?

    Then you can do something like this:

    class My
        def initialize
            @config = YAML::load(ERB.new(IO.read( 
                      File.join(RAILS_ROOT, 'config', 'my.yml'))).result)[RAILS_ENV]
        end
    
        def method_missing(name, *args, &block)
            @config[name.to_s]
        end
    end
    

    this will allow you to access the top level fields as attributes.

    for instance if your my.yml file looks like

    development:
        user: Me
        password: Mine
    

    Then you can access it with

    my_config = My.new
    my_config.user
    my_config.password    
    

    Of course, this is just a crude example. You should add a lot of checks and error handling in case some attributes are missing in the file etc.

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

Sidebar

Related Questions

I have the following Python 2.6 program and YAML definition (using PyYAML ): import
I have used XML, INI and yaml files for configuration in the Python as
I'm considering using YAML as part of my next iPhone application, but I haven't
I have this YAML file: name: Firas dirs: [/bin/, /home/phiras/] I am using YAML::Syck
I have a system that filters template files through erb. Using convention over configuration,
Okay, I have the following YAML file that was generated by using yaml_db for
Configuration of the Task Queue is done in the app.yaml file. There I have:
I'm using a config file (in YAML) to define types that are used later
So I'm having trouble compiling my application which is using yaml-cpp I'm including yaml.h
I am using a YAML file for configuration in my rails app and a

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.