Module Rails
Provides classes for working with Rails.
Import path
import codeql.ruby.frameworks.RailsClasses
| CookiesCall | A call to fetch the request cookies in a Rails app. |
| HtmlEscapeCall | A call to a Rails method to escape HTML. |
| ParamsCall | A call to fetch the request parameters in a Rails app. |
| RenderCall | A call to a render method that will populate the response body with the rendered content. |
| RenderToCall | A render call that does not automatically set the HTTP response body. |