Category "ruby-on-rails-6.1"

Rails - how to access ActionDispatch UploadedFile default attributes in my methods?

I'm new to rails and building a simple bank statement converter app. User would select bank name, upload their statement, click "convert", and the converted fil

Query method issue on rails upgrade to 6.1.5

enter image description here Upgraded rails from 6.0.3 to 6.1.5 but having issues with query methods like eager_load and references. class Note < Application