Alexander Nickol
Alexander Nickol
Starting with Rails 7.1 a new security check has been added; it checks whether referenced actions do exist for a given filter. (https://guides.rubyonrails.org/configuring.html#config-action-controller-raise-on-missing-callback-actions) Because we cannot guaranty that all controller...
When running the code with the current version of `ruby-prof`. The following information is printed out: ``` NOTE: RubyProf.measure_mode= is deprecated; use Profile#measure_mode= instead. It will be removed on or...
Using the current chromedriver 125.0.6422.141 with MacOS Sonoma 14.5 leads to issues in the test suite of thirtyfour: e.g. ``` running 5 tests test actions_key ... FAILED test actions_mouse ......