Today, I'm so happy to announce the release of Laragon 3.1 (2017-06-06)
This release makes working Ruby on Rails a pleasure (which was notorious painful on Windows).
Self-contained. Like Laragon WAMP, Laragon RubyOnRails is self-contained which means everything is running inside the installation dir and is isolated with the OS.
To check, install Laragon to C:\lararails, then move it to C:\laragon-rubyonrails - Laragon is still functional.
Hot swap between Ruby versions (so you don't need rvm, rbenv). You can use many version of Rails with ease. Just add another version of Ruby and type gem install rails -v 5.0.3
Updated Node.js to 8.0.0, npm 5.0.0 (note: you can hot swap between Node.js)
The RubyOnRails edition is bundled with yarn, Redis and Postgres but you can add MySQL easily yourself:
https://forum.laragon.org/topic/164/tutorial-how-to-add-another-mysql-version
Add some improvements for Procfile:
https://forum.laragon.org/topic/476/laragon-feature-procfile-what-is-it
Thanks to the magnificent efforts of the RubyInstaller team. They make developing Ruby on Windows possible and Laragon makes it easier and more fun.
I've made some tutorials to help you familiar with Laragon Rails:
How to install Rails How to add another Ruby version How to add another MySQL version