Artur

Results 14 issues of Artur

Hi, In my application emails is send inside observer. My spec looks like this ``` ruby it "should send email when something ..." do ActiveRecord::Observer.with_observers(:post_observer) do @post = FactoryGirl.build(:post) @post.save...

Here's the fiddle. Selection and range show in input is correct, but at the header of second month year and month is wrong. https://jsfiddle.net/76tyncz5/ I'v tried also to pass value...

helpers are not defined when installed as a gem with bundler, when used as a plugin its fine

After successful 2fa authentication, devise basically for some reason device grabs warning from locale path d**evise.failure.already_authenticated** instead notice from **devise.sessions.signed_in** Here's my controller concern: ```ruby module AuthenticateWithOtpTwoFactor extend ActiveSupport::Concern def...

I'v got error after update to 2.2.2 when trying to use Tom Select in Rails app and Stimulus controller like: ``` import { Controller } from "@hotwired/stimulus" import TomSelect from...

bug

I'v got 2 flatpickr's opened in stimulusjs controller with open() method each. Bug can be reproduced in developer tools in the browser. It fails only for the second flatpicker, first...

Taki kod: Zwraca błąd: translation data {:other=>"około {{count}} godzin", :one=>"około godziny"} can not be used with :count => 4 event.finish_at to pole datetime w bazie z datą w przyszłości. Dla...

I've set idAttribute to uuid. When trying to fetch data: ``` var court = Alloy.createModel('court', {"uuid": args["uuid"]}); court.uuid = args["uuid"]; court.fetch(); ``` I have an error: [ERROR] V8Exception: Exception occurred...

Because of using Railtie gem tries to connect db too early causing error: ``` ActiveRecord::NoDatabaseError: FATAL: database "xxxxxxx_development" does not exist /usr/local/bundle/bundler/gems/rails-bf1494a1018a/activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb:50:in `rescue in postgresql_connection' /usr/local/bundle/bundler/gems/rails-bf1494a1018a/activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb:33:in `postgresql_connection' /usr/local/bundle/bundler/gems/rails-bf1494a1018a/activerecord/lib/active_record/connection_adapters/abstract/connection_pool.rb:811:in `new_connection' /usr/local/bundle/bundler/gems/rails-bf1494a1018a/activerecord/lib/active_record/connection_adapters/abstract/connection_pool.rb:856:in...