Re: [Rails] Re: Can't say "Hello World"

2016-12-26 Thread Ad Rienks
Colin Law: > > On 25 December 2016 at 12:28, Ad Rienks <ad.r...@gmail.com > > wrote: > >> Sergey, >> >> You created a controller and action, but did you create a view? Without a >> view you can't see anything. I guess you see the Rails default screen.

[Rails] Re: Can't say "Hello World"

2016-12-25 Thread Ad Rienks
Sergey, You created a controller and action, but did you create a view? Without a view you can't see anything. I guess you see the Rails default screen. Learn Rails through this free tutorial: https://www.railstutorial.org/book. The first few chapters lead you to create a "Hello World" example.

[Rails] Re: I have issue in Rails Server

2016-12-04 Thread Ad Rienks
To add to Colin's advices: - You can have an IDE online, in the cloud, with everything you need by using C9.io. Register for free, create a Rails environment, and all you need is set up for you! Ad Op vrijdag 2 december 2016 19:26:56 UTC+1 schreef Furqan Ahmad: > > >

[Rails] Re: How to Get Started with Ruby on Rails?

2016-08-26 Thread Ad Rienks
Not long ago I had the same question. What I recommend is Michael Hartl´s tutorial: https://www.railstutorial.org/ You get a Cloud 9 development environment with it, and it's all for free! Op donderdag 25 augustus 2016 18:46:26 UTC+2 schreef Faraz Mirza: > > Hey Guys! > > I am a Computer

Re: [Rails] access to cloud9

2016-06-11 Thread Ad Rienks
Thank you. Well, I did not do anything special, but all of a sudden the workspace is there again. Hopefully it stays. Op zaterdag 11 juni 2016 18:57:23 UTC+2 schreef tamouse: > > What have you tried so far? Is Cloud9 support any help? > > On June 11, 2016 at 09:29:48, Ad

[Rails] access to cloud9

2016-06-11 Thread Ad Rienks
Help please! I am doing the tutorial by M Hartl, using Cloud9 IDE. Suddenly it crashed. What to do to get it back? -- You received this message because you are

Re: [Rails] Ruby on Rails tutorial by Michael Hartl

2016-05-27 Thread Ad Rienks
Norbert, Thanks again! I walked through the tutorial, rereading chapter 3, and there I found my mistake, in this line: *Minitest::Reporters.use!* After correction, the test ran without errors! -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk"

Re: [Rails] Ruby on Rails tutorial by Michael Hartl

2016-05-27 Thread Ad Rienks
Op vrijdag 27 mei 2016 10:03:51 UTC+2 schreef Norbert Melzer: > > If you are able to, do an upgrade. If you can't just ignore the warning… > In any case, it is not related to the remaining message you screenshotted > instead of copy pasting… Just read along after the warning lines and take a

[Rails] Ruby on Rails tutorial by Michael Hartl

2016-05-27 Thread Ad Rienks
Hello, I am doing this tutorial, currently in Chapter 5. I am testing listing 5.26 but get the feeling that not all is set up like it should. The message: