Former dependency aggregator for Hotwire (Turbo and Stimulus) in Ruby on Rails applications.
Hotwire for Rails was a Ruby gem that aggregated dependencies for Hotwire, a set of frameworks including Turbo and Stimulus, to build fast, modern web applications in Ruby on Rails. It simplified the initial setup by bundling these tools into a single package, though it has since been deprecated. Developers are now encouraged to use Turbo Rails and Stimulus Rails directly for more flexibility.
Ruby on Rails developers looking to implement Hotwire's real-time and interactive features without managing multiple dependencies separately.
It offered a quick and easy way to get started with Hotwire in Rails applications by reducing setup complexity, though its limited value led to deprecation in favor of direct framework usage.
Use Hotwire in your Ruby on Rails app
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
Bundled Turbo and Stimulus into a single gem, reducing installation and configuration steps for quick adoption in Rails projects.
Designed specifically for the Ruby on Rails ecosystem, ensuring seamless compatibility and minimal setup overhead for Rails developers.
Enabled rapid development of real-time, interactive features by providing a straightforward entry point to Hotwire patterns without managing multiple dependencies.
The gem is no longer supported, making it unsuitable for production use and prone to incompatibilities with newer Rails or Hotwire versions.
Only aggregated dependencies without offering additional features, which the README admits was insufficient, leading to its deprecation.
Users must transition to turbo-rails and stimulus-rails, requiring extra effort and potential code changes without backward compatibility guarantees.