komposable / komponent

An opinionated way of organizing front-end code in Ruby on Rails, based on components
http://komponent.io
MIT License
427 stars 31 forks source link

Having components present on bin/rails stats command #106

Closed nicolas-brousse closed 6 years ago

nicolas-brousse commented 6 years ago

I guess it could be nice to have stats who come from components into bin/rails stats command.

https://github.com/rails/rails/blob/20c91119903f70eb19aed33fe78417789dbf070f/railties/lib/rails/tasks/statistics.rake

This is how rspec-rails do it. https://github.com/rspec/rspec-rails/blob/e8054a1cd03044f725030fe8315952cf3799a395/lib/rspec/rails/tasks/rspec.rake#L8

May be we could have something similar to push components in Rails stats.

What do you think about?

Spone commented 6 years ago

Yes, it would be a nice-to-have feature!