Jignesh Gohel

Results 12 issues of Jignesh Gohel

``` Rails: 4.2.0 Ruby: 2.2.1 Her: 0.7.3 Devise: 3.4.1 Simple Token Authentication: 1.8.0 ``` I have a Rails 4 application, **ApiApp** which exposes its API via relative endpoints `/api/`. Sample...

@sporto First of all Thanks a lot for this awesome tutorial. From start-to-end I didn't faced any discrepancy or errors executing the code given in tutorial on my dev machine....

Hello, In our Rail-based API-only app we are generating JSONs by [rendering object directly](https://github.com/ccocchi/rabl-rails/wiki/Render-object-directly). > There are cases when you want to render object outside Rails view context. For instance...

I have following JSON decorator defined in my Rails 4 application for `Event` model. ``` require 'representable/json' class Json::EventRepresentation < Representable::Decorator include Representable::JSON property :id property :data, render_nil: true property...

![screenshot from 2018-04-13 13 14 50](https://user-images.githubusercontent.com/10440841/38722775-aa273662-3f1c-11e8-82b3-5c7453ace7d0.png) It should instead report **Email is required**. As a matter of fact when an unregistered email address is entered then too the same notice...

**Ruby 2.3.0** **Rails 4.2.5** Rails Console output: ``` 2.3.0 :005 > html_str = "Username : %{user_name}" => "Username : %{user_name}" 2.3.0 :006 > md = ReverseMarkdown.convert(html_str) => " **Username** :...

ruby 3.1.2 puma (6.2.2) hanami (2.0.3) hanami-cli (2.0.3) rack (2.2.7) Following shown is my Puma config file containing my custom changes: **config/puma.rb** ``` # frozen_string_literal: true max_threads_count = ENV.fetch("HANAMI_MAX_THREADS", 5)...

**Ruby 3.1.2** **Gemfile** ``` gem "hanami", "~> 2.0" gem "hanami-router", "~> 2.0" gem "hanami-controller", "~> 2.0" gem "hanami-validations", "~> 2.0" gem 'hanami-view', github: "hanami/view", ref: '35a90c2517e0e636e6577c0bcf752bf6a70a9694' # TODO: Temporary using...

Hello, I am on Ubuntu Budgie 24.04. When I try to input or print devanagari words on default terminal Tilix they are not rendered correctly, esp the ligatures. Please refer...

Hello, I am on **Ubuntu Budgie 10.9.1 (Ubuntu 24.04.2 LTS).** I have downloaded following release https://github.com/eclipsesource/megit/releases/download/v0.8.0/megit-0.8.0-linux.gtk.x86_64.tar.gz ![Image](https://github.com/user-attachments/assets/e916a9ae-9c1b-4912-bbc3-862d1248fdd7) From **Git Staging** view when I right-click on a file to view its...