├── README.md └── _redirects /README.md: -------------------------------------------------------------------------------- 1 | # Stimulus Remote Rails 2 | 3 | ## 🚚 📦 This project has moved 4 | 5 | This repository is now maintained in the main [Stimulus Components monorepo](https://github.com/stimulus-components/stimulus-components). 6 | 7 | ## 📚 Documentation 8 | 9 | Visit the [stimulus-remote-rails documentation](https://www.stimulus-components.com/docs/stimulus-remote-rails/) for more information on how to use and integrate this controller. 10 | 11 | ## 📝 License 12 | 13 | This project remains licensed under the [MIT](http://opensource.org/licenses/MIT) license. 14 | -------------------------------------------------------------------------------- /_redirects: -------------------------------------------------------------------------------- 1 | https://stimulus-remote-rails.netlify.app/* https://www.stimulus-components.com/docs/stimulus-remote-rails 301! 2 | https://stimulus-remote-rails.stimulus-components.com/* https://www.stimulus-components.com/docs/stimulus-remote-rails 301! 3 | --------------------------------------------------------------------------------