Re: [Rails] Problems with " wrong number of arguments (2 for 1) (ArgumentError) " and rails server

2011-06-18 Thread Iván Hernández
On 06/15/2011 07:35 PM, Iván Hernández wrote: On 06/15/2011 05:41 PM, joanne ta wrote: you should turn off all the server that you run. and run "rails server"' again ... if you have 2 server on check it maybe one of them is http://0.0.0.0:3000 and other is http://0.0.0.0:

Re: [Rails] Problems with " wrong number of arguments (2 for 1) (ArgumentError) " and rails server

2011-06-15 Thread Iván Hernández
On 06/15/2011 05:41 PM, joanne ta wrote: you should turn off all the server that you run. and run "rails server"' again ... if you have 2 server on check it maybe one of them is http://0.0.0.0:3000 and other is http://0.0.0.0:3001 Joanne On Wed, J

Re: [Rails] Problems with " wrong number of arguments (2 for 1) (ArgumentError) " and rails server

2011-06-15 Thread joanne ta
you should turn off all the server that you run. and run "rails server"' again ... if you have 2 server on check it maybe one of them is http://0.0.0.0:3000 and other is http://0.0.0.0:3001 Joanne On Wed, Jun 15, 2011 at 12:32 PM, joanne ta wrote: > 1st, what do you use to

Re: [Rails] Problems with " wrong number of arguments (2 for 1) (ArgumentError) " and rails server

2011-06-15 Thread joanne ta
1st, what do you use to run the server? netbeans or in ternimal 2011/6/15 Iván Hernández > On 06/15/2011 05:14 PM, joanne ta wrote: > > I think you turn more than one server is on.. > > > On Wed, Jun 15, 2011 at 10:37 AM, Distriker < > ivanhcelrinconelme...@gmail.com> wrote: > >> Hi, I'm trying

Re: [Rails] Problems with " wrong number of arguments (2 for 1) (ArgumentError) " and rails server

2011-06-15 Thread Iván Hernández
On 06/15/2011 05:14 PM, joanne ta wrote: I think you turn more than one server is on.. On Wed, Jun 15, 2011 at 10:37 AM, Distriker > wrote: Hi, I'm trying initialize my local rails server but I haven't can, because when I write "rails server",

Re: [Rails] Problems with " wrong number of arguments (2 for 1) (ArgumentError) " and rails server

2011-06-15 Thread joanne ta
I think you turn more than one server is on.. On Wed, Jun 15, 2011 at 10:37 AM, Distriker wrote: > Hi, I'm trying initialize my local rails server but I haven't can, > because when I write "rails server", show me this message: > > > => Booting WEBrick > => Rails 3.0.3 application starting in de

[Rails] Problems with " wrong number of arguments (2 for 1) (ArgumentError) " and rails server

2011-06-15 Thread Distriker
Hi, I'm trying initialize my local rails server but I haven't can, because when I write "rails server", show me this message: => Booting WEBrick => Rails 3.0.3 application starting in development on http://0.0.0.0:3000 => Call with -d to detach => Ctrl-C to shutdown server Exiting /home/distriker