Paweł Świątkowski

Results 54 comments of Paweł Świątkowski
trafficstars

@simon-dedeo just replace `gem 'gsl'` in your Gemfile with ``` gem 'gsl', git: 'https://github.com/katafrakt/rb-gsl.git', branch: 'ruby3-compatibility' ```

It seems that your images are not served statically (otherwise those requests would not hit Rails routing at all). Could you post relevant config of your web server (apache, nginx...

And you don't happen to have `config.serve_static_files` set to `false` in your `development.rb`? Are you sure that files in question really exist? (Note that you have `%3F` instead of `?`...

Your issue seems to be the same as https://github.com/jrgifford/delayed_paperclip/issues/126. Try locking paperclip at 4.2.0 until delayed_paperclip gets patched.

Hi! I wasn't able to reproduce this kind of behaviour with: - paperclip 4.2.1 - delayed_paperclip 2.9.0 - rails 4.2.0.rc3 - ruby 2.1.5 What was your setup?

It's still happening to me. ``` ASDF INSTALLED PLUGINS: elixir https://github.com/asdf-vm/asdf-elixir.git master 1693b35 erlang https://github.com/asdf-vm/asdf-erlang.git master 963387b nodejs https://github.com/asdf-vm/asdf-nodejs.git master c9e5df4 ruby https://github.com/asdf-vm/asdf-ruby.git master d50fae2 ``` However, I use Fish...

Are we sure this does not have unintended consequences? I assume that issuing the `CREATE DATABASE` statement would happen using the user configured in the applications, but this user quite...

@brkn what is the alternative to use `pg_dump`? I don't think there is any. What could be nice though is to compare versions and display more helpful message in the...

@SylvanFranklin I had a similar problem, namely with the `code` prop. The main value for me in using svhighlight is that focus, blurring etc. was already done very well here....

I have been recently wondering what is the status of this initiative. Almost 3 years later Hanami is much more complete framework, includes persistence etc. Most of code specific to...