Problem creating new Ruby Rails project

View: New views
4 Messages — Rating Filter:   Alert me  

Problem creating new Ruby Rails project

by Z.K. :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


I am just starting to learn Ruby and Rails.  I tried creating a new project , but I did not get very far.  The wizard dialog says I need to install OpenSSL, Warbler, and Glassfish gem.  When I try to do that it asks for my admin password, but will not take it.  I know it is correct as I use it everywhere else okay.  I am using Ubuntu 9.04 and Netbeans 6.7.1.  Anyone know what I need to do to install these items?



 [Question]

------------------------
Z.K.






---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...


Re: Problem creating new Ruby Rails project

by Anthony Richardson-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Looks like you are trying to use jRuby, maybe you meant to use MRI
ruby instead, should be an option in the create new project wizard



On Thu, Oct 22, 2009 at 10:03 AM, Z.K. <blue-eagle2@...> wrote:

>
> I am just starting to learn Ruby and Rails.  I tried creating a new project , but I did not get very far.  The wizard dialog says I need to install OpenSSL, Warbler, and Glassfish gem.  When I try to do that it asks for my admin password, but will not take it.  I know it is correct as I use it everywhere else okay.  I am using Ubuntu 9.04 and Netbeans 6.7.1.  Anyone know what I need to do to install these items?
>
>
>
>  [Question]
>
> ------------------------
> Z.K.
>
>
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@...
> For additional commands, e-mail: users-help@...
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...


Problem creating new Ruby Rails project

by Z.K. :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


I guess I don't understand.  Yes, I am using JRuby, but my main question is why I can't use my normal root password like I do in everything else.

------------------------
Z.K.






---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...


Re: Problem creating new Ruby Rails project

by Erno Mononen :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello,

Z.K. wrote:
> I am just starting to learn Ruby and Rails.  I tried creating a new project , but I did not get very far.  The wizard dialog says I need to install OpenSSL, Warbler, and Glassfish gem.  When I try to do that it asks for my admin password, but will not take it.  I know it is correct as I use it everywhere else okay.  I am using Ubuntu 9.04 and Netbeans 6.7.1.  Anyone know what I need to do to install these items?
>  

Please note that NB requires the "real" root password, i.e. the password
of the root user, not just the user password (which is what you normally
use when running sudo in Ubuntu). Anyway, did you install NB as the root
user or as some other user than the one you're using for running it?
Otherwise it shouldn't be asking for permissions at all as the gem
directory for the bundled JRuby should be writable.

Erno


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...