CodeQL library for Ruby
codeql/ruby-all 0.8.15-dev (changelog, source)
Search

Module ActionView

Provides modeling for the ActionView library.

Import path

import codeql.ruby.frameworks.ActionView

Predicates

inActionViewContext

Holds if this AST node is in a context where ActionView methods are available.

Classes

FileSystemResolverAccess

An instantiation of ActionView::FileSystemResolver, considered as a FileSystemAccess.

LinkToCall

A call to the ActionView link_to helper method.

RailsHtmlEscaping

A call to a Rails method that escapes HTML.

RawCall

A call to the raw method to output a value without HTML escaping.

Modules

ActionView

Modeling for ActionView.