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/spec
utam0k b3af3f9f8c Implement EmailBlackList (#5109)
* Implement BlacklistedEmailDomain

* Use Faker::Internet.domain_name

* Remove note column

* Add frozen_string_literal comment

* Delete unnecessary codes

* Sort alphabetically

* Change of wording

* Rename BlacklistedEmailDomain to EmailDomainBlock
9 years ago
..
controllers Implement EmailBlackList (#5109) 9 years ago
fabricators Implement EmailBlackList (#5109) 9 years ago
features
fixtures
helpers
javascript
lib Non-Serial ("Snowflake") IDs (#4801) 9 years ago
mailers
models Implement EmailBlackList (#5109) 9 years ago
policies
presenters
requests
routing
services Non-Serial ("Snowflake") IDs (#4801) 9 years ago
support
validators
views
workers
rails_helper.rb
spec_helper.rb