Welcome to the Chocolatey Community Package Repository! The packages found in this section of the site are provided, maintained, and moderated by the community.
Moderation
Every version of each package undergoes a rigorous moderation process before it goes live that typically includes:
- Security, consistency, and quality checking
- Installation testing
- Virus checking through VirusTotal
- Human moderators who give final review and sign off
More detail at Security and Moderation.
Organizational Use
If you are an organization using Chocolatey, we want your experience to be fully reliable. Due to the nature of this publicly offered repository, reliability cannot be guaranteed. Packages offered here are subject to distribution rights, which means they may need to reach out further to the internet to the official locations to download files at runtime.
Fortunately, distribution rights do not apply for internal use. With any edition of Chocolatey (including the free open source edition), you can host your own packages and cache or internalize existing community packages.
Disclaimer
Your use of the packages on this site means you understand they are not supported or guaranteed in any way. Learn more...
- Passing
- Failing
- Pending
- Unknown / Exempted

Downloads:
8,950
Downloads of v 2019.1:
145
Last Update:
04 Apr 2019
Package Maintainer(s):
Software Author(s):
- JetBrains s.r.o.
Tags:
RUBY ruby jetbrains idea RubyMine developer productivity code admin trial- Software Specific:
- Software Site
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download

JetBrains RubyMine
This is not the latest version of JetBrains RubyMine available.
- Software Specific:
- Software Site
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
8,950
Downloads of v 2019.1:
145
Maintainer(s):
Software Author(s):
- JetBrains s.r.o.
Edit Package
To edit the metadata for a package, please upload an updated version of the package.
Chocolatey's Community Package Repository currently does not allow updating package metadata on the website. This helps ensure that the package itself (and the source used to build the package) remains the one true source of package metadata.
This does require that you increment the package version.
JetBrains RubyMine 2019.1
This is not the latest version of JetBrains RubyMine available.
All Checks are Passing
2 Passing Test
To install JetBrains RubyMine, run the following command from the command line or from PowerShell:
To upgrade JetBrains RubyMine, run the following command from the command line or from PowerShell:
To uninstall JetBrains RubyMine, run the following command from the command line or from PowerShell:
NOTE: This applies to both open source and commercial editions of Chocolatey.
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://chocolatey.org/api/v2. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
- Download the Package Download
- Follow manual internalization instructions
-
Package Internalizer (C4B)
- Run
choco download rubymine --internalize --version=2019.1 --source=https://chocolatey.org/api/v2
(additional options) - Run
choco push --source="'http://internal/odata/repo'"
for package and dependencies - Automate package internalization
- Run
3. Enter your internal repository url
(this should look similar to https://chocolatey.org/api/v2)
4. Choose your deployment method:
choco upgrade rubymine -y --source="'STEP 3 URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade rubymine -y --source="'STEP 3 URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Ensure rubymine installed
win_chocolatey:
name: rubymine
state: present
version: 2019.1
source: STEP 3 URL
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
Coming early 2020! Central Managment Reporting available now! More information...
chocolatey_package 'rubymine' do
action :install
version '2019.1'
source 'STEP 3 URL'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
Chocolatey::Ensure-Package
(
Name: rubymine,
Version: 2019.1,
Source: STEP 3 URL
);
Requires Otter Chocolatey Extension. See docs at https://inedo.com/den/otter/chocolatey.
cChocoPackageInstaller rubymine
{
Name = 'rubymine'
Ensure = 'Present'
Version = '2019.1'
Source = 'STEP 3 URL'
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'rubymine':
provider => 'chocolatey',
ensure => '2019.1',
source => 'STEP 3 URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
salt '*' chocolatey.install rubymine version="2019.1" source="STEP 3 URL"
See docs at https://docs.saltstack.com/en/latest/ref/modules/all/salt.modules.chocolatey.html.
5. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...
This package was approved as a trusted package on 04 Apr 2019.
RubyMine
RubyMine – the Best IDE for…
FEATURES
Ruby Development
JetBrains RubyMine IDE includes a comprehensive Ruby code editor aware of dynamic language specifics. It provides smart coding assistance, intelligent code refactoring, and deep code analysis capabilities. With easy project configuration, automatic Ruby Gems management, Rake support, and built-in consoles, it has everything a Ruby developer needs in a development environment.
MORE ABOUT RUBY DEVELOPMENT
Ruby on Rails
RubyMine brings dedicated RoR features including project structure views, quick Model-View-Controller navigation options, Rails-specific code completion, intention actions, and automated refactorings. All this, plus best-of-breed support for ERB, HAML and Slim editing, coupled with advanced web development tools and a built-in Rails console, is the best recipe for producing cutting-edge Web applications.
MORE ABOUT RUBY ON RAILS
JavaScript & HTML/CSS
Speed and efficiency are guaranteed for your client-side and server-side development in JavaScript, CoffeeScript, TypeScript, HTML, CSS, Less or Sass, as RubyMine provides best-in-class coding assistance and a wide range of advanced features. Node.js, Dart, AngularJS and JavaScript testing frameworks are supported via free plugins. Enhance and streamline your debugging experience without leaving the IDE, thanks to JavaScript and Node.js debugging tools.
MORE ABOUT JAVASCRIPT & HTML
RubyMotion
RubyMine brings all the essential productivity boosters to the world of RubyMotion apps. Code insight is available for Ruby, Objective-C and Java APIs, making iOS, macOS and Android development with RubyMotion even more pleasant. With a powerful testing and debugging UI, working either with a simulator or a real device, it is much easier to fine-tune your application code. All Rake commands and an interactive console are at your disposal as well.
MORE ABOUT RUBYMOTION
$tools = Split-Path $MyInvocation.MyCommand.Definition
. $tools\helper.ps1
$packageArgs = @{
PackageName = 'rubymine'
FileType = 'exe'
Silent = "/S /CONFIG=$tools\silent.config"
ChecksumType = 'sha256'
Checksum = '8bd17375c5a1d4191009bb0224063d4fb490fd3004d4c7026ebe0fe2760e8d8d'
Url = 'https://download.jetbrains.com/ruby/RubyMine-2019.1.exe'
}
Install-ChocolateyPackage @packageArgs
$tools = Split-Path $MyInvocation.MyCommand.Definition
. $tools\helper.ps1
$packageArgs = @{
PackageName = 'rubymine'
FileType = 'exe'
Silent = '/S'
File = (Get-Uninstaller -Name 'JetBrains RubyMine 2019.1')
}
Uninstall-ChocolateyPackage @packageArgs
function Get-Uninstaller {
[CmdletBinding()]
param(
[Parameter(Mandatory = $true)]
[ValidateNotNullOrEmpty()]
[string] $Name
)
$local_key = 'HKCU:\Software\Microsoft\Windows\CurrentVersion\Uninstall\*'
$machine_key32 = 'HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\*'
$machine_key64 = 'HKLM:\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\*'
$keys = @($local_key, $machine_key32, $machine_key64)
Get-ItemProperty -Path $keys | ?{ $_.DisplayName -eq $Name } | Select-Object -ExpandProperty UninstallString
}
; Installation mode. It can be user or admin.
; NOTE: for admin mode please use "Run as Administrator" for command prompt to avoid UAC dialog.
mode=admin
; Desktop shortcut for launchers
launcher32=0
launcher64=1
; Add launchers path to PATH env variable
updatePATH=0
; Add "Open Folder as Project" to context menu
updateContextMenu=0
; Download and install jre32
jre32=0
; There are no associations for the product.
Log in or click on link to see number of positives.
- RubyMine.2019.1.nupkg (5a96fb169e9c) - ## / 61
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Version | Downloads | Last Updated | Status |
---|---|---|---|
JetBrains RubyMine 2021.1-EAP211-6085-3 | 13 | Thursday, February 18, 2021 | Approved |
JetBrains RubyMine 2021.1-EAP211-5787-14 | 10 | Thursday, February 11, 2021 | Approved |
JetBrains RubyMine 2021.1-EAP211-5538-3 | 17 | Wednesday, February 3, 2021 | Approved |
JetBrains RubyMine 2021.1-EAP211-4961-28 | 14 | Thursday, January 28, 2021 | Approved |
JetBrains RubyMine 2020.3.2 | 53 | Thursday, January 28, 2021 | Approved |
JetBrains RubyMine 2020.3.2-EAP203-7148-44 | 17 | Friday, January 22, 2021 | Approved |
JetBrains RubyMine 2020.3.2-EAP203-7148-20 | 19 | Friday, January 15, 2021 | Approved |
JetBrains RubyMine 2020.3.1 | 63 | Wednesday, December 30, 2020 | Approved |
JetBrains RubyMine 2020.3.1-EAP203-6682-69 | 15 | Saturday, December 19, 2020 | Approved |
JetBrains RubyMine 2020.3.1-EAP203-6682-122 | 11 | Wednesday, December 23, 2020 | Approved |
JetBrains RubyMine 2020.3 | 65 | Tuesday, December 1, 2020 | Approved |
JetBrains RubyMine 2020.3-EAP203-5981-120 | 12 | Friday, December 4, 2020 | Approved |
JetBrains RubyMine 2020.2.4 | 166 | Thursday, November 26, 2020 | Approved |
JetBrains RubyMine 2020.2.3 | 85 | Friday, October 9, 2020 | Approved |
JetBrains RubyMine 2020.2.2 | 72 | Wednesday, September 16, 2020 | Approved |
JetBrains RubyMine 2020.2.1 | 73 | Thursday, August 27, 2020 | Approved |
JetBrains RubyMine 2020.2 | 92 | Wednesday, July 29, 2020 | Approved |
JetBrains RubyMine 2020.1.4 | 46 | Thursday, July 23, 2020 | Approved |
JetBrains RubyMine 2020.1.3 | 69 | Friday, July 10, 2020 | Approved |
JetBrains RubyMine 2020.1.2 | 110 | Wednesday, June 3, 2020 | Approved |
JetBrains RubyMine 2020.1.1 | 147 | Thursday, April 30, 2020 | Approved |
JetBrains RubyMine 2020.1 | 107 | Tuesday, April 14, 2020 | Approved |
JetBrains RubyMine 2019.3.4 | 115 | Saturday, March 21, 2020 | Approved |
JetBrains RubyMine 2019.3.1 | 215 | Thursday, December 19, 2019 | Approved |
JetBrains RubyMine 2019.3 | 110 | Thursday, November 28, 2019 | Approved |
JetBrains RubyMine 2019.2.4 | 132 | Wednesday, October 30, 2019 | Approved |
JetBrains RubyMine 2019.2.3 | 157 | Wednesday, September 25, 2019 | Approved |
JetBrains RubyMine 2019.2.2 | 109 | Monday, September 9, 2019 | Approved |
JetBrains RubyMine 2019.2.1 | 136 | Wednesday, August 21, 2019 | Approved |
JetBrains RubyMine 2019.2 | 131 | Monday, July 29, 2019 | Approved |
JetBrains RubyMine 2019.1.3 | 133 | Tuesday, July 16, 2019 | Approved |
JetBrains RubyMine 2019.1.2 | 192 | Wednesday, May 22, 2019 | Approved |
JetBrains RubyMine 2019.1.1 | 133 | Wednesday, April 24, 2019 | Approved |
JetBrains RubyMine 2019.1 | 145 | Thursday, April 4, 2019 | Approved |
JetBrains RubyMine 2018.3.5 | 152 | Wednesday, February 27, 2019 | Approved |
JetBrains RubyMine 2018.3.4 | 133 | Tuesday, February 12, 2019 | Approved |
JetBrains RubyMine 2018.3.3 | 161 | Thursday, January 17, 2019 | Approved |
JetBrains RubyMine 2018.3.2 | 156 | Wednesday, December 26, 2018 | Approved |
JetBrains RubyMine 2018.3.1 | 126 | Wednesday, December 12, 2018 | Approved |
JetBrains RubyMine 2018.2.5 | 150 | Monday, November 19, 2018 | Approved |
JetBrains RubyMine 2018.2.4 | 163 | Wednesday, October 17, 2018 | Approved |
JetBrains RubyMine 2018.2.3 | 168 | Tuesday, September 25, 2018 | Approved |
JetBrains RubyMine 2018.2.2 | 188 | Wednesday, August 29, 2018 | Approved |
JetBrains RubyMine 2018.2.1 | 181 | Friday, August 10, 2018 | Approved |
JetBrains RubyMine 2018.2 | 188 | Thursday, July 26, 2018 | Approved |
JetBrains RubyMine 2018.1.4 | 189 | Friday, June 29, 2018 | Approved |
JetBrains RubyMine 2018.1.3 | 248 | Friday, May 18, 2018 | Approved |
JetBrains RubyMine 2018.1.2 | 192 | Friday, May 4, 2018 | Approved |
JetBrains RubyMine 2018.1.1 | 218 | Thursday, April 12, 2018 | Approved |
JetBrains RubyMine 2018.1 | 218 | Wednesday, April 4, 2018 | Approved |
JetBrains RubyMine 2017.3.3 | 314 | Tuesday, February 27, 2018 | Approved |
JetBrains RubyMine 2017.3.2 | 252 | Tuesday, January 23, 2018 | Approved |
RubyMine (Install) 2016.2.3 | 969 | Tuesday, September 6, 2016 | Approved |
RubyMine (Install) 6.3.2 | 966 | Saturday, May 10, 2014 | Approved |
RubyMine (Install) 5.4.3 | 497 | Friday, October 4, 2013 | Approved |
JetBrains s.r.o.
This package has no dependencies.
Ground Rules:
- This discussion is only about JetBrains RubyMine and the JetBrains RubyMine package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or JetBrains RubyMine, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.