Igor Aleksandrov
Igor Aleksandrov
That is what I got in 'fields_for' helper in SearchLogic 2.4.19. searchlogic (2.4.19) lib/searchlogic/named_scopes/association_conditions.rb:45:in `association_condition_details' searchlogic (2.4.19) lib/searchlogic/named_scopes/association_conditions.rb:11:in`association_condition?' searchlogic (2.4.19) lib/searchlogic/named_scopes/association_conditions.rb:6:in `condition?' searchlogic (2.4.19) lib/searchlogic/named_scopes/association_ordering.rb:14:in`condition?' searchlogic (2.4.19) lib/searchlogic/named_scopes/ordering.rb:11:in `condition?' searchlogic...
Hey! I got a problem with Shrine (https://github.com/jetrockets/shrine.cr). In some cases (one of our applications that worked with 0.35 before and new Shrine specs), we are getting an error that...
Hello guys. I have an issue with latest History.js 1.8b2. The problem is with URLs with params. For example if we push `/catalog`, then everything works find, but if we...
Hi Chris, This PR adds ability to deliver notifications via Slack Messages API. Internally it uses [chat.postMessage](https://api.slack.com/methods/chat.postMessage) call. It is still WIP and should be polished, but as of today...
This PR partially covers #32 issue. I added RuboCop configuration and GitHub Action (we can go with Circle if you want) to lint the code. Rules that caused offenses and...
Now the is only one Category available. It is called "General". And there is now way to create new categories. Controller and views should be added. Also don't forget about...