rails-dev-box
rails-dev-box copied to clipboard
A virtual machine for Ruby on Rails core development
Hi! Just checked out this repo recently and got this issue: after me cloning the `rails` repo, as described in `README`, I got all files mounted with owner `root` ```...
When running `bundle install` in a fresh image I'm having: ``` Gem::Ext::BuildError: ERROR: Failed to build gem native extension. current directory: /tmp/bundler20230515-13058-ydlnsbpsych-5.1.0/gems/psych-5.1.0/ext/psych /usr/bin/ruby3.0 -I /usr/lib/ruby/vendor_ruby -r ./siteconf20230515-13058-fagdm6.rb extconf.rb checking for...
For some reason, I was having an infinite wait on `vagrant up`. `VirtualBox Guest Additions: reloading kernel modules and services`
Hi, I've tried many things but still keep getting locked at: default: SSH auth method: private key Has this happened to you? Would you say is something related with the...
Currently when you run `./railties/exe/rails new cool_app --dev` inside the Vagrant container, you get a message: along the lines of `Error installing ffi: Failed to build gem native extension` If...
The README instructions do not talk about the login credentials that should be provided while setting up the VM. Specifying this would save a lot of web searching and look...
As the VM may take longer than 5 mins to boot, `vagrant up` times out on waiting to ssh. Increasing the timeout to 10 mins will make the behavior more...
I think it should be mentioned somewhere in the readme or in the guides that we need to use mysql -uroot -proot to login to mysql. Ideally, it should be...
According to the Ubuntu 24.04 LTS (Noble Numbat) Release Notes, https://discourse.ubuntu.com/t/ubuntu-24-04-lts-noble-numbat-release-notes/39890#vagrant-85 > Starting in Ubuntu 24.04, Canonical no longer produces Vagrant images. So far we can use Ubuntu 23.10 image...
Note: Mantic64 (23.10) is now [END OF LIFE - for reference only]. The most current Ubuntu image that is not EOL is Jammy64 (22.04) & this is still available on...