From feeb7a51db82159813ce9ae2fd60c5f3f05c1cca Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 18 Jul 2023 17:51:46 +0900 Subject: [PATCH] Add ruby on rails detection --- src/technologies/r.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/technologies/r.json b/src/technologies/r.json index 7696c3347..af5bfc191 100644 --- a/src/technologies/r.json +++ b/src/technologies/r.json @@ -2379,7 +2379,8 @@ "implies": "Ruby", "js": { "ReactOnRails": "", - "__REACT_ON_RAILS_EVENT_HANDLERS_RAN_ONCE__": "" + "__REACT_ON_RAILS_EVENT_HANDLERS_RAN_ONCE__": "", + "_rails_loaded": "" }, "meta": { "csrf-param": "^authenticity_token$\\;confidence:50" @@ -2481,4 +2482,4 @@ "scripts": "/recaptcha/api\\.js", "website": "https://www.google.com/recaptcha/" } -} \ No newline at end of file +}