Andrii Malyshko

Results 3 issues of Andrii Malyshko

https://github.com/torba-rb/torba/issues/33#issuecomment-200531184

Currently using an `import` option is inconvenient, because you don't know what's inside a package before you download it. We should allow test installation without touching `Torba.home_path`. It should list...

Steps to reproduce: 1. git clone https://github.com/ua-books/ua-books.git 2. cd ua-books 3. bin/rails s 4. curl -I http://localhost:3000/media/W1siZmYiLCJwdWJsaWMvc3lzdGVtL2RyYWdvbmZseS9ub19pbWFnZS5wbmciXV0/no_image.png?sha=d353989ba3e2457f Response is HTTP/1.1 200 OK Now, [remove workaround](https://github.com/ua-books/ua-books/blob/master/config/initializers/dragonfly.rb#L20-L22) and make sure Book model...