Ruby on Rails Friday, April 27, 2012

Hard to say for sure. If you still have a public/index.html that will
get rendered as the default home page. Delete it and you'll get the
page defined in routes.rb as the root page.

If you have nothing in routes.rb yet, you'll need to specify
localhost:3000/<controller>/home to view your page

On Fri, Apr 27, 2012 at 4:52 PM, Jeff Kyzer <kyzereye@gmail.com> wrote:

> Very simple, but when I bring up the view source file of the localhost:
> 3000/pages/home I get the following.  Where is all that extra stuff
> come from on top and how do I get rid of it?
>


--
Greg Akins
http://twitter.com/akinsgre

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

No comments:

Post a Comment