Dariush Hasanpour
Dariush Hasanpour
to preventing unnecessary IO i added an internal cache `private static $_soft_cache = NULL;` and for security reasons [which we should never encounter] i put general hash sum to cache...
Its is better to use serialize()/unserialize() It comes handy when your are saving OOP instances
The title says all about the issue, I am using the gem in a Rails app and want to store the model into a database for later user, how can...
Hey, We have following envoy configuration: ```yaml admin: access_log_path: /tmp/admin_access.log address: socket_address: protocol: TCP address: 0.0.0.0 port_value: 9901 static_resources: listeners: ################################################################################ # HTTP listeners ################################################################################ - name: http_listener address: socket_address:...
- Rails version: `v6` - Algolia Rails integration version: `1.23.2` - Algolia Client Version: `1.27.1` - Language Version: `2.6.5` ### Description As I mentioned at [this StackOverflow question](https://stackoverflow.com/q/59600433/1198291), I have...
I want to be able to remove a topic using API, is there any such functionality defined in the library?
Let's say I have some common processes I want to run in production (in my server) & development stages (when I'm developing it in my laptop). also there are separate...
I have a huge complicated form which contains with multiple subforms(in some loops) with **custom** namings and etc... I process data and validate each model and extract the following error...
With this patch, users can determine the direction of the context that `will_paginate` is, in the configuration file as below, tests have been written as passed OK. ```RUBY WillPaginate::Materialize.configure do...