Configuring Rails Applications — Ruby on Rails Guides

Ruby and Rails Blog  > how-to >  Configuring Rails Applications — Ruby on Rails Guides
0 Comments

Configuring Rails ApplicationsThis guide covers the configuration and initialization features available to Rails applications.After reading this guide, you will know: How to adjust the behavior of your Rails applications. How to add additional code to be run at application start time.

Source: Configuring Rails Applications — Ruby on Rails Guides