]> cat aescling's git repositories - mastodon.git/commit
Optimized n+1 queries in accounts Atom and HTML views
authorEugen Rochko <eugen@zeonfederated.com>
Thu, 8 Sep 2016 18:36:01 +0000 (20:36 +0200)
committerEugen Rochko <eugen@zeonfederated.com>
Thu, 8 Sep 2016 18:36:01 +0000 (20:36 +0200)
commit85d89b472dff2c3d06801dbd42f91c325d21a434
treeb348297bf48c63f906cdcdbc1ff573203afb560a
parenta4cc966476852542f445793b60c67ad3682976e5
Optimized n+1 queries in accounts Atom and HTML views
Added stack trace for SQL queries in development
Removed badly thought out accounts/lookup API
13 files changed:
Gemfile
Gemfile.lock
app/controllers/accounts_controller.rb
app/controllers/api/accounts/lookup_controller.rb [deleted file]
app/helpers/api/accounts/lookup_helper.rb [deleted file]
app/helpers/application_helper.rb
app/helpers/stream_entries_helper.rb
app/models/status.rb
app/models/stream_entry.rb
config/environments/development.rb
config/routes.rb
spec/controllers/api/accounts/lookup_controller_spec.rb [deleted file]
spec/helpers/api/accounts/lookup_helper_spec.rb [deleted file]