Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

Incorrect objects for retrieving flat and aggregated feeds

Open Beginner friendly
#7 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
1/5
Estimated time
Under an hour
Newbie friendliness
68/100
Issue type
Bug
Clarity
Clearly specified
Activity status
Stale
Tech stack
ruby
Domain
backend

Research direction

Open feeds_controller and inspect the flat and aggregated methods. Confirm which objects they use to retrieve each feed, then replace the timeline_flat and timeline_aggregated objects with [:flat] and [:aggregated]. Done means both methods request the specified objects.

Written by the indexing model from the issue text.

Description

The methods flat and aggregated in feeds_controller, call the wrong objects: timeline_flat and timeline_aggregated to retrieve flat and aggregated feeds respectively.

These objects should be: [:flat] and [:aggregated] instead of [:timeline_flat] and [:timeline_aggregated]

Dominant language
Ruby
Stars
38
Forks
26
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from GetStream/Stream-Example-Rails

All issues in GetStream/Stream-Example-Rails

Similar issues

More Ruby issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.