Marsel Mustafin
Marsel Mustafin
## Expected behavior vs actual behavior I have 2 following Rails actions: ```ruby def index render jsonapi: bonuses, include: [:sender, comments: :sender], fields: { users: [:full_name] } end ``` ```ruby...
Here's example grouped select, but the result values are strings instead of integers 
I have such keys in my base `en` locale: ``` friends: one: one friend other: "${count} friends" zero: no friends ``` When I translate it to other languages with `translate-missing`...
I have Rails I18n `en.yml` file which contains values with or without qoutes. I want to change this file programmatically, but if I use `Psych#load` and `Psych#dump` approach it removes...
Currently, we scrape only `title` and `snippet` of `Spouse` web results, however, there's more data that can be scraped, like specific names of spouses, links, thumbnails, and extensions. The unexpanded...