Tips for writing fast Rails
Minor adjustments in the code can lead to major performance improvements. In this article I talk about the use of ActiveRecord::Batches#find_each
https://fastruby.io/blog/rails/performance/writing-fast-rails-part-3.html
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!
Minor adjustments in the code can lead to major performance improvements. In this article I talk about the use of ActiveRecord::Batches#find_each
https://fastruby.io/blog/rails/performance/writing-fast-rails-part-3.html
Post a comment