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

Missing setting 'development' in C:/RoR/swp/config/application.yml #61

Open
pratik2605 opened this issue Oct 1, 2013 · 1 comment
Open

Comments

@pratik2605
Copy link

Hi,
I just installed this GEM and i am getting this error:
Missing setting 'development' in C:/RoR/swp/config/application.yml

This is the content of my application.yml file

config/application.yml

defaults: &defaults
api_token: 5255858
development:
api_token: 5255858
test:
api_token: 5255858
production:
api_token: 5255858

I am trying to access it via : Settings.api_token

So please let me know on this, why such strange error is showing up ?

@leonelgalan
Copy link

Could you add your Setttings class? Use a

...

block to syntax highlight: ruby and maybe yml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants