The Wayback Machine - https://web.archive.org/web/20210729060602/https://github.com/topics/aggregator
Skip to content
#

aggregator

Here are 226 public repositories matching this topic...

pushcx
pushcx commented Jun 1, 2021

User names must be unique, ignoring case. UsersController#show (the profile view) works whether or not capitals are used, so if you add /standing to get to your UsersController#standing action, it fails the before_action that the currently logged-in user is viewing their own page.

The quick fix is to .lowercase both sides of this if. The thorough fix would be to check case in routes and

defe
vigliag
vigliag commented Sep 19, 2017

I've had a look at eventbrite, it seems events classification is not fine-grained enough to alllow searching for tech events.

On the other hand, the crawler is already recognizing eventbrite links in facebook posts, and it would be trivial to retrieve event informations (description etc) through the Eventbrite API having the link.

It would suffice to add a `get_event_info_from_eventbrite(eve

Improve this page

Add a description, image, and links to the aggregator topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the aggregator topic, visit your repo's landing page and select "manage topics."

Learn more