You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DEPRECATION WARNING: Single arity template handlers are deprecated. Template handlers must
now accept two parameters, the view object and the source for the view object.
Change:
>> ActionView::Template::Handlers::Wikitext.call(template)
To:
>> ActionView::Template::Handlers::Wikitext.call(template, source)
(called from <main> at [PREFIX]/config/environment.rb:5)
The text was updated successfully, but these errors were encountered:
I am using wikitext with Rails 6.0.
I got a warning when starting rspec.
Can I upgrade my Rails version to 6.1 or 7.0 without problems?
https://github.com/rails/rails/blob/v6.0.2.1/actionview/lib/action_view/template/handlers.rb#L46-L56
The text was updated successfully, but these errors were encountered: