Module: RailsDevtools

Defined in:
lib/rails_devtools.rb,
lib/rails_devtools/engine.rb,
lib/rails_devtools/version.rb,
lib/rails_devtools/importmap.rb,
lib/rails_devtools/asset_config.rb,
lib/rails_devtools/importmaps/base.rb,
app/views/rails_devtools/components.rb,
app/views/rails_devtools/gems/index.rb,
app/views/rails_devtools/routes/index.rb,
app/views/rails_devtools/gems/gem_card.rb,
app/jobs/rails_devtools/application_job.rb,
app/forms/rails_devtools/gem_search_form.rb,
app/views/rails_devtools/application_view.rb,
app/forms/rails_devtools/image_search_form.rb,
app/forms/rails_devtools/route_search_form.rb,
app/views/rails_devtools/routes/route_card.rb,
app/models/rails_devtools/routes/collection.rb,
app/models/rails_devtools/routes/route_info.rb,
app/views/rails_devtools/application_layout.rb,
app/views/rails_devtools/components/ui/menu.rb,
app/views/rails_devtools/image_assets/index.rb,
app/models/rails_devtools/application_record.rb,
app/models/rails_devtools/routes/engine_info.rb,
app/helpers/rails_devtools/application_helper.rb,
app/mailers/rails_devtools/application_mailer.rb,
app/views/rails_devtools/components/ui/drawer.rb,
app/views/rails_devtools/routes/route_details.rb,
app/controllers/rails_devtools/base_controller.rb,
app/controllers/rails_devtools/gems_controller.rb,
app/views/rails_devtools/database_tables/index.rb,
app/views/rails_devtools/components/lucide/base.rb,
app/views/rails_devtools/components/lucide/menu.rb,
app/controllers/rails_devtools/routes_controller.rb,
app/models/rails_devtools/routes/controller_info.rb,
app/views/rails_devtools/components/lucide/close.rb,
app/views/rails_devtools/components/lucide/trash.rb,
app/views/rails_devtools/components/page_content.rb,
app/views/rails_devtools/image_assets/image_card.rb,
app/models/rails_devtools/image_assets/image_info.rb,
app/views/rails_devtools/components/flash_message.rb,
app/views/rails_devtools/components/lucide/images.rb,
app/views/rails_devtools/components/lucide/package.rb,
app/views/rails_devtools/components/ui/search_form.rb,
lib/rails_devtools/asset_providers/sprocket_config.rb,
app/forms/rails_devtools/database_table_search_form.rb,
app/views/rails_devtools/components/lucide/database.rb,
app/views/rails_devtools/database_tables/table_card.rb,
app/views/rails_devtools/image_assets/image_details.rb,
lib/rails_devtools/asset_providers/propshaft_config.rb,
app/views/rails_devtools/components/lucide/sign_post.rb,
lib/rails_devtools/asset_providers/vite_rails_config.rb,
app/controllers/rails_devtools/application_controller.rb,
lib/rails_devtools/asset_providers/shakapacker_config.rb,
app/controllers/rails_devtools/image_assets_controller.rb,
app/views/rails_devtools/components/lucide/pocket_knife.rb,
app/views/rails_devtools/components/lucide/external_link.rb,
app/controllers/rails_devtools/database_tables_controller.rb,
app/controllers/rails_devtools/host_app_images_controller.rb,
app/views/rails_devtools/components/application_component.rb,
app/views/rails_devtools/components/lucide/triangle_alert.rb,
app/controllers/rails_devtools/frontend/modules_controller.rb,
lib/rails_devtools/asset_providers/jsbundling_rails_config.rb,
app/views/rails_devtools/routes/route_details/controller_card.rb,
app/views/rails_devtools/routes/route_details/route_path_input.rb,
app/controllers/rails_devtools/routes/route_path_inputs_controller.rb

Defined Under Namespace

Modules: ApplicationHelper, AssetProviders, Components, Frontend, ImageAssets, Importmaps, Routes Classes: ApplicationController, ApplicationJob, ApplicationLayout, ApplicationMailer, ApplicationRecord, ApplicationView, AssetConfig, AssetProvider, BaseController, DatabaseTableSearchForm, DatabaseTablesController, Engine, GemSearchForm, GemsController, HostAppImagesController, ImageAssetsController, ImageSearchForm, Importmap, Pin, RouteSearchForm, RoutesController

Constant Summary collapse

VERSION =
"0.1.3"

Class Method Summary collapse

Class Method Details

.asset_configObject



9
10
11
# File 'lib/rails_devtools.rb', line 9

def self.asset_config
  @asset_config ||= AssetConfig.find
end

.importmapObject



5
6
7
# File 'lib/rails_devtools.rb', line 5

def self.importmap
  @importmap ||= Importmap.new
end