Washington Botelho

Results 33 issues of Washington Botelho

Could you change the insert command key bind?: ``` json { "keys": ["f5"], "command": "insert_date_panel" } ``` `f5` is the default bind to sort lines.

enhancement

I'm using Devise and I need to insert the model `User` with a given `password` and `password_confirmation`, since it is not dumped from `record.attributes`. With this options I can add...

Gemfile: ``` ruby gem 'logging-rails', require: 'logging/rails' ``` config/loggin.rb The original. config/initializers/logging.rb: ``` ruby Rails.application.configure do if Rails.env.production? config.log_to = %w[file] config.show_log_configuration = false else config.log_to = %w[stdout] config.show_log_configuration =...

I'm using `hash_tree` so build a comment tree where each comment has more or less likes. I would like to sort the tree to put the comment with more like...

Question

#### Expected Behaviour I want to show the legends when using a pie chart on a small screen. #### Actual Behaviour The legends are been cut. #### Steps to Reproduce:...

Accessing menu `config` or `sloglog`: Redis: `4.1.3` ``` Redis::CommandError - ERR unknown command `config`, with args beginning with: `get`, `*`,: /usr/local/ruby/gem/gems/redis-4.1.3/lib/redis/client.rb:126:in `call' /usr/local/ruby/gem/gems/redis-4.1.3/lib/redis.rb:206:in `block in config' /usr/local/ruby/gem/gems/redis-4.1.3/lib/redis.rb:52:in `block in synchronize'...

When I submit: ``` ruby post :create, exam: { name: 'name', description: nil } ``` And validation fails because `description` is mandatory: ``` ruby if @exam.save else render :new end...

When option: `config.active_record.belongs_to_required_by_default` is `true`, it ask about `actable`: ``` ActiveRecord::RecordInvalid: Erro de validação: Actable translation missing: pt-BR.activerecord.errors.models.event.attributes.actable.required! ``` I imagine that the `actable_id` is filled after save the child,...

Hi, Could you, provide the changelog of the last versions. I'm asking it because, just looking at commits sometimes is hard to get know about the news, bugfixes and maybe...

1. I would like to upload to a specify folder to cloudinary. I saw the folder options, but it not works. 2. There is some method to pass label to...