Fixing multithreading for Rails in development mode
Development mode doesn’t work with multithreading in Rails. It’s especially critical if you use JRuby. So, here is the recipe to fix Rails multithreading in development mode.
Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
Development mode doesn’t work with multithreading in Rails. It’s especially critical if you use JRuby. So, here is the recipe to fix Rails multithreading in development mode.
Post a comment