Viktor

Results 88 issues of Viktor

Are there any thoughts of releasing new version? Adding a gem like this: ```rb gem 'spree_address_book', github: 'spree-contrib/spree_address_book' ``` ...in the extension makes it required to add the same line...

Hi! I tried to deploy my newly created app and the failure error was that `MailView` is undefined. This is due to `mail_view` gem being available in `group :development` only,...

I wanted to slightly modify `extras` recipe so I created a local recipe and changed the matter so it belongs to new category: ``` yml __END__ name: extras description: "Various...

I was following the tutorial here: https://github.com/RailsApps/rails_apps_composer/wiki/tutorial-rails-apps-composer#models-controllers-views-routes And found out that these recipes no longer exist as of this commit: https://github.com/RailsApps/rails_apps_composer/commit/5fcf96caf1999e75368236e62f7096597304f205 It would be good to update the documentation. Thanks!

Hi, Great work on switchery! Thanks! I'm using SASS for my CSS and along with it, I've got some branding colors set through SASS variables. I'd like to be able...

I set up Bust A Gem to run whenever I save a Ruby file. It works great! Here's my setup `settings.json`: ```json "runOnSave.commands": [ { "match": "\\.(rb|rake)$", "command": "bust-a-gem.rebuild", "runIn":...

## Context I understand that Spree is a great long-running project where a lot of people invested their time and built amazing functionality. It's great to see Spree receiving updates...

Hi, I wanted to use this project in a Webflow site as a datepicker, but I ran into an issue where I couldn't directly load it from cdnjs.com (at least...

I noticed that `bin/configure` is not consistent when simply pressing ENTER for yes/no questions. For example, from code: ```ruby input = ask "Try proceeding with Node #{actual_node} anyway? [y/n]" if...

Hey! This gem looks like exactly what I was looking for! I'm trying to figure out how exactly to use it with S3. It's tricky to figure it out just...