Today I learned ! You can display unused routes from a #Rails 7.1 project using the following command in your terminal: `$ bin/rails routes --unused` image #RubyOnRails #Ruby #routes
Hi Nostr devs πŸ‘‹ I am building a backend web project that interact with Nostr, publishing Poll Notes Event (NIP-69) programmatically. Everything works great except that I’m stuck trying to retrieve the most voted option (I don’t need to know the exact percentage or the Lightning values for each). I tried using a `REQ` event that gives me only note raw data without poll results: ``` ["REQ", "subscription_id", { "ids": ["poll_note_id"] }] ``` Is there another `REQ` event available for this ? Or any other way ? Is it relays responsibility or clients only ? Thank you for your help :) #nostrfr #nostrdev #askNostr