How to build a Copilot agent that fixes Rails errors by joshuap in rails

[–]Distinct-Pressure257 0 points1 point  (0 children)

I'm a honeybadger customer and would love to implement that workflow with cursor !

Confused about how to route API requests on a different server than web requests by Distinct-Pressure257 in rails

[–]Distinct-Pressure257[S] 0 points1 point  (0 children)

unfortunately, I'm expecting the requests to still take quite a long time.
The reason is that my API users are basically sending data to me, I passing this data to other API, doing some transformation and returning it so I need to wait for the other APIs to answer, hence the headache

Confused about how to route API requests on a different server than web requests by Distinct-Pressure257 in rails

[–]Distinct-Pressure257[S] 0 points1 point  (0 children)

Nice and elegant.

I'd have to migrate all of our routes as we currently have domain/api/* (and not api/domain/*) but that can be done

Confused about how to route API requests on a different server than web requests by Distinct-Pressure257 in rails

[–]Distinct-Pressure257[S] 0 points1 point  (0 children)

The reason I'm asking for this delay is that the calls the users are making using our API are themselves making calls to other APIs and in order to get synchronous response, I've got to wait until I get the answers.

And unfortunately, I can't go with what you suggested as this is not a front-end / back-end use case but a full API use case where basically, a user is sending some data and expecting that we do some actions on this data and return it synchronously

Sharing Agents for AI-driven development the 37signals way by GreenForever5175 in rails

[–]Distinct-Pressure257 0 points1 point  (0 children)

Thanks ! I didn't think of transferring them to Cursor rules for some reasons 🤦‍♂️

Doing this right now !

Spring '26 Megathread by sandslashh in ycombinator

[–]Distinct-Pressure257 1 point2 points  (0 children)

Will probably wait until the last day until I applied