You but Not Only You May 20, 2019 RailsConf 2019, as a technical conference, there is a bunch of presentations about the fundamentals, deep inside the Rails framework, leveling up the skills. Rather than deep diving into those talks I attended, I would like to share more about DHH and other speakers’ thoughts about the Rails community, the connections within it and the bonds with the world. ...
Httplog, the Useful Tool for Rubyist to Debug Http Request Aug 13, 2018 Our application introduced “Sharing to Twitter” feature and we did our own integration with Twitter API. We maintained the integration by ourselves because we did not want to introduce too many dependencies. ...
As a Porter Among Tables in Postgresql Mar 25, 2016 Imagine we have two tables, creations and creation_metadata. id of creations table is foreign key of creation_metadata table. They should be one-to-one relation but actually, records in creations table might not have a corresponding row in creation_metadata table. ...
Ruby Http Request Aug 5, 2015 During trial on sending GET request to AppFigures’ RESTful API, I started with net/http and add my client key to request hash. When firing the request, I have some more request params to use. ...