Module: Uchi
- Defined in:
- lib/uchi.rb,
lib/uchi/i18n.rb,
lib/uchi/pagy.rb,
lib/uchi/field.rb,
lib/uchi/action.rb,
lib/uchi/engine.rb,
lib/uchi/routes.rb,
lib/uchi/version.rb,
lib/uchi/repository.rb,
lib/uchi/sort_order.rb,
lib/uchi/action_response.rb,
lib/uchi/pagination/page.rb,
lib/uchi/repository/routes.rb,
lib/uchi/application_record.rb,
app/components/uchi/field/id.rb,
app/components/uchi/ui/frame.rb,
lib/uchi/field/configuration.rb,
app/jobs/uchi/application_job.rb,
lib/uchi/pagy/classes/request.rb,
lib/uchi/pagy/modules/console.rb,
lib/uchi/repository/translate.rb,
app/components/uchi/field/base.rb,
app/components/uchi/field/date.rb,
app/components/uchi/field/file.rb,
app/components/uchi/field/text.rb,
app/components/uchi/ui/spinner.rb,
lib/uchi/pagination/controller.rb,
app/components/uchi/field/blank.rb,
app/components/uchi/field/image.rb,
app/components/uchi/ui/no_value.rb,
app/controllers/uchi/controller.rb,
app/components/uchi/field/number.rb,
app/components/uchi/field/string.rb,
lib/uchi/pagy/classes/exceptions.rb,
app/components/uchi/field/boolean.rb,
app/components/uchi/ui/breadcrumb.rb,
app/components/uchi/ui/navigation.rb,
app/components/uchi/ui/pagination.rb,
app/components/uchi/field/has_many.rb,
app/components/uchi/ui/form/footer.rb,
app/components/uchi/ui/page_header.rb,
app/components/uchi/field/date_time.rb,
app/helpers/uchi/application_helper.rb,
app/mailers/uchi/application_mailer.rb,
lib/uchi/pagy/classes/offset/offset.rb,
app/components/uchi/field/belongs_to.rb,
lib/uchi/pagy/toolbox/helpers/loader.rb,
app/components/uchi/ui/pagination/gap.rb,
app/components/uchi/ui/pagination/item.rb,
app/components/uchi/ui/pagination/link.rb,
lib/uchi/pagy/toolbox/helpers/page_url.rb,
app/components/uchi/ui/actions/dropdown.rb,
lib/uchi/pagy/toolbox/paginators/method.rb,
lib/uchi/pagy/toolbox/paginators/offset.rb,
app/components/uchi/ui/index/turbo_frame.rb,
lib/uchi/pagy/modules/abilities/linkable.rb,
lib/uchi/pagy/modules/abilities/rangeable.rb,
lib/uchi/pagy/modules/abilities/shiftable.rb,
app/components/uchi/ui/index/records_table.rb,
app/controllers/uchi/repository_controller.rb,
app/components/uchi/ui/pagination/next_link.rb,
app/controllers/uchi/application_controller.rb,
app/components/uchi/ui/show/attribute_fields.rb,
lib/uchi/pagy/modules/abilities/configurable.rb,
lib/generators/uchi/install/install_generator.rb,
app/components/uchi/ui/pagination/current_link.rb,
app/components/uchi/ui/pagination/previous_link.rb,
lib/generators/uchi/scaffold/scaffold_generator.rb,
app/components/uchi/field/has_and_belongs_to_many.rb,
app/controllers/uchi/actions/executions_controller.rb,
lib/generators/uchi/controller/controller_generator.rb,
lib/generators/uchi/repository/repository_generator.rb,
app/components/uchi/ui/index/records_table/search_form.rb,
app/components/uchi/ui/form/input/collection_checkboxes.rb,
app/controllers/uchi/has_many/associated_records_controller.rb,
app/controllers/uchi/belongs_to/associated_records_controller.rb
Defined Under Namespace
Modules: Actions, ApplicationHelper, BelongsTo, Flowbite, HasMany, I18n, Pagination, Ui Classes: Action, ActionResponse, ApplicationController, ApplicationJob, ApplicationMailer, ApplicationRecord, Controller, ControllerGenerator, Engine, Field, InstallGenerator, Pagy, Repository, RepositoryController, RepositoryGenerator, Routes, ScaffoldGenerator, SortOrder
Constant Summary collapse
- VERSION =
"0.1.8"
Class Method Summary collapse
Class Method Details
.routes ⇒ Object
20 21 22 |
# File 'lib/uchi.rb', line 20 def self.routes @routes ||= Routes.new end |