thedarkside
thedarkside
Solves #27 by loosen the `locale` constraint and taking the :mobility plugin usage into account for each `sluggable`.
This gem adds a `locale` column to the `friendly_id_slugs` table with `null: :false`. This way it enforces slugs being translated project wide. If one wants a translated slug with history...
Finalizing the partial changes introduced in #74 and reported in #45. All `use` example statements got replaced in the README.md This should prevent confusions while reading the README and also...
I am using the newest gem versions. It looks like the logger is executed before the `rescue_from` which sets the statuscode. ```ruby logger.formatter = GrapeLogging::Formatters::Default.new use GrapeLogging::Middleware::RequestLogger, logger: logger, include:...
Hey everyone! Currently iam working on a custom Railtie which wants to add a middleware to all mounted `Grape::API`s in a Rails project in the Railties `after_initialize` block. My first...
Fixing https://github.com/rails/actionpack-action_caching/issues/64 So the problem is that read_fragment calls `html_safe` on the content string but save_fragment doesnt do that. So on the first call the content string gets piped to...
Hey, im having an issue after upgrading from Rails 4.2 to Rails 5.2.2. My setup: ```ruby class PagesController < ApplicationController caches_action :show, layout: false, expires_in: 1.day def show @page =...
There is the limitation in the README: ``` - Objective-C, Swift (via Carthage, CocoaPods [0.39 and below. See CocoaPods Specs Repo Sharding]) and Swift Package Manager) - Objective-C (+ CocoaPods...
As i commented here: https://github.com/loopj/android-async-http/issues/382#issuecomment-166585918 we see that connections are still getting closed with this lib ignoring the keepalive setting returned from our server. Used Version: 1.4.9 I'am writing this...
Spyke expects data in the form of ```ruby { data: { id: 1, attributes: { name: "xy", hero: { #