Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>I must check <code>rvm requirements</code> and ensure that all packages were installed. Then reintall ruby:</p> <pre><code>rvm reinstall 1.9.2 Removing /usr/local/rvm/src/ruby-1.9.2-p318... Removing /usr/local/rvm/rubies/ruby-1.9.2-p318... Removing default ruby interpreter Removing ruby-1.9.2-p318 aliases... Removing ruby-1.9.2-p318 wrappers... Removing ruby-1.9.2-p318 environments... Removing ruby-1.9.2-p318 binaries... Installing Ruby from source to: /usr/local/rvm/rubies/ruby-1.9.2-p318, this may take a while depending on your cpu(s)... ruby-1.9.2-p318 - #fetching ruby-1.9.2-p318 - #extracting ruby-1.9.2-p318 to /usr/local/rvm/src/ruby-1.9.2-p318 ruby-1.9.2-p318 - #extracted to /usr/local/rvm/src/ruby-1.9.2-p318 ruby-1.9.2-p318 - #configuring ruby-1.9.2-p318 - #compiling ruby-1.9.2-p318 - #installing Removing old Rubygems files... Installing rubygems-1.8.18 for ruby-1.9.2-p318 ... Installation of rubygems completed successfully. ruby-1.9.2-p318 - adjusting #shebangs for (gem irb erb ri rdoc testrb rake). ruby-1.9.2-p318 - #importing default gemsets (/usr/local/rvm/gemsets/) Install of ruby-1.9.2-p318 - #complete </code></pre> <p>And finally it works:</p> <pre><code>$ script/rails c DEPRECATION WARNING: railtie_name is deprecated and has no effect. (called from &lt;top (required)&gt; at /home/israel/proyectos/d-Formacion/config/application.rb:7) /usr/local/rvm/gems/ruby-1.9.2-p318/gems/actionpack-3.0.4/lib/action_dispatch/http/mime_type.rb:98: warning: already initialized constant PDF Loading development environment (Rails 3.0.4) 1.9.2-p318 :001 &gt; exit </code></pre>
    singulars
    1. This table or related slice is empty.
    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.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      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