Displaying 3 results from an estimated 3 matches for "natmanu".
2013 Oct 23
9
rails generate scaffold - ERROR
Hi,
I just installed ROR using the rvm using these instructions:
http://ryanbigg.com/2010/12/ubuntu-ruby-rvm-rails-and-you/
Using Ubuntu 12 on VirtualBox
I''m trying to create a demo_app
rails generate scaffold User name:string email:string
gives me this error:
--
/home/natmanu/.rvm/gems/ruby-2.0.0-p247/gems/execjs-2.0.2/lib/execjs/runtimes.rb:51:in
`autodetect'': Could not find a JavaScript runtime. See
https://github.com/sstephenson/execjs for a list of available runtimes.
(ExecJS::RuntimeUnavailable)
from
/home/natmanu/.rvm/gems/ruby-2.0.0-p247/gems/exe...
2013 Oct 21
8
git push not working
...stutorial.org/ruby-on-rails-tutorial-book#sec-git_push
I''m trying to push the repository to the remote site but what ever I fials.
I''ve updated, removed the s of the https etc but still can not push. using
command
when I use command:
$ git remote add origin https://github.com/natmanu/demo_app.git$ git push -u origin master
it then requests my email and password then returns an error. please see attached screen shot for error.
tia
Nat
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from thi...
2013 Oct 17
5
Newbie - Installation Problems
Hi,
If im in the wrong place please redirect me:
I have decided that i''m goignt o jump inand learn rails the hard way. I
know I have to go through the initial learnign curve. One of them is to
know where to go when you get stuck.. so here goes...
I''m installing on Windows 7. using guide:
http://guides.rubyonrails.org/getting_started.html
Ruby version:1.9.3p392
Rails