Skip to content

ezhelpers

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

ezhelpers - generator

This generator ejects the helpers from the engines core to your application. The helpers are used to render the content of the administration area.

rails generate ez_on_rails:ezhelpers

Do not use this generator unless it is necessary. Only use this if you understood the concepts about the Layout, the Partials and the Render Info.

Also note that you are able to implement own partials and helpers as explained in the previously mentioned concept ages. Hence if you do not want to fix a bug, you should not need to eject the helpers.

The following steps are executed by the generator

1. Copy the helpers

  • The helpers are located in the app/helpers/ez_on_rails/ez_scaff directory

2. Copy the paginator

  • The paginator is located in app/helpers/ez_on_rails/ez_paginator_renderer.rb
Clone this wiki locally