Rails_live_reload

screenshot of Rails_live_reload

Live Reload for your Rails app. The easiest way to increase your productivity.

Overview

The Rails Live Reload gem is a simple and robust way to add live reloading functionality to your Rails app. By adding this gem, developers can achieve live reloading without the need for additional setup or dependencies.

Features

  • Works with EBR, HAML, SLIM views: Live reloading only when changed views are rendered on the page.
  • Supports partials, CSS, JS, YAML locales: Live reloading for various components including helpers when configured.
  • Fully reloaded "crash" page: Automatically reloads the page upon fixing an issue to ensure changes are displayed.