Re: [Rails] Rails Server gets killed without a error message

2015-03-13 Thread Colin Law
On 13 March 2015 at 16:44, Roelof Wobben wrote: > Wierd. I do not see it this time. > Maybe a hickup in a server, > > But now I see another wierd error. > > I have a page new who looks like this : > > New product > <%= render 'form' %> > <%= link_to 'Back', products_path %> > > Which leads to a fi

Re: [Rails] Rails Server gets killed without a error message

2015-03-13 Thread Vivek Sampara
How much RAM is available? Sometimes some processes get killed when they occupy too much of memory. Do this. Run server. Open another tab and type top. Refresh page and check memory consumption. On 13 Mar 2015 21:30, "Roelof Wobben" wrote: > In the development logs nothing wierd : > > [1m [35m

Re: [Rails] Rails Server gets killed without a error message

2015-03-13 Thread Roelof Wobben
Wierd. I do not see it this time. Maybe a hickup in a server, But now I see another wierd error. I have a page new who looks like this : New product <%= render 'form' %> <%= link_to 'Back', products_path %> Which leads to a file named _form.html who looks like this : <%= form_for(@product)

Re: [Rails] Rails Server gets killed without a error message

2015-03-13 Thread Colin Law
On 13 March 2015 at 15:29, Roelof Wobben wrote: > Hello, > > I working on a new project and made all the templates ready. > > But as soon as I do rails s I see this output : > > Started GET "/" for 82.74.205.109 at 2015-03-13 15:25:30 + > Killed You have not said whether this is a random even

Re: [Rails] Rails Server gets killed without a error message

2015-03-13 Thread Roelof Wobben
In the development logs nothing wierd : [1m [35mActiveRecord::SchemaMigration Load (6.7ms) [0m SELECT `schema_migrations`.* FROM `schema_migrations` Started GET "/" for 82.74.205.109 at 2015-03-13 13:16:32 + [1m [36mActiveRecord::SchemaMigration Load (0.3ms) [0m [1mSELECT `schema_

Re: [Rails] Rails Server gets killed without a error message

2015-03-13 Thread Vivek Sampara
What do you see in the logs ? On 13 Mar 2015 21:13, "Roelof Wobben" wrote: > Hello, > > I working on a new project and made all the templates ready. > > But as soon as I do rails s I see this output : > > > Started GET "/" for 82.74.205.109 at 2015-03-13 15:25:30 + > Killed > > Anyone a idea

[Rails] Rails Server gets killed without a error message

2015-03-13 Thread Roelof Wobben
Hello, I working on a new project and made all the templates ready. But as soon as I do rails s I see this output : Started GET "/" for 82.74.205.109 at 2015-03-13 15:25:30 +