<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ruby on rails Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/ruby-on-rails/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Fri, 16 Aug 2019 22:00:30 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.12</generator>
	<item>
		<title>How to install Ruby on Rails on Debian 10 Buster?</title>
		<link>https://www.osradar.com/install-ruby-on-rails-debian-10-buster/</link>
					<comments>https://www.osradar.com/install-ruby-on-rails-debian-10-buster/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Mon, 19 Aug 2019 23:11:31 +0000</pubDate>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Buster]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[ruby on rails]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[web server]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=13063</guid>

					<description><![CDATA[<p>Ruby is one of those programming languages that may be a little underestimated. However, it is a robust, multipurpose, open-source language that stands out for its efficiency in coding applications. Part of its popularity lies in the Ruby on Rails framework with which professional web applications can be made with relative ease. So, in this [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-ruby-on-rails-debian-10-buster/">How to install Ruby on Rails on Debian 10 Buster?</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Ruby is one of those programming languages that may be a little underestimated. However, it is a robust, multipurpose, open-source language that stands out for its efficiency in coding applications. Part of its popularity lies in the Ruby on Rails framework with which professional web applications can be made with relative ease. So, in this post, you will learn how to install Ruby on Rails on Debian 10.</p>
<h2>Ruby on Rails makes Ruby more popular</h2>
<p>The truth is that Ruby is still widely used today, but when compared to <a href="https://www.osaradar.com/tag/python/" rel="noopener noreferrer">Python</a>, <a href="https://www.osradar.com/tag/php/" rel="noopener noreferrer">PHP</a> or <a href="https://www.osradar.com/tag/java/" rel="noopener noreferrer">Java</a> is far behind. So it is no wonder it is not so easy to learn.</p>
<p>However, thanks to the efficiency of Ruby on Rails, many people have turned their eyes back to this language.<a href="https://rubyonrails.org/" rel="noopener noreferrer"> Ruby on Rails</a> is a fairly robust framework for creating web applications.</p>
<p>Some of the highlights of Ruby on Rails are as follows:</p>
<ul>
<li>It uses many <strong>configuration conventions</strong>. This makes the framework, once installed, ready to work.</li>
<li>In Rails, there are <strong>several ways to do a certain thing</strong>. That is, it makes collaboration easier and the code easier to understand.</li>
<li>With Ruby on Rails, you&#8217;ll have a framework that uses the <strong>DRY</strong> (Don&#8217;t Repeat Yourself) principle. With this, duplicity is eliminated and it makes it very agile.</li>
<li><strong>Open Source</strong>, so licensing should not be a problem for you.</li>
</ul>
<p>If we add a robust and stable operating system like Debian to Ruby on Rails, then we have a great combination. So, let us start.</p>
<h2>Install Ruby on Rails on Debian 10</h2>
<p>Now we can start installing Ruby on Rails on Debian 10. The best way to do this is manually to get the latest stable version available. This way we will be able to take better advantage of its features.</p>
<p>First, start a new terminal session and run the following commands:</p>
<pre>:~$ sudo apt install build-essential curl nodejs</pre>
<figure id="attachment_13065" aria-describedby="caption-attachment-13065" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-13065" src="https://www.osradar.com/wp-content/uploads/2019/08/1-11.jpeg" alt="1.- Install some required packages" width="1366" height="402" srcset="https://www.osradar.com/wp-content/uploads/2019/08/1-11.jpeg 1366w, https://www.osradar.com/wp-content/uploads/2019/08/1-11-300x88.jpeg 300w, https://www.osradar.com/wp-content/uploads/2019/08/1-11-768x226.jpeg 768w, https://www.osradar.com/wp-content/uploads/2019/08/1-11-1024x301.jpeg 1024w, https://www.osradar.com/wp-content/uploads/2019/08/1-11-696x205.jpeg 696w, https://www.osradar.com/wp-content/uploads/2019/08/1-11-1068x314.jpeg 1068w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-13065" class="wp-caption-text">1.- Install some required packages</figcaption></figure>
<p>Also install the following packages:</p>
<pre>:~$ sudo apt install gawk autoconf automake bison libffi-dev libgdbm-dev libncurses5-dev libsqlite3-dev libtool libyaml-dev pkg-config sqlite3 zlib1g-dev libgmp-dev libreadline-dev libssl-dev</pre>
<p>In case you do not have sudo enabled, I recommend you read our post about it.</p>
<p><a href="https://www.osradar.com/how-to-enable-sudo-on-debian-10/" rel="noopener noreferrer">How to enable sudo on Debian 10 Buster?</a></p>
<p>Now, you need to download the GPG key to install RVM (Ruby Version Manager) and then install Ruby.</p>
<pre class="">:~$ curl -sSL https://rvm.io/mpapis.asc | sudo gpg --import -
:~$ curl -sSL https://rvm.io/pkuczynski.asc | sudo gpg --import -</pre>
<p>Then, download the RVM script.</p>
<pre class="">:~$ curl -sSL https://get.rvm.io | sudo bash -s stable --ruby</pre>
<figure id="attachment_13066" aria-describedby="caption-attachment-13066" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="wp-image-13066 size-full" src="https://www.osradar.com/wp-content/uploads/2019/08/2-10.jpeg" alt="2.- Installing RVM on Debian 10" width="1366" height="705" srcset="https://www.osradar.com/wp-content/uploads/2019/08/2-10.jpeg 1366w, https://www.osradar.com/wp-content/uploads/2019/08/2-10-300x155.jpeg 300w, https://www.osradar.com/wp-content/uploads/2019/08/2-10-768x396.jpeg 768w, https://www.osradar.com/wp-content/uploads/2019/08/2-10-1024x528.jpeg 1024w, https://www.osradar.com/wp-content/uploads/2019/08/2-10-696x359.jpeg 696w, https://www.osradar.com/wp-content/uploads/2019/08/2-10-1068x551.jpeg 1068w, https://www.osradar.com/wp-content/uploads/2019/08/2-10-814x420.jpeg 814w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-13066" class="wp-caption-text">2.- Installing RVM on Debian 10</figcaption></figure>
<p>After that, refresh the bash profile.</p>
<pre class="">:~$ source /etc/profile.d/rvm.sh</pre>
<p>Now, check the version installed.</p>
<pre>:~$ ruby -v
ruby 2.6.3p62 (2019-04-16 revision 67580) [x86_64-linux]</pre>
<p>Now it is your turn to install Ruby on Rails. At the time of writing this post, the latest stable version is 5.2.3. So to install it, just use this command as root:</p>
<pre class="">:~$ su
:~# gem install rails -v 5.2.3</pre>
<figure id="attachment_13067" aria-describedby="caption-attachment-13067" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-13067" src="https://www.osradar.com/wp-content/uploads/2019/08/3-11.jpeg" alt="3.- Install Ruby on Rails on Debian 10" width="1366" height="708" srcset="https://www.osradar.com/wp-content/uploads/2019/08/3-11.jpeg 1366w, https://www.osradar.com/wp-content/uploads/2019/08/3-11-300x155.jpeg 300w, https://www.osradar.com/wp-content/uploads/2019/08/3-11-768x398.jpeg 768w, https://www.osradar.com/wp-content/uploads/2019/08/3-11-1024x531.jpeg 1024w, https://www.osradar.com/wp-content/uploads/2019/08/3-11-696x361.jpeg 696w, https://www.osradar.com/wp-content/uploads/2019/08/3-11-1068x554.jpeg 1068w, https://www.osradar.com/wp-content/uploads/2019/08/3-11-810x420.jpeg 810w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-13067" class="wp-caption-text">3.- Install Ruby on Rails on Debian 10</figcaption></figure>
<p>Now, we can start a new project.</p>
<h2>Start a new Ruby on Rails project on Debian 10</h2>
<p>Now we&#8217;re going to create a new project for Ruby on Rails. To do this, create a folder with the name of the project and access it. Of course, choose the path and the name.</p>
<pre>:~# exit
:~$ mkdir /home/angelo/example
:~$ cd /home/angelo/example</pre>
<p>So, create the project.</p>
<pre class="">:~# rails new example</pre>
<figure id="attachment_13068" aria-describedby="caption-attachment-13068" style="width: 1064px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-13068" src="https://www.osradar.com/wp-content/uploads/2019/08/4-9.jpeg" alt="4.- Configuring Ruby on Rails on Debian 10" width="1064" height="709" srcset="https://www.osradar.com/wp-content/uploads/2019/08/4-9.jpeg 1064w, https://www.osradar.com/wp-content/uploads/2019/08/4-9-300x200.jpeg 300w, https://www.osradar.com/wp-content/uploads/2019/08/4-9-768x512.jpeg 768w, https://www.osradar.com/wp-content/uploads/2019/08/4-9-1024x682.jpeg 1024w, https://www.osradar.com/wp-content/uploads/2019/08/4-9-696x464.jpeg 696w, https://www.osradar.com/wp-content/uploads/2019/08/4-9-630x420.jpeg 630w" sizes="(max-width: 1064px) 100vw, 1064px" /><figcaption id="caption-attachment-13068" class="wp-caption-text">4.- Configuring Ruby on Rails on Debian 10</figcaption></figure>
<p><em>Note: If you can not use rails command. Just log out and log in again.</em></p>
<p>Now it is necessary to serve the project. For that it is enough to use this command:</p>
<pre class="">:~# cd example
:~# rails s</pre>
<figure id="attachment_13069" aria-describedby="caption-attachment-13069" style="width: 729px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-13069" src="https://www.osradar.com/wp-content/uploads/2019/08/5-4.jpeg" alt="5.- Serving the new project" width="729" height="281" srcset="https://www.osradar.com/wp-content/uploads/2019/08/5-4.jpeg 729w, https://www.osradar.com/wp-content/uploads/2019/08/5-4-300x116.jpeg 300w, https://www.osradar.com/wp-content/uploads/2019/08/5-4-696x268.jpeg 696w" sizes="(max-width: 729px) 100vw, 729px" /><figcaption id="caption-attachment-13069" class="wp-caption-text">5.- Serving the new project</figcaption></figure>
<p><em>Note: you can run <code>bundle install</code> command to install all gem missed. After that, run <code>rails s</code> command again.</em></p>
<p>Also, you can specify an IP address and port.</p>
<pre>:~# rails server --binding [Ip_address] --port [Port]</pre>
<p>Finally, open your web browser and go to <code>http://SERVER-IP:3000</code> and you will see this.</p>
<figure id="attachment_13070" aria-describedby="caption-attachment-13070" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-13070" src="https://www.osradar.com/wp-content/uploads/2019/08/6-3.png" alt="6.- Ruby on Rails working on Debian 10" width="1366" height="664" srcset="https://www.osradar.com/wp-content/uploads/2019/08/6-3.png 1366w, https://www.osradar.com/wp-content/uploads/2019/08/6-3-300x146.png 300w, https://www.osradar.com/wp-content/uploads/2019/08/6-3-768x373.png 768w, https://www.osradar.com/wp-content/uploads/2019/08/6-3-1024x498.png 1024w, https://www.osradar.com/wp-content/uploads/2019/08/6-3-696x338.png 696w, https://www.osradar.com/wp-content/uploads/2019/08/6-3-1068x519.png 1068w, https://www.osradar.com/wp-content/uploads/2019/08/6-3-864x420.png 864w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-13070" class="wp-caption-text">6.- Ruby on Rails working on Debian 10</figcaption></figure>
<p>So, that is it.</p>
<h2>Conclusion</h2>
<p>Thanks to Ruby on Rails you can create great web applications for the market. All this, thanks to the potential of Ruby as a language and the structure of this framework. Using it with Debian 10 as a system is a guarantee of success.</p>
<p>Please share this post with your friends and join <a href="https://t.me/osradar" rel="noopener noreferrer">our Telegram channel</a>.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-ruby-on-rails-debian-10-buster/">How to install Ruby on Rails on Debian 10 Buster?</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/install-ruby-on-rails-debian-10-buster/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Install JetBrains RubyMine on Linux</title>
		<link>https://www.osradar.com/install-jetbrains-rubymine-on-linux/</link>
					<comments>https://www.osradar.com/install-jetbrains-rubymine-on-linux/#respond</comments>
		
		<dc:creator><![CDATA[osradar_editor]]></dc:creator>
		<pubDate>Thu, 10 Jan 2019 18:36:08 +0000</pubDate>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[install rubymine]]></category>
		<category><![CDATA[jetbrains rubymine]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[ruby ide]]></category>
		<category><![CDATA[ruby on rails]]></category>
		<category><![CDATA[ruby on rails ide]]></category>
		<category><![CDATA[rubymine]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=9135</guid>

					<description><![CDATA[<p>JetBrains is one of the finest companies out there that’s helping reshape the way we code, the way things work on the cyber world at the root level by providing the programmers with all the powerful, intelligent IDEs on different platforms. RubyMine is the IDE that JetBrains provide for the Ruby programmers. Ruby is an [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-jetbrains-rubymine-on-linux/">Install JetBrains RubyMine on Linux</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>JetBrains is one of the finest companies out there that’s helping reshape the way we code, the way things work on the cyber world at the root level by providing the programmers with all the powerful, intelligent IDEs on different platforms. RubyMine is the IDE that JetBrains provide for the Ruby programmers.</p>
<p>Ruby is an extremely powerful programming language for the web platform that enables developers to create blazingly fast web services without any problem. It’s being maintained and released as an open-source, free project. There are numerous frameworks, package managers and others out there that make things even more interesting.</p>
<p>If you’re interested in the web, then learning Ruby can be your go-to. Let’s get started by setting up the latest RubyMine from JetBrains on your Linux system right now!</p>
<h1>Setting up Ruby</h1>
<p>Before installing RubyMine, you have to install the Ruby programming language package on your system. Of course, what you’re going to do if your system don’t have the language package?</p>
<p>Run the following command according to your Linux distro –</p>
<ul>
<li>Ubuntu</li>
</ul>
<pre class="">sudo apt update &amp;&amp; sudo apt upgrade -y

sudo apt install ruby-full</pre>
<p><img loading="lazy" class="size-full wp-image-9138 aligncenter" src="https://www.osradar.com/wp-content/uploads/2019/01/rubymine-1.png" alt="" width="992" height="519" srcset="https://www.osradar.com/wp-content/uploads/2019/01/rubymine-1.png 992w, https://www.osradar.com/wp-content/uploads/2019/01/rubymine-1-300x157.png 300w, https://www.osradar.com/wp-content/uploads/2019/01/rubymine-1-768x402.png 768w, https://www.osradar.com/wp-content/uploads/2019/01/rubymine-1-803x420.png 803w" sizes="(max-width: 992px) 100vw, 992px" /></p>
<p><img loading="lazy" class="size-full wp-image-9139 aligncenter" src="https://www.osradar.com/wp-content/uploads/2019/01/rubymine-2.png" alt="" width="989" height="516" srcset="https://www.osradar.com/wp-content/uploads/2019/01/rubymine-2.png 989w, https://www.osradar.com/wp-content/uploads/2019/01/rubymine-2-300x157.png 300w, https://www.osradar.com/wp-content/uploads/2019/01/rubymine-2-768x401.png 768w, https://www.osradar.com/wp-content/uploads/2019/01/rubymine-2-805x420.png 805w" sizes="(max-width: 989px) 100vw, 989px" /></p>
<ul>
<li>Debian</li>
</ul>
<pre class="">sudo apt-get update &amp;&amp; sudo apt-get upgrade -y

sudo apt-get install ruby-full</pre>
<ul>
<li>Fedora</li>
</ul>
<pre class="">sudo yum install ruby</pre>
<ul>
<li>Arch Linux</li>
</ul>
<pre class="">sudo pacman -Syyuu

sudo pacman -S ruby</pre>
<ul>
<li>Other Linux distros</li>
</ul>
<p>THere are also other ways of installing Ruby programming language support on your system. You can build Ruby from source, or install RVM (Ruby Version Manager). Let’s check out both ways.</p>
<ul>
<li>
<h3>Installing Ruby from source</h3>
</li>
</ul>
<p><a href="https://www.ruby-lang.org/en/downloads/">Download the latest tarball of Ruby</a>.</p>
<p><img loading="lazy" class="size-full wp-image-9140 aligncenter" src="https://www.osradar.com/wp-content/uploads/2019/01/rubymine-3.png" alt="" width="1116" height="584" srcset="https://www.osradar.com/wp-content/uploads/2019/01/rubymine-3.png 1116w, https://www.osradar.com/wp-content/uploads/2019/01/rubymine-3-300x157.png 300w, https://www.osradar.com/wp-content/uploads/2019/01/rubymine-3-768x402.png 768w, https://www.osradar.com/wp-content/uploads/2019/01/rubymine-3-1024x536.png 1024w, https://www.osradar.com/wp-content/uploads/2019/01/rubymine-3-1068x559.png 1068w, https://www.osradar.com/wp-content/uploads/2019/01/rubymine-3-803x420.png 803w" sizes="(max-width: 1116px) 100vw, 1116px" /></p>
<p>Then, extract the downloaded TAR.GZ.</p>
<pre class="">tar -xf ruby-2.6.0.tar.gz</pre>
<p><img loading="lazy" class="size-full wp-image-9141 aligncenter" src="https://www.osradar.com/wp-content/uploads/2019/01/rubymine-4.png" alt="" width="997" height="133" srcset="https://www.osradar.com/wp-content/uploads/2019/01/rubymine-4.png 997w, https://www.osradar.com/wp-content/uploads/2019/01/rubymine-4-300x40.png 300w, https://www.osradar.com/wp-content/uploads/2019/01/rubymine-4-768x102.png 768w" sizes="(max-width: 997px) 100vw, 997px" /></p>
<p>Now, time to build and install the Ruby language.</p>
<pre class="">./configure</pre>
<p><img loading="lazy" class="size-full wp-image-9142 aligncenter" src="https://www.osradar.com/wp-content/uploads/2019/01/rubymine-5.png" alt="" width="998" height="523" srcset="https://www.osradar.com/wp-content/uploads/2019/01/rubymine-5.png 998w, https://www.osradar.com/wp-content/uploads/2019/01/rubymine-5-300x157.png 300w, https://www.osradar.com/wp-content/uploads/2019/01/rubymine-5-768x402.png 768w, https://www.osradar.com/wp-content/uploads/2019/01/rubymine-5-801x420.png 801w" sizes="(max-width: 998px) 100vw, 998px" /></p>
<p><img loading="lazy" class="size-full wp-image-9143 aligncenter" src="https://www.osradar.com/wp-content/uploads/2019/01/rubymine-6.png" alt="" width="992" height="487" srcset="https://www.osradar.com/wp-content/uploads/2019/01/rubymine-6.png 992w, https://www.osradar.com/wp-content/uploads/2019/01/rubymine-6-300x147.png 300w, https://www.osradar.com/wp-content/uploads/2019/01/rubymine-6-768x377.png 768w, https://www.osradar.com/wp-content/uploads/2019/01/rubymine-6-324x160.png 324w, https://www.osradar.com/wp-content/uploads/2019/01/rubymine-6-856x420.png 856w" sizes="(max-width: 992px) 100vw, 992px" /></p>
<p><em>Note – you can also add “&#8211;prefix=&lt;custom_dir&gt;” flag for specifying the installation location of the Ruby language.</em></p>
<pre class="">make

sudo make install</pre>
<p><img loading="lazy" class="size-full wp-image-9144 aligncenter" src="https://www.osradar.com/wp-content/uploads/2019/01/rubymine-7.png" alt="" width="984" height="428" srcset="https://www.osradar.com/wp-content/uploads/2019/01/rubymine-7.png 984w, https://www.osradar.com/wp-content/uploads/2019/01/rubymine-7-300x130.png 300w, https://www.osradar.com/wp-content/uploads/2019/01/rubymine-7-768x334.png 768w, https://www.osradar.com/wp-content/uploads/2019/01/rubymine-7-966x420.png 966w" sizes="(max-width: 984px) 100vw, 984px" /> <img loading="lazy" class="size-full wp-image-9145 aligncenter" src="https://www.osradar.com/wp-content/uploads/2019/01/rubymine-8.png" alt="" width="990" height="518" srcset="https://www.osradar.com/wp-content/uploads/2019/01/rubymine-8.png 990w, https://www.osradar.com/wp-content/uploads/2019/01/rubymine-8-300x157.png 300w, https://www.osradar.com/wp-content/uploads/2019/01/rubymine-8-768x402.png 768w, https://www.osradar.com/wp-content/uploads/2019/01/rubymine-8-803x420.png 803w" sizes="(max-width: 990px) 100vw, 990px" /></p>
<p><img loading="lazy" class="size-full wp-image-9146 aligncenter" src="https://www.osradar.com/wp-content/uploads/2019/01/rubymine-9.png" alt="" width="987" height="519" srcset="https://www.osradar.com/wp-content/uploads/2019/01/rubymine-9.png 987w, https://www.osradar.com/wp-content/uploads/2019/01/rubymine-9-300x158.png 300w, https://www.osradar.com/wp-content/uploads/2019/01/rubymine-9-768x404.png 768w, https://www.osradar.com/wp-content/uploads/2019/01/rubymine-9-799x420.png 799w" sizes="(max-width: 987px) 100vw, 987px" /> <img loading="lazy" class="size-full wp-image-9147 aligncenter" src="https://www.osradar.com/wp-content/uploads/2019/01/rubymine-10.png" alt="" width="997" height="520" srcset="https://www.osradar.com/wp-content/uploads/2019/01/rubymine-10.png 997w, https://www.osradar.com/wp-content/uploads/2019/01/rubymine-10-300x156.png 300w, https://www.osradar.com/wp-content/uploads/2019/01/rubymine-10-768x401.png 768w, https://www.osradar.com/wp-content/uploads/2019/01/rubymine-10-805x420.png 805w" sizes="(max-width: 997px) 100vw, 997px" /></p>
<ul>
<li>Installing using RVM</li>
</ul>
<p>At first, install the GPG key for RVM –</p>
<pre class="">gpg2 --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB</pre>
<p>Now, install RVM –</p>
<pre>\curl -sSL https://get.rvm.io | bash -s stable</pre>
<p>Or, you can install the default Ruby and Rails with the following command &#8211;</p>
<pre class="code code-shell-cmd" title="triple click to select command">\curl -sSL https://get.rvm.io | bash -s stable --rails</pre>
<ul>
<li>Installing RubyMine from Snap store</li>
</ul>
<p>The easiest way of installing RubyMine is through the snap. Snap is available on all the major Linux distros and there’s a pretty high chance that your system supports snap as well.</p>
<p>At first, make sure that you have <a href="https://docs.snapcraft.io/installing-snapd/6735">“snad” set in your system</a>. Then, run the following command –</p>
<pre class="">sudo snap install rubymine --classic</pre>
<h1><img loading="lazy" class="size-full wp-image-9148 aligncenter" src="https://www.osradar.com/wp-content/uploads/2019/01/rubymine-11.png" alt="" width="988" height="123" srcset="https://www.osradar.com/wp-content/uploads/2019/01/rubymine-11.png 988w, https://www.osradar.com/wp-content/uploads/2019/01/rubymine-11-300x37.png 300w, https://www.osradar.com/wp-content/uploads/2019/01/rubymine-11-768x96.png 768w" sizes="(max-width: 988px) 100vw, 988px" /></h1>
<h1>Using RubyMine</h1>
<p>Fire up RubyMine –</p>
<p><img loading="lazy" class="size-full wp-image-9149 aligncenter" src="https://www.osradar.com/wp-content/uploads/2019/01/rubymine-12.png" alt="" width="554" height="222" srcset="https://www.osradar.com/wp-content/uploads/2019/01/rubymine-12.png 554w, https://www.osradar.com/wp-content/uploads/2019/01/rubymine-12-300x120.png 300w" sizes="(max-width: 554px) 100vw, 554px" /></p>
<p>&nbsp;</p>
<p>Let’s start by completing the installation process. Select not to import settings.</p>
<p>Now, select the UI theme of RubyMine.</p>
<p><img loading="lazy" class="size-full wp-image-9150 aligncenter" src="https://www.osradar.com/wp-content/uploads/2019/01/rubymine-13.png" alt="" width="826" height="628" srcset="https://www.osradar.com/wp-content/uploads/2019/01/rubymine-13.png 826w, https://www.osradar.com/wp-content/uploads/2019/01/rubymine-13-300x228.png 300w, https://www.osradar.com/wp-content/uploads/2019/01/rubymine-13-768x584.png 768w, https://www.osradar.com/wp-content/uploads/2019/01/rubymine-13-80x60.png 80w, https://www.osradar.com/wp-content/uploads/2019/01/rubymine-13-552x420.png 552w" sizes="(max-width: 826px) 100vw, 826px" /></p>
<p>Choose the keymap scheme you’re comfortable with.</p>
<p><img loading="lazy" class="size-full wp-image-9151 aligncenter" src="https://www.osradar.com/wp-content/uploads/2019/01/rubymine-14.png" alt="" width="850" height="622" srcset="https://www.osradar.com/wp-content/uploads/2019/01/rubymine-14.png 850w, https://www.osradar.com/wp-content/uploads/2019/01/rubymine-14-300x220.png 300w, https://www.osradar.com/wp-content/uploads/2019/01/rubymine-14-768x562.png 768w, https://www.osradar.com/wp-content/uploads/2019/01/rubymine-14-80x60.png 80w, https://www.osradar.com/wp-content/uploads/2019/01/rubymine-14-574x420.png 574w" sizes="(max-width: 850px) 100vw, 850px" /></p>
<p>Select the default plugins.</p>
<p><img loading="lazy" class="size-full wp-image-9152 aligncenter" src="https://www.osradar.com/wp-content/uploads/2019/01/rubymine-15.png" alt="" width="840" height="627" srcset="https://www.osradar.com/wp-content/uploads/2019/01/rubymine-15.png 840w, https://www.osradar.com/wp-content/uploads/2019/01/rubymine-15-300x224.png 300w, https://www.osradar.com/wp-content/uploads/2019/01/rubymine-15-768x573.png 768w, https://www.osradar.com/wp-content/uploads/2019/01/rubymine-15-80x60.png 80w, https://www.osradar.com/wp-content/uploads/2019/01/rubymine-15-265x198.png 265w, https://www.osradar.com/wp-content/uploads/2019/01/rubymine-15-563x420.png 563w" sizes="(max-width: 840px) 100vw, 840px" /></p>
<p>Install “Featured plugins” you need.</p>
<p><img loading="lazy" class="size-full wp-image-9153 aligncenter" src="https://www.osradar.com/wp-content/uploads/2019/01/rubymine-16.png" alt="" width="834" height="623" srcset="https://www.osradar.com/wp-content/uploads/2019/01/rubymine-16.png 834w, https://www.osradar.com/wp-content/uploads/2019/01/rubymine-16-300x224.png 300w, https://www.osradar.com/wp-content/uploads/2019/01/rubymine-16-768x574.png 768w, https://www.osradar.com/wp-content/uploads/2019/01/rubymine-16-80x60.png 80w, https://www.osradar.com/wp-content/uploads/2019/01/rubymine-16-265x198.png 265w, https://www.osradar.com/wp-content/uploads/2019/01/rubymine-16-562x420.png 562w" sizes="(max-width: 834px) 100vw, 834px" /></p>
<p>Let’s “Evaluate for free” RubyMine.</p>
<p><img loading="lazy" class="size-full wp-image-9154 aligncenter" src="https://www.osradar.com/wp-content/uploads/2019/01/rubymine-17.png" alt="" width="485" height="450" srcset="https://www.osradar.com/wp-content/uploads/2019/01/rubymine-17.png 485w, https://www.osradar.com/wp-content/uploads/2019/01/rubymine-17-300x278.png 300w, https://www.osradar.com/wp-content/uploads/2019/01/rubymine-17-453x420.png 453w" sizes="(max-width: 485px) 100vw, 485px" /></p>
<p><img loading="lazy" class="size-full wp-image-9155 aligncenter" src="https://www.osradar.com/wp-content/uploads/2019/01/rubymine-18.png" alt="" width="693" height="437" srcset="https://www.osradar.com/wp-content/uploads/2019/01/rubymine-18.png 693w, https://www.osradar.com/wp-content/uploads/2019/01/rubymine-18-300x189.png 300w, https://www.osradar.com/wp-content/uploads/2019/01/rubymine-18-666x420.png 666w" sizes="(max-width: 693px) 100vw, 693px" /> <img loading="lazy" class="size-full wp-image-9156 aligncenter" src="https://www.osradar.com/wp-content/uploads/2019/01/rubymine-19.png" alt="" width="703" height="521" srcset="https://www.osradar.com/wp-content/uploads/2019/01/rubymine-19.png 703w, https://www.osradar.com/wp-content/uploads/2019/01/rubymine-19-300x222.png 300w, https://www.osradar.com/wp-content/uploads/2019/01/rubymine-19-80x60.png 80w, https://www.osradar.com/wp-content/uploads/2019/01/rubymine-19-567x420.png 567w" sizes="(max-width: 703px) 100vw, 703px" /></p>
<p><img loading="lazy" class="size-full wp-image-9137 aligncenter" src="https://www.osradar.com/wp-content/uploads/2019/01/rubymine-20.png" alt="" width="1032" height="483" srcset="https://www.osradar.com/wp-content/uploads/2019/01/rubymine-20.png 1032w, https://www.osradar.com/wp-content/uploads/2019/01/rubymine-20-300x140.png 300w, https://www.osradar.com/wp-content/uploads/2019/01/rubymine-20-768x359.png 768w, https://www.osradar.com/wp-content/uploads/2019/01/rubymine-20-1024x479.png 1024w, https://www.osradar.com/wp-content/uploads/2019/01/rubymine-20-897x420.png 897w" sizes="(max-width: 1032px) 100vw, 1032px" /></p>
<p>Enjoy!</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-jetbrains-rubymine-on-linux/">Install JetBrains RubyMine on Linux</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/install-jetbrains-rubymine-on-linux/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
