Димыч

Results 11 issues of Димыч

Rails 4.2.0 ruby 2.2.1p85 (2015-02-26 revision 49769) [x86_64-linux] thin 1.6.3 I got this error when creating/saving observed model in `rake db:seed` or in console. I have this in `config/initializers/faye.rb` I...

Ransack is used inside ActiveAdmin, git master Rails 4.2.7.1 ruby 2.4.0p0 (2016-12-24 revision 57164) [x86_64-linux] I have the class User with second-level scope with condition. class User ... has_many :wallets,...

archlinux ``` % yay -Qs viber local/viber 12.0.0.7-1 ``` ``` $ apulse viber PulseAudioService: failed to subscribe to context notifications qml: CALL_WEB_VIEW_DEBUG: callWebEngineLoader active: false # theres more crap about...

strings at begin of css file @import url(http://fonts.googleapis.com/css?family=Abel|Allura); @import url(http://fonts.googleapis.com/css?family=Oswald:400,300); versions: ruby 2.0.0p195 (2013-05-14 revision 40734) [x86_64-linux] css_parser (1.3.4) irb(main):013:0> incss = CssParser::Parser.new => #false, :import=>true, :io_exceptions=>true}, @rules=[], @loaded_uris=[], @blocks=[],...

`data = "\n\n 0\n\n" Nori.new.parse data NoMethodError: undefined method 'add_node' for nil:NilClass ` Question sign is omitted at the end of header Expected kind of "Malformed XML" or "Parsing error',...

``` config :logger, :dev_log, path: "/tmp/dev.log", level: :debug, format: "$date\t$time\t$level\t●$message●$metadata\n", truncate: :infinity ``` Still truncates long output with "(truncate)" at end

/cc biow0lf moved from https://github.com/spree/spree/issues/1232#issuecomment-4442888 spree 1.0, rails 3.1.3, postgresql, linux x64 When creating products group in admin interface, if name is entered on russian with letter "Ь" (soft sign)...

haml code like that: ``` =best_in_place @dish, :descr, url: "/dishes/#{@dish.id}", :place_holder => 'Нужно описание', value: @dish.descr, :as => :textarea ``` gets replaced in resulting html with: ``` ``` and if...

Looks like there may be better choice code. ``` k = SSHKey.new( File.read( 'spec/keys/ed25519' ) ) OpenSSL::PKey::DSAError: Neither PUB key nor PRIV key from .bundle-gems/ruby/2.7.0/gems/sshkey-2.0.0/lib/sshkey.rb:250:in `initialize' Caused by OpenSSL::PKey::RSAError: Neither...