v3.8.0
-
Use correct value for the
config.action_dispatch.show_exceptionsconfig option for edge Rails.Cameron Dutro
-
Remove unsupported versions of Rails & Ruby from CI matrix.
Reegan Viljoen
-
Raise error when uncountable slot names are used in
renders_manyHugo Chantelauze
Reegan Viljoen -
Replace usage of
String#ends_with?withString#end_with?to reduce the dependency on ActiveSupport core extensions.halo
-
Don't add ActionDispatch::Static middleware unless
public_file_server.enabled.Daniel Gonzalez
Reegan Viljoen -
Resolve an issue where slots starting with
callwould cause aNameErrorBlake Williams
-
Add
use_helperAPI.Reegan Viljoen
-
Fix bug where the
Railsmodule wasn't being searched from the root namespace.Zenéixe
-
Fix bug where
#with_request_url, set the incorrectrequest.fullpath.Nachiket Pusalkar
-
Allow setting method when using the
with_request_urltest helper.Andrew Duthie