Larry Reid
Larry Reid
What's the story of shared directories (host/guest)? What about copying files from the build machine into the image?
The page for the cumulative updates is here: https://support.microsoft.com/en-us/help/4047329. It doesn't look like they've fixed this issue yet.
Setting the host name to the directory was pretty easy. The problem is that it doesn't change the host name in `/etc/hosts`. I don't know how much of a problem...
P.S. The answer to changing the host name was to make a provisioner that ran: ``` hostnamectl set-hostname '#{File.basename(Dir.getwd)}' ```
What's still missing is setting the host file. It looks like there's no "built-in" way to do this. I just have to script a `sed` command or something in the...
Thanks for responding, @av-martin . @Yasingthb does this resolve your issue? It seems Phlex works in a way that isn't really compatible with how Rails and `bootstrap_form` work.
I'll take a look at these test failures, but if you have any ideas, please post them in the comments.
That's an excellent suggestion! Thank you! I will tag this -- the first PR/Issue for Bootstrap 6. Bonus marks if there were a way to identify the Bootstrap version in...
Hi folks. Thanks for your patience. I've merged https://github.com/bootstrap-ruby/bootstrap_form/pull/779, but I haven't done a release of the gem. I have a couple of other PRs I'd like to merge before...
I should have noted that you have to set a configuration option to generate the new markup. Make an initializer file `config/initializers/bootstrap_form.rb` with the following contents, and restart the server:...