Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Having problem with Guidlines step error #19284

Closed
prio101 opened this issue Mar 11, 2015 · 3 comments
Closed

Having problem with Guidlines step error #19284

prio101 opened this issue Mar 11, 2015 · 3 comments
Labels

Comments

@prio101
Copy link

prio101 commented Mar 11, 2015

I am new in rails . I was following the Getting Started, but sorry to say in Section 5.3 It tells me to create a method in articles controller. Which is,

    def create
    end

but , the router doesn't show the promised error there , which should be, "TEMPLATE MISSING ERROR"

after that when I create a show method in the controller , it start to show the promised error in create route.

I took the sense of creating show method from rake commands.
But it can be more good to know that that thing was written in 5.3 section of getting started guide.
I don't know If I am telling the actual something matters but I think I have to start with community advice sooner or later.

@senny senny added the docs label Mar 11, 2015
@cdwort
Copy link

cdwort commented Mar 12, 2015

Hi @prio101 I'm not any kind of official person here, but I ran through the steps in the Getting Started guide, and I did get the "Template is missing" error right after I added the

def create
end

to the articles controller.

What behavior do you see after you add this method and resubmit the form?

@prio101
Copy link
Author

prio101 commented Mar 12, 2015

I was having the "Routing error" ... but just right now after watching your
post I tried resubmit button ( submit buttons ) rather than writing url as
"localhost:3000/articles/new/create" and it's really showing the "Template
missing error" ... I am sorry to being stupid. Next time before asking I
will be more through with what really meant there ..

On Thu, Mar 12, 2015 at 7:47 AM, Amy Unger notifications@github.com wrote:

Hi @prio101 https://github.com/prio101 I'm not any kind of official
person here, but I ran through the steps in the Getting Started guide, and
I did get the "Template is missing" error right after I added the

def create
end

to the articles controller.

What behavior do you see after you add this method and resubmit the form?


Reply to this email directly or view it on GitHub
#19284 (comment).

@rails rails locked and limited conversation to collaborators Jul 28, 2015
@kaspth
Copy link
Contributor

kaspth commented Jul 28, 2015

Locked this to prevent more LinkedIn spam.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

5 participants