Understanding How Rails Environments Work

Rails applications typically run in one of three environments: development, test, and production. In addition, you can create your own custom environment, such as qa or staging.Each of these environments has its own configuration settings, which allows your application to behave differently based on the environment it’s running in. For example, your app can log to standard output in development, whereas it might use an external logging service in production.
Understanding How Rails Environments Work #ruby #rubydeveloper #rubyonrails #environments https://rubyonrails.ba/single/understanding-how-rails-environments-work

Nezir Zahirovic

Contractor Ruby On Rails (8+ years) / MCPD .Net / C# / Asp.Net / CSS / SQL / (11 years)

related articles