How rails reloads your source code in development mode?by Yuva, Co-founder We all know Rails has this feature, which reloads source code in development mode everytime a request hits server. Starting from version 3.2.0, it introduced faster dev mode where it reloads application code when the code changes, and not on every request. This blog will talk about important parts of Rails source code which