Abhilash

Results 9 issues of Abhilash

In am using bower-rails gem in my rails app. It works fine. But I can see that when I remove something from Bowerfile and run `rake bower:install` its not removing...

In am using bower-rails gem in my rails app. It works fine. But I can see that when I remove something from Bowerfile and run `rake bower:install` its not removing...

Below is the response I receive from backend(using fastjsonapi serializer) ``` { "data": { "id": "12", "type": "seller_vertical", "attributes": { "aasm_state": "created", "created_at": "2020-04-16T10:06:56.041Z", "updated_at": "2020-04-16T10:06:56.041Z" }, "relationships": { "documents":...

Is it possible to add a custom text field to a rule like below? `Montrose.r(every: :week, on: [:monday, :wednesday], text: 'custom_label')` This throws an error. Is there any other way...

I have a `user` model with `address` field as `jsonb` column. class User < ApplicationRecord #name :string, age :integer, address :jsonb include SchemaStructures validates :address, allow_blank: true, json: { message:...

I am getting error `PG::InsufficientPrivilege: ERROR: permission denied to create database when` running `bundle exec cap production deploy:db:migrate:reset` .. How can i run this command with sudo? Here is my...

I have a simple aasm model like the one below. When calling post.fill!(data), it needs to create a new record on a different table with the data value. This works...

Tried everything as per the docs but getting `SyntaxError Cannot use import statement outside a module` error in nuxt

I have an input field which fetches location based on user search. For this am using the ng-automplete directive and is working well. Now am planning to add loading bar...