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/lib
alpaca-tc 08dce5e607 Refactor Setting (#3302)
* @object is not needed

* Remove unneeded dependencies

* Do not call private method

* Prefer #respond_to_missing? over #respond_to?

`#respond_to?` doesn't support `User.settings.method(:method_name)`

* Use find_or_initialize_by instead of
8 years ago
..
settings Refactor Setting (#3302) 8 years ago
application_extension.rb Conditional validations no longer accept strings for if/unless (#3124) 8 years ago
atom_serializer.rb
exceptions.rb
extractor.rb Skip formatting for cashtag in status text (#3275) 8 years ago
feed_manager.rb Account domain blocks (#2381) 8 years ago
formatter.rb
hash_object.rb
inline_rabl_scope.rb
inline_renderer.rb
language_detector.rb
provider_discovery.rb
sanitize_config.rb
tag_manager.rb
user_settings_decorator.rb
webfinger_resource.rb