Skip to content

ezviews

Andreas Dausenau edited this page Apr 16, 2022 · 3 revisions

ezviews - generator

This generator ejects the partials and layout used by ez-on-rails. This enables you to change the appearance of your application.

Please note that after you ejected the views, the updates for ez-on-rails related to the views will no longer take affect.

Please also adjust the views with care, because they are displaying things depending on the users permissions, especially in the administration area. Only eject the views if you know what you are doing and especially only if you understood the permission system, the layout and the render info concep.

rails generate ez_on_rails:ezviews

This generator executes the following steps

1. Copy the layout

  • The layout files are copied to the app/views/ez_on_rails/layouts directory

2. Copy the partial views

  • The partials are copied to the directory app/views/ez_on_rails/shared
Clone this wiki locally