SYMBOL INDEX (59 symbols across 21 files) FILE: app/channels/application_cable/channel.rb type ApplicationCable (line 1) | module ApplicationCable class Channel (line 2) | class Channel < ActionCable::Channel::Base FILE: app/channels/application_cable/connection.rb type ApplicationCable (line 1) | module ApplicationCable class Connection (line 2) | class Connection < ActionCable::Connection::Base FILE: app/components/editable_field_component.rb class EditableFieldComponent (line 1) | class EditableFieldComponent < ViewComponent::Base method initialize (line 7) | def initialize(attributes = {}) method display_value (line 12) | def display_value method frame_tag_id (line 16) | def frame_tag_id method can_edit? (line 20) | def can_edit? method spinner (line 25) | def spinner FILE: app/controllers/application_controller.rb class ApplicationController (line 1) | class ApplicationController < ActionController::Base FILE: app/controllers/home_controller.rb class HomeController (line 1) | class HomeController < ApplicationController method show (line 2) | def show method frames (line 5) | def frames method slow (line 8) | def slow method pagination (line 11) | def pagination method forms (line 15) | def forms method replace_update_me (line 21) | def replace_update_me method navigate_away (line 24) | def navigate_away method replace_external_frame (line 28) | def replace_external_frame method replace_form_frame (line 32) | def replace_form_frame method slow_frame (line 35) | def slow_frame method inline_fields (line 39) | def inline_fields method refresh_stream_title (line 43) | def refresh_stream_title method form_submission (line 50) | def form_submission method issues (line 58) | def issues method form_get_submission (line 62) | def form_get_submission method inline_form_submission (line 69) | def inline_form_submission FILE: app/controllers/letters_controller.rb class LettersController (line 1) | class LettersController < ApplicationController method show (line 2) | def show method slow (line 6) | def slow FILE: app/controllers/training_controller.rb class TrainingController (line 1) | class TrainingController < ApplicationController method instructions (line 2) | def instructions method show (line 7) | def show FILE: app/helpers/application_helper.rb type ApplicationHelper (line 1) | module ApplicationHelper function spinner (line 2) | def spinner function raw_spinner (line 6) | def raw_spinner FILE: app/javascript/controllers/editable_field_controller.js method targets (line 4) | static get targets() { method connect (line 8) | connect() { method click (line 23) | click() { method cancel (line 31) | cancel() { method _show (line 36) | _show(field, mode = 'inline') { method _hide (line 40) | _hide(field) { FILE: app/javascript/controllers/hello_controller.js method connect (line 4) | connect() { FILE: app/javascript/controllers/url_updating_frame_controller.js method connect (line 8) | connect() { method disconnect (line 28) | disconnect() { FILE: app/jobs/application_job.rb class ApplicationJob (line 1) | class ApplicationJob < ActiveJob::Base FILE: app/mailers/application_mailer.rb class ApplicationMailer (line 1) | class ApplicationMailer < ActionMailer::Base FILE: app/models/application_record.rb class ApplicationRecord (line 1) | class ApplicationRecord < ActiveRecord::Base FILE: app/models/user.rb class User (line 1) | class User FILE: config/application.rb type TurboShowcase (line 9) | module TurboShowcase class Application (line 10) | class Application < Rails::Application FILE: db/cable_migrate/20250529140703_create_solid_cable_message.solid_cable.rb class CreateSolidCableMessage (line 4) | class CreateSolidCableMessage < ActiveRecord::Migration[7.1] method change (line 5) | def change FILE: db/cable_migrate/20250529140704_index_channels.solid_cable.rb class IndexChannels (line 4) | class IndexChannels < ActiveRecord::Migration[7.1] method change (line 5) | def change FILE: test/application_system_test_case.rb class ApplicationSystemTestCase (line 3) | class ApplicationSystemTestCase < ActionDispatch::SystemTestCase FILE: test/channels/application_cable/connection_test.rb class ApplicationCable::ConnectionTest (line 3) | class ApplicationCable::ConnectionTest < ActionCable::Connection::TestCase FILE: test/test_helper.rb class ActiveSupport::TestCase (line 5) | class ActiveSupport::TestCase