We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 227100d commit 2315a17Copy full SHA for 2315a17
ruby/ql/lib/change-notes/2022-10-04-actionview-controller-renames.md
@@ -0,0 +1,11 @@
1
+---
2
+category: minorAnalysis
3
4
+* The following classes have been moved from `codeql.ruby.frameworks.ActionController` to `codeql.ruby.frameworks.Rails`:
5
+ * `ParamsCall`, now accessed as `Rails::ParamsCall`.
6
+ * `CookieCall`, now accessed as `Rails::CookieCall`.
7
+* The following classes have been moved from `codeql.ruby.frameworks.ActionView` to `codeql.ruby.frameworks.Rails`:
8
+ * `HtmlSafeCall`, now accessed as `Rails::HtmlSafeCall`.
9
+ * `HtmlEscapeCall`, now accessed as `Rails::HtmlEscapeCall`.
10
+ * `RenderCall`, now accessed as `Rails::RenderCall`.
11
+ * `RenderToCall`, now accessed as `Rails::RenderToCall`.
0 commit comments