rubyinstaller icon indicating copy to clipboard operation
rubyinstaller copied to clipboard

RubyInstaller for Windows - Build recipes

Results 27 rubyinstaller issues
Sort by recently updated
recently updated
newest added

**NOTE**: This project is for Ruby version 2.3 and older. For Ruby versions >= 2.4 please file an issue [here]( https://github.com/oneclick/rubyinstaller2/issues/new ). ## What problems are you experiencing? Unable to...

**NOTE**: This project is for Ruby version 2.3 and older. For Ruby versions >= 2.4 please file an issue [here]( https://github.com/oneclick/rubyinstaller2/issues/new ). ## What problems are you experiencing? Windows Defender...

At present, RubyInstaller (RI) versions have stopped at 2.3.3. They also have various issues, from ssl certs to package availability and maintenance. Lars Kanis has put a lot of time...

From https://github.com/oneclick/rubyinstaller/issues/344#issuecomment-265223104: > Unfortunately, I don't have the luxury of using RubyInstaller day-to-day anymore. So when there is a new release I have to make time to actually sit down...

It has become a common trick to use an extension configure script named `mkrf_conf.rb` to conditionally install extra dependencies via Gem::DependencyInstaller when installing a gem. cf. http://en.wikibooks.org/wiki/Ruby_Programming/RubyGems#How_to_install_different_versions_of_gems_depending_on_which_version_of_ruby_the_installee_is_using A `mkrf_conf.rb` script...

``` $ rake bash: /c/Ruby23/bin/rake: c:/Users/Justin/Projects/rubyinstaller/sandbox/ruby23_mingw/bin/ruby.exe: bad interpreter: No such file or directory ``` On my machine there is no user `Justin`, this is likely this way from the machine...

stale

The DevKit only ships with `make.exe`, but e.g. rake-compiler [gives](https://github.com/rake-compiler/rake-compiler/blob/f47e7a57e49bc719b1a87988a70307f8b4340946/tasks/bin/cross-ruby.rake#L43) [precedence](https://github.com/rake-compiler/rake-compiler/blob/5854dfa95f68eaaf27edba7552d40d6825d1e50b/lib/rake/extensiontask.rb#L489) to `gmake`. If other tools like Strawberry Perl that provide `gmake` are in `PATH`, a build of native extensions...

`PATH` is looked up using `ProgramFiles` only. We need additional check for `ProgramFiles(x86)` too.

bug
build

I have installed ruby 2.0.0p195 [x64-mingw32] on Windows 7 Ultimate, Service Pack 1 (64-bit) with no previous ruby or devkit versions installed. I then attempted to use the devkit installer...

bug
devkit

With the release of `Ruby 2.0.0` we started using a new compile environment. With the new environment it no longer means there is a universal _default_. Instead a `default-devkit` should...