Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-02 | annotate models (#2697) | yhirano | |
* add annotate to Gemfile * rails g annotate:install * configure annotate_models * add schema info to models * fix rubocop to add frozen_string_literal | |||
2017-04-18 | Rename cache key to exclude_account_ids_for:id, adjust formatting | Eugen Rochko | |
2017-04-18 | Merge branch 'fix/cache_blocking' of git://github.com/pixiv/mastodon into ↵ | Eugen Rochko | |
pixiv-fix/cache_blocking | |||
2017-04-17 | Required foreign keys (#2003) | alpaca-tc | |
* Add `required: true` option to foreign column * Fixes NoMethodError ``` > Favourite.new.valid? NoMethodError: undefined method `reblog?' for nil:NilClass ``` | |||
2017-04-16 | cache blockings for reducing queries. | Keiji Yoshimi | |
2017-03-02 | Fix #231 - Muting | Eugen Rochko | |
2017-03-01 | Mute button progress so far. WIP, doesn't entirely work correctly. | Kit Redgrave | |