Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

187
Views
Changed a value in my development.rb but it did not reflect on nginx server

so i have some json file that grabs the value from config/development.rb

In my development.rb i have this line

config.base_root_url = "XXXXXXsome URLXXXXXXX"

and in my json.jbuilder file at views i have this line

url: Rails.application.config.base_root_url + "views/somesite"

How come, when I change the config.base_root_url value it is not reflected on my nginx hosted domain. but on Localhost , it shows my changes ? i tried restarting my nginx server but its still the same.

over 4 years ago · Santiago Trujillo
2 answers
Answer question

0

Is config/development.rb a file you added? Or do you mean config/environments/development.rb. Your nginx will run the app in production env hence you will need to edit config/environment/production.rb as well.

over 4 years ago · Santiago Trujillo Report

0

you have to do changes in config/environments/production.rb file to reflect changes in app running by nginx because it runs you app in production environment.

over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!