The first thing every Rails developer tries when working on this task; is to find the app/views
directory, but the ManageIQ team decided to split out the code base into smaller gems and components.
They created a new gem (Rails Engine) called 'manageiq-ui-classic', in which it contains everything related to the UI.
If you open the Gemfile
, you will find line #172 :