You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/app
Justin Tracey c9e8e1739c
replace all instances of "ends_with?" with "end_with?" (#15745)
The "ends_with?" method is just a Rails alias of Ruby's "end_with?" method.
Using the latter makes the code less brittle.
4 years ago
..
chewy
controllers replace all instances of "ends_with?" with "end_with?" (#15745) 4 years ago
helpers Use custom mascot on static share page (#15687) 4 years ago
javascript Fixed WebUI crash when a status opened in the media modal is deleted (#15701) 4 years ago
lib replace all instances of "ends_with?" with "end_with?" (#15745) 4 years ago
mailers
models Create instance actor if it hasn't been properly seeded (#15693) 4 years ago
policies
presenters Use Enumerable#filter_map in more places (#15527) 4 years ago
serializers
services Fix YouTube embeds failing due to YouTube serving wrong OEmbed URLs (#15716) 4 years ago
validators Optimize some regex matching (#15528) 4 years ago
views Use custom mascot on static share page (#15687) 4 years ago
workers