January 3
Rails has a lot of helpful stuff under the hood, particularly for routing, processing, and transforming incoming HTTP requests. For example, thanks to the params hash in Rails controllers we need not worry about: Whether the requester provided parameters as part of the URL (e.g. https://example.com?foo=yes) or as part of the request body. The content […]READ MORE
November 19
We’ve just launched this website — the very website you find yourself enjoying in this moment.READ MORE