Skip to content
Snippets Groups Projects
  1. Apr 16, 2017
  2. Apr 15, 2017
  3. Apr 14, 2017
  4. Apr 10, 2017
    • Matt Jankowski's avatar
      Pagination improvements (#1445) · 4ada5098
      Matt Jankowski authored
      * Replace will_paginate with kaminari
      
      * Use #page instead of #paginate in controllers
      
      * Replace will_paginate.page_gap with pagination.truncate in i18n
      
      * Customize kaminari views to match prior styles
      
      * Set kaminari options to match prior behavior
      
      * Replace will_paginate with paginate in views
      4ada5098
    • Eugen's avatar
      API param to exclude notification types from response (#1341) · 2810013b
      Eugen authored
      * Add exclude_types param to /api/v1/notifications
      
      * Exclude notification types in web UI through exclude_types in the API
      2810013b
    • Matt Jankowski's avatar
      Version bumps for ruby and misc gems (#1159) · 64dbde0d
      Matt Jankowski authored
      * Update rspec-rails to version 3.5.2
      
      * Update addressable to version 2.5.1
      
      * Update autoprefixer-rails to version 6.7.7.1
      
      * Update bullet to version 5.5.1
      
      * Update domain_name to version 0.5.20170404
      
      * Update letter_opener_web to version 1.3.1
      
      * Upate redis-rails to version 5.0.2
      
      * Update active_record_query_trace to version 1.5.4
      
      * Update capistrano-rails to version 1.2.3
      
      * Update dotenv-rails to version 2.2.0
      
      * Update pg to version 0.20.0
      
      * Update tilt to version 2.0.7
      
      * Update warden to version 1.2.7
      
      * Update tins to version 1.13.2
      
      * Update terminal-table to version 1.7.3
      
      * Update oj to version 2.18.5
      
      * Update simplecov to version 0.14.1
      
      * Update uglifier to version 3.1.13
      
      * Update hashdiff to version 0.3.2
      
      * Update webmock to version 2.3.2
      
      * Update devise to version 4.2.1
      
      * Use ruby version 2.4.1
      
      * Update sass to version 3.4.23
      
      * Update puma to version 3.8.2
      
      * Update will_paginate to version 3.1.5
      
      * Update font-awesome-rails to version 4.7.0.1
      
      * Update fuubar to version 2.2.0
      
      * Update pry-rails to version 0.3.6
      
      * Update simple-navigation to version 4.0.5
      
      * Update rubocop to version 0.48.1
      
      * Update doorkeeper to version 4.2.5
      
      * Update faker to version 1.7.3
      
      * Update aws-sdk to version 2.9.5
      
      * Update fabrication to version 2.16.1
      
      * Update hamlit-rails to version 0.2.0
      
      * Update http to version 2.2.1
      
      * Update httplog to version 0.99.2
      
      * Update sidekiq to version 4.2.10
      
      * Update rspec-sidekiq to version 3.0.0
      
      * Update pghero to version 1.6.4
      
      * Update rack-cors to version 0.4.1
      
      * Update i18n-tasks to version 0.9.13
      
      * Update ruby-oembed to version 0.12.0
      
      * Update jquery-rails to version 4.3.1
      
      * Update simple_form to version 3.4.0
      
      * Update react-rails to version 1.11.0
      
      * Update aws-sdk to version 2.9.6
      
      * Update sidekiq-unique-jobs to version 5.0.0
      
      * Update uglifier to version 3.2.0
      64dbde0d
  5. Apr 09, 2017
  6. Apr 07, 2017
    • Eugen's avatar
      Rewrite Atom generation from stream entries to use Ox instead of Nokogiri (#1124) · 6d6a429a
      Eugen authored
      * Rewrite Atom generation from stream entries to use Ox instead of Nokogiri::Builder
      
      StreamEntry is now limited to only statuses, which allows some optimization. Removed
      extra queries on AccountsController#show. AtomSerializer instead of AtomBuilderHelper
      used in AccountsController#show, StreamEntriesController#show, StreamEntryRenderer
      and PubSubHubbub::DistributionWorker
      
      PubSubHubbub::DistributionWorker moves n+1 DomainBlock query to PubSubHubbub::DeliveryWorker
      instead.
      
      All Salmon slaps that aren't based on StreamEntry still use AtomBuilderHelper and Nokogiri
      
      * All Salmon slaps now use Ox instead of Nokogiri. No touch from status on account
      6d6a429a
  7. Apr 05, 2017
  8. Apr 04, 2017
  9. Apr 02, 2017
  10. Mar 22, 2017
  11. Mar 17, 2017
  12. Feb 22, 2017
  13. Feb 16, 2017
  14. Feb 05, 2017
  15. Jan 30, 2017
  16. Jan 29, 2017
  17. Jan 27, 2017
  18. Jan 26, 2017
  19. Jan 23, 2017
  20. Jan 21, 2017
  21. Jan 20, 2017
  22. Jan 19, 2017
  23. Jan 18, 2017
  24. Jan 12, 2017
  25. Jan 11, 2017
Loading