Rendering JS in Rails
Ruby on Rails isn’t extremely JS friendly by nature (or even async friendly). However, there are some lesser-known tricks where you can use JavaScript in a Rails-friendly manner. Lets start off with a controller with index, create, and destroy routes… Continue Reading