Anton

Results 37 issues of Anton

Hello. I tried to create a minimal example based on the example in your documentation, but I keep getting the same error: > error Command failed with signal "SIGSEGV". >...

I successfully add files. They are written to the server. They appear in the database. In the template I write this line: `` And the picture does not appear. The...

Its contents are by default: ``` #= require jquery #= require ./jquery_ui #= require jquery_ujs #= require_self #= require_tree ./lib #= require_tree ./ext #= require_tree ./initializers window.ActiveAdmin = {} ```...

Ruby 2.7.2, Rails 6.1.0, Foreman 0.87.2 --- I have two Rails applications. One application depends on another through an API. I run both applications with two commands in different console...

For example, after the assessment to hide the star and display user ratings. Or display the arithmetic mean of the stars, and lower user ratings.

question
answered

Does not work the option "cancel". `:cancel => false` This option does not remove the icon.

How to use the Font Awesome? Generally it is possible somehow replace the img without code changes? 2016 is already underway...

Hello. After updating to version 3.8.0, a large number of project services in RSpec began to crash with this comment: ``` DEPRECATED: Invoking undefined methods on `ServiceActor::Result` will lead to...

bug

```yaml ru: general: pluralization: subtopic: one: 1 подтема (1) few: "%{count} подтемы (2)" many: "%{count} подтем (3)" other: "%{count} подтем (4)" ``` ```slim . = t('general.pluralization.subtopic', count: '21') . =...

Needs Feedback from Native Speaker(s)

I describe the rule as shown in your documentation: ```ruby add( company_overview_path(:en, company), changefreq: 'monthly', priority: 0.5, alternate: { href: company_overview_path(:es, company), lang: :es, nofollow: false } ) ``` For...