
3,636
Downloads
77
Downloads of v 2018.2.1
8/10/2018
Last update
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
To install JetBrains RubyMine, run the following command from the command line or from PowerShell:
C:\> choco install rubymine
--version 2018.2.1
To upgrade JetBrains RubyMine, run the following command from the command line or from PowerShell:
C:\> choco upgrade rubymine
--version 2018.2.1
Files
Hide- tools\helper.ps1
Show
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 }
- tools\chocolateyUninstall.ps1
Show
$tools = Split-Path $MyInvocation.MyCommand.Definition . $tools\helper.ps1 $packageArgs = @{ PackageName = 'rubymine' FileType = 'exe' Silent = '/S' File = (Get-Uninstaller -Name 'JetBrains RubyMine 2018.2.1') } Uninstall-ChocolateyPackage @packageArgs
- tools\chocolateyInstall.ps1
Show
$tools = Split-Path $MyInvocation.MyCommand.Definition . $tools\helper.ps1 $packageArgs = @{ PackageName = 'rubymine' FileType = 'exe' Silent = '/S' ChecksumType = 'sha256' Checksum = '27badbcf3c4612ae485e0d4b5e1be842ef9b488508bc45b9bf1f4f4291d65875' Url = 'https://download.jetbrains.com/ruby/RubyMine-2018.2.1.exe' } Install-ChocolateyPackage @packageArgs
Virus Scan Results
- RubyMine.2018.2.1.nupkg (6bdad8cc3a48) - ## / 60 - Log in or click on link to see number of positives
- RubyMine-2018.2.1.exe (27badbcf3c46) - ## / 59 - Log in or click on link to see number of positives
Dependencies
This package has no dependencies.
Package Maintainer(s)
Software Author(s)
Copyright
JetBrains s.r.o.
Tags
Release Notes
https://confluence.jetbrains.com/display/RUBYDEV/RubyMine+2018.2
Version History
Version | Downloads | Last updated | Status |
---|---|---|---|
JetBrains RubyMine 2018.3.4 | 20 | Tuesday, February 12, 2019 | approved |
JetBrains RubyMine 2018.3.3 | 70 | Thursday, January 17, 2019 | approved |
JetBrains RubyMine 2018.3.2 | 54 | Wednesday, December 26, 2018 | approved |
JetBrains RubyMine 2018.3.1 | 39 | Wednesday, December 12, 2018 | approved |
JetBrains RubyMine 2018.2.5 | 61 | Monday, November 19, 2018 | approved |
JetBrains RubyMine 2018.2.4 | 70 | Wednesday, October 17, 2018 | approved |
JetBrains RubyMine 2018.2.3 | 63 | Tuesday, September 25, 2018 | approved |
JetBrains RubyMine 2018.2.2 | 78 | Wednesday, August 29, 2018 | approved |
JetBrains RubyMine 2018.2.1 | 77 | Friday, August 10, 2018 | approved |
Discussion for the JetBrains RubyMine Package
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.