Advertisement
4tolexx

Ruby and Rails important links

Feb 1st, 2023 (edited)
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. # these are important links that helps in solving certain issues with regards Ruby and Rails etc.
  2.  
  3. ## Rails credentials issues
  4. ** https://stackoverflow.com/questions/54277392/rails-activesupportmessageencryptorinvalidmessage
  5. ** https://gist.github.com/db0sch/19c321cbc727917bc0e12849a7565af9
  6.  
  7. ## Ruby 3.2 YJIT
  8. ** https://news.ycombinator.com/item?id=34413614
  9. ** https://github.com/ruby/ruby/blob/master/doc/yjit/yjit.md
  10.  
  11. ## single table inheritance resolution
  12. ** https://stackoverflow.com/questions/20798035/single-table-inheritance-sti-parent-activerecord-subclasses-descendants-retu
  13. ** https://guides.rubyonrails.org/autoloading_and_reloading_constants.html#single-table-inheritance
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement