Note that there are some explanatory texts on larger screens.

plurals
  1. POInstall Rails won't start
    primarykey
    data
    text
    <p>I have installed ruby on rails following the 310 railcasts on railcast.com. Now I was able to run and create a new rails and run it using rail s. The issue comes as soon has I close the terminal and restarted it i get the following error</p> <pre><code>The program 'rails' is currently not installed. You can install it by typing: sudo apt-get install rails </code></pre> <p>Here ruby version</p> <pre><code>ruby -v ruby 1.9.3p286 (2012-10-12 revision 37165) [i686-linux] </code></pre> <p>if i do rails -v i get following</p> <pre><code>The program 'rails' is currently not installed. You can install it by typing: sudo apt-get install rails whereis rails rails: </code></pre> <p>gem environment gives me this</p> <pre><code> - RUBYGEMS VERSION: 1.8.24 - RUBY VERSION: 1.9.3 (2012-10-12 patchlevel 286) [i686-linux] - INSTALLATION DIRECTORY: /home/john/.rvm/gems/ruby-1.9.3-p286 - RUBY EXECUTABLE: /home/john/.rvm/rubies/ruby-1.9.3-p286/bin/ruby - EXECUTABLE DIRECTORY: /home/john/.rvm/gems/ruby-1.9.3-p286/bin - RUBYGEMS PLATFORMS: - ruby - x86-linux - GEM PATHS: - /home/john/.rvm/gems/ruby-1.9.3-p286 - /home/john/.rvm/gems/ruby-1.9.3-p286@global - GEM CONFIGURATION: - :update_sources =&gt; true - :verbose =&gt; true - :benchmark =&gt; false - :backtrace =&gt; false - :bulk_threshold =&gt; 1000 - REMOTE SOURCES: - http://rubygems.org/ </code></pre> <p>I also believe the answer his the path and seem to the same has this questions <a href="https://stackoverflow.com/questions/1954015/installed-rails-but-the-rails-command-says-its-not-installed">Installed Rails but the rails command says it&#39;s not installed</a>. But i do not know how to place the path. Any help would be appreciated</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload