2015-07-03 09:51:20 -0500 | answered a question | Problem starting up NFS server with Vagrant NFS has to be running (started) on guest. There was in issue in Vagrant source code so that did not happened for Fedora guests. If you used Fedora guests, perhaps this was the issue. It's fixed in latest bug release: |
2015-07-03 09:48:27 -0500 | answered a question | Fedora, Gnome, network proxy (all users) What about using some plugin for that like https://github.com/tmatilai/vagrant-p... |
2015-07-03 09:45:41 -0500 | answered a question | Fedora 22 with Vagrant & VirtualBox This might depend on your boxes. If you use Fedora boxes than there was a bug that I fixed and I also made fixed vagrant builds for Fedora 22 and 21. There are still in updates-testing so try to update Vagrant as: Hope it helps. |
2015-07-03 09:42:58 -0500 | commented answer | ruby rails instalation This won't work in Fedora 13... |
2015-07-03 09:38:53 -0500 | answered a question | Do all gem dependencies need to be rpms? Yes. This is because of Fedora packaging policy does not allow bundling (apart from the exceptions). But you don't need to package tzinfo-data, because tzinfo works now with system tzdata database. |
2015-06-04 14:57:41 -0500 | commented question | Fedora 22 with Vagrant & VirtualBox Would you post exact steps you did and minimal Vagrantfile you have? |
2015-06-01 05:33:15 -0500 | commented answer | rails from package management cannot create new project (F21 and F22 Beta) You need header files for compiling C extensions of the gems, but the ones in the Rails stack are packaged and therefore you don't need them unless you need to install new gems from the internet. |
2015-06-01 05:33:14 -0500 | answered a question | rails from package management cannot create new project (F21 and F22 Beta) Rails packager here. We do package all dependencies, but Bundler will still try to fetch the newest ones. The solution is to skip the bundle by running
If you need a newer version of any component, you need to lock the packaged versions yourself and then you can run |