Re: [Rails] Re: Missing template projects/index, application/index ?

2012-09-24 Thread KUL KING
Please double check the name. It should be *index.html.erb *not * index.html.rb* as you said. On Tue, Sep 25, 2012 at 11:00 AM, wragen22 wrote: > here is what is in my routes > > Ticketee::Application.routes.draw do > root :to => "projects#index" > end > > As for the html view... i assumed my

Re: [Rails] Re: Missing template projects/index, application/index ?

2012-09-24 Thread wragen22
here is what is in my routes Ticketee::Application.routes.draw do root :to => "projects#index" end As for the html view... i assumed my index.html.rb was just fine? On Monday, September 24, 2012 10:48:25 PM UTC-7, Kashif Umair Liaqat wrote: > > Are you sure that there is an HTML view as well i

Re: [Rails] Re: Missing template projects/index, application/index ?

2012-09-24 Thread KUL KING
Are you sure that there is an HTML view as well in this directory " Users/bradwrage/webapps/ticketee/app/views"? On Tue, Sep 25, 2012 at 9:32 AM, wragen22 wrote: > Man..still can't figure this out.. > > > On Sunday, September 23, 2012 2:32:48 PM UTC-7, wragen22 wrote: >> >> anybody? >> >> On Sat

Re: [Rails] Re: Missing template projects/index, application/index ?

2012-09-24 Thread Norbert Melzer
Please show us your complete routes.rb without comments and the output of "ls app/views/projects", the contents of your ProjectsController could help as well. Am 23.09.2012 23:32 schrieb "wragen22" : > anybody? > > On Saturday, September 22, 2012 5:38:27 PM UTC-7, wragen22 wrote: >> >> Getting thi

[Rails] Re: Missing template projects/index, application/index ?

2012-09-24 Thread wragen22
Man..still can't figure this out.. On Sunday, September 23, 2012 2:32:48 PM UTC-7, wragen22 wrote: > > anybody? > > On Saturday, September 22, 2012 5:38:27 PM UTC-7, wragen22 wrote: >> >> Getting this issue...even though I have my views there in both the >> projects and application. Also getting

[Rails] Re: Missing template projects/index, application/index ?

2012-09-23 Thread wragen22
anybody? On Saturday, September 22, 2012 5:38:27 PM UTC-7, wragen22 wrote: > > Getting this issue...even though I have my views there in both the > projects and application. Also getting a routes issue "No route matches > [GET] "/projects" when going to projects when I have root :to => > "proj