Quantcast
Channel: FeedBunch:42ac0781d04e4d3730d241b18f8e6670dcab2562 commits
Browsing latest articles
Browse All 35 View Live

Ran rails app:update after upgrading to rails 5.2.4.1

View Article



Mark belongs_to association as optional

The belongs_to relationship from the SubscribeJobState model to the Feed model is optional; only if the job state is SUCCESS does the object actually belong to a feed, otherwise...

View Article

Use built-in redis cache store for Rails instead of redis-rails gem

The built-in redis cache store is in Rails since 5.2. Removing the redis-rails gem from the bundle is a prerequisite before updating Rails to Rails 6 (the gem is deprecated and is not compatible with...

View Article

Updated changelog

View Article

Updated rails to 6.0.0

View Article


New config defaults for Rails 6

View Article

Renamed classes to align with zeitwerk camelization

View Article

Do not load some constants on initialization

This removes a zeitwerk deprecation warning.

View Article


Added listen gem to the bundle

Since recent rails changes this is necessary in development

View Article


Updated rspec-rails gem 3.8.3 -> 3.9.0

View Article

Pinned rspec-rails to version 4.0.0.beta3

As discussed in https://github.com/rspec/rspec-rails/issues/2086 , rspec-rails 3.x is incompatible with rails 6, making controller tests to fail. For now FeedBunch will use a beta relase of...

View Article

Fixed special feed handling

View Article

Disabled force_ssl in application.rb

It breaks development, testing and CI.

View Article


Enabled force_ssl only for production and staging environments

View Article

Updated some config for rails 6

View Article


Updated configs for rails 6

View Article

Updated config for rails 6

View Article


DRY config

View Article

Minor update of config files for rails 6

View Article

Removed deprecated config option

View Article

Updated mustermann gem 1.1.0 -> 1.1.1

View Article


DRYer handling of special urls (for special fetching/entry processing)

View Article


Removed zeitwerk initialization warning

View Article

Remove zeitwerk initialization warnings

View Article

Remove a zeitwerk initialization warning

View Article


Removed zeitwerk deprecation warning

View Article

Moved default config values to initializers

Previously they were in application.rb, but the recommended way of doing things is to move these to initializers and leave application.rb as simple as possible

View Article

Fixed initialization

View Article

Updated changelog.

View Article



Fixed error fetching special feeds

A String with the class name was being used instead of the actual handler class. This raised an error: NoMethodError: undefined method `fetch_feed' for "TumblrFeedFetcher":String

View Article

Fix special feeds handling

View Article

changelog

View Article

Fixed intermittent error subscribing to feeds

View Article


Changelog

View Article

Updated activeadmin gem 2.6.0 -> 2.6.1

View Article
Browsing latest articles
Browse All 35 View Live




Latest Images