Compony is a Gem that allows you to write your Rails application in component-style fashion. It combines a controller action and route along with its view into a single Ruby class. DRY your code, using inheritance even in views and much easier refactoring for your Rails applications, helping you to keep the code clean as the application evolves.

18 stars 1 forks 18 watchers Ruby GNU Lesser General Public License v3.0
1 Open Issue Need Help Last updated: Sep 8, 2025

Open Issues Need Help

View All on GitHub
help wanted question

Compony is a Gem that allows you to write your Rails application in component-style fashion. It combines a controller action and route along with its view into a single Ruby class. DRY your code, using inheritance even in views and much easier refactoring for your Rails applications, helping you to keep the code clean as the application evolves.

Ruby