On 1 June 2013 18:05, mark ronay wrote:
> Alright, now its working kind of! After restarting the computer and
> using which rails i get the much more sensible looking path *
> /usr/local/bin/rails *
> running wc -l `which path` I get * 19 /usr/local/bin/rails *
>
> so now navigating above my home
Alright, now its working kind of! After restarting the computer and
using which rails i get the much more sensible looking path *
/usr/local/bin/rails *
running wc -l `which path` I get * 19 /usr/local/bin/rails *
so now navigating above my home directory I am able to use rails new
like so: * m
i now see i misstyped the instructions to step 2. here it is, corrected
2) type the command "wc -l `which rails`" -- if you can't figure out the
quoting just use the result of step 1. i.e. on my system "wc -l
/opt/local/bin/rails"
the idea is to use the wc command to get the number of lined i
Hi Rick,
thanks! I tried carrying out those instructions: heres what i got -
mwr@mwr-Ubuntu:/home$ which rails
/home/mwr/.rvm/gems/ruby-1.9.3-p429/bin/rails
mwr@mwr-Ubuntu:/home$ which
/home/mwr/.rvm/gems/ruby-1.9.3-p429/bin/rails
/home/mwr/.rvm/gems/ruby-1.9.3-p429/bin/rails
I suppose im havin
for what it's worth, the error message is generated in the file:
gems/railties-3.2.13/lib/rails/commands.rb
On Friday, May 31, 2013 9:09:16 PM UTC-4, Rick wrote:
>
> There are (at least) two executable ruby scripts named "rails". The first
> is found in your typical search path and should be th
There are (at least) two executable ruby scripts named "rails". The first
is found in your typical search path and should be the one that gets called
when you type "rails new my_app". The second is found, after creating your
new application "my_app", in the directory "my_app/script" (rails ver
On Fri, May 31, 2013 at 3:54 PM, mark ronay wrote:
> exact same thing
In an empty directory? Then I'd say you have serious problems.
> The only complication during the download was that I had to
> upgrade from version 1.8.6 to 1.9.3, which I did after installing rails.
Wait, *after* installing
exact same thing
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you are subscribed to the Google Groups "Ruby
on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to rubyonrails-talk+unsubscr...@googlegroups.com
8 matches
Mail list logo