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 => "projects#index" defined in my routes file. Any idea? 1) Creating Projects can create a project Failure/Error: visit ''/'' ActionView::MissingTemplate: Missing template projects/index, application/index with {:handlers=>[:builder, :coffee, :erb], :locale=>[:en], :formats=>[:html]}. Searched in: * "/Users/bradwrage/webapps/ticketee/app/views" # ./spec/integration/creating_projects_spec.rb:4 Finished in 0.10653 seconds 1 example, 1 failure Failed examples: rspec ./spec/integration/creating_projects_spec.rb:3 # Creating Projects can create a project Randomized with seed 62008 -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/1MheCctLq8wJ. For more options, visit https://groups.google.com/groups/opt_out.
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 => > "projects#index" defined in my routes file. > > Any idea? > > 1) Creating Projects can create a project > Failure/Error: visit ''/'' > ActionView::MissingTemplate: > Missing template projects/index, application/index with > {:handlers=>[:builder, :coffee, :erb], :locale=>[:en], :formats=>[:html]}. > Searched in: > * "/Users/bradwrage/webapps/ticketee/app/views" > # ./spec/integration/creating_projects_spec.rb:4 > > Finished in 0.10653 seconds > 1 example, 1 failure > > Failed examples: > > rspec ./spec/integration/creating_projects_spec.rb:3 # Creating Projects > can create a project > > Randomized with seed 62008 > >-- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/kGNqf2tWyp8J. For more options, visit https://groups.google.com/groups/opt_out.
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 a routes issue "No route matches >> [GET] "/projects" when going to projects when I have root :to => >> "projects#index" defined in my routes file. >> >> Any idea? >> >> 1) Creating Projects can create a project >> Failure/Error: visit ''/'' >> ActionView::MissingTemplate: >> Missing template projects/index, application/index with >> {:handlers=>[:builder, :coffee, :erb], :locale=>[:en], :formats=>[:html]}. >> Searched in: >> * "/Users/bradwrage/webapps/ticketee/app/views" >> # ./spec/integration/creating_projects_spec.rb:4 >> >> Finished in 0.10653 seconds >> 1 example, 1 failure >> >> Failed examples: >> >> rspec ./spec/integration/creating_projects_spec.rb:3 # Creating Projects >> can create a project >> >> Randomized with seed 62008 >> >>-- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/-GTIF7go_V0J. For more options, visit https://groups.google.com/groups/opt_out.
Norbert Melzer
2012-Sep-25 05:32 UTC
Re: Re: Missing template projects/index, application/index ?
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" <bradwrage-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>:> 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 => >> "projects#index" defined in my routes file. >> >> Any idea? >> >> 1) Creating Projects can create a project >> Failure/Error: visit ''/'' >> ActionView::MissingTemplate: >> Missing template projects/index, application/index with >> {:handlers=>[:builder, :coffee, :erb], :locale=>[:en], :formats=>[:html]}. >> Searched in: >> * "/Users/bradwrage/webapps/**ticketee/app/views" >> # ./spec/integration/creating_**projects_spec.rb:4 >> >> Finished in 0.10653 seconds >> 1 example, 1 failure >> >> Failed examples: >> >> rspec ./spec/integration/creating_**projects_spec.rb:3 # Creating >> Projects can create a project >> >> Randomized with seed 62008 >> >> -- > 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To view this discussion on the web visit > https://groups.google.com/d/msg/rubyonrails-talk/-/kGNqf2tWyp8J. > For more options, visit https://groups.google.com/groups/opt_out. > > >-- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit https://groups.google.com/groups/opt_out.
KUL KING
2012-Sep-25 05:47 UTC
Re: Re: Missing template projects/index, application/index ?
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 <bradwrage-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> 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 a routes issue "No route matches >>> [GET] "/projects" when going to projects when I have root :to => >>> "projects#index" defined in my routes file. >>> >>> Any idea? >>> >>> 1) Creating Projects can create a project >>> Failure/Error: visit ''/'' >>> ActionView::MissingTemplate: >>> Missing template projects/index, application/index with >>> {:handlers=>[:builder, :coffee, :erb], :locale=>[:en], :formats=>[:html]}. >>> Searched in: >>> * "/Users/bradwrage/webapps/**ticketee/app/views" >>> # ./spec/integration/creating_**projects_spec.rb:4 >>> >>> Finished in 0.10653 seconds >>> 1 example, 1 failure >>> >>> Failed examples: >>> >>> rspec ./spec/integration/creating_**projects_spec.rb:3 # Creating >>> Projects can create a project >>> >>> Randomized with seed 62008 >>> >>> -- > 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To view this discussion on the web visit > https://groups.google.com/d/msg/rubyonrails-talk/-/-GTIF7go_V0J. > > For more options, visit https://groups.google.com/groups/opt_out. > > >-- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit https://groups.google.com/groups/opt_out.
wragen22
2012-Sep-25 06:00 UTC
Re: Re: Missing template projects/index, application/index ?
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 in this directory " > Users/bradwrage/webapps/ticketee/app/views"? > > On Tue, Sep 25, 2012 at 9:32 AM, wragen22 <brad...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org <javascript:> > > wrote: > >> 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 a routes issue "No route matches >>>> [GET] "/projects" when going to projects when I have root :to => >>>> "projects#index" defined in my routes file. >>>> >>>> Any idea? >>>> >>>> 1) Creating Projects can create a project >>>> Failure/Error: visit ''/'' >>>> ActionView::MissingTemplate: >>>> Missing template projects/index, application/index with >>>> {:handlers=>[:builder, :coffee, :erb], :locale=>[:en], :formats=>[:html]}. >>>> Searched in: >>>> * "/Users/bradwrage/webapps/**ticketee/app/views" >>>> # ./spec/integration/creating_**projects_spec.rb:4 >>>> >>>> Finished in 0.10653 seconds >>>> 1 example, 1 failure >>>> >>>> Failed examples: >>>> >>>> rspec ./spec/integration/creating_**projects_spec.rb:3 # Creating >>>> Projects can create a project >>>> >>>> Randomized with seed 62008 >>>> >>>> -- >> 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 rubyonra...-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<javascript:> >> . >> To unsubscribe from this group, send email to >> rubyonrails-ta...-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org <javascript:>. >> To view this discussion on the web visit >> https://groups.google.com/d/msg/rubyonrails-talk/-/-GTIF7go_V0J. >> >> For more options, visit https://groups.google.com/groups/opt_out. >> >> >> > >-- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/qyOr0676dIMJ. For more options, visit https://groups.google.com/groups/opt_out.
KUL KING
2012-Sep-25 06:02 UTC
Re: Re: Missing template projects/index, application/index ?
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 <bradwrage-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> 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 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 in this directory " >> Users/bradwrage/webapps/ticke**tee/app/views"? >> >> On Tue, Sep 25, 2012 at 9:32 AM, wragen22 <brad...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: >> >>> 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 a routes issue "No route matches >>>>> [GET] "/projects" when going to projects when I have root :to => >>>>> "projects#index" defined in my routes file. >>>>> >>>>> Any idea? >>>>> >>>>> 1) Creating Projects can create a project >>>>> Failure/Error: visit ''/'' >>>>> ActionView::MissingTemplate: >>>>> Missing template projects/index, application/index with >>>>> {:handlers=>[:builder, :coffee, :erb], :locale=>[:en], :formats=>[:html]}. >>>>> Searched in: >>>>> * "/Users/bradwrage/webapps/**tick**etee/app/views" >>>>> # ./spec/integration/creating_**pr**ojects_spec.rb:4 >>>>> >>>>> Finished in 0.10653 seconds >>>>> 1 example, 1 failure >>>>> >>>>> Failed examples: >>>>> >>>>> rspec ./spec/integration/creating_**pr**ojects_spec.rb:3 # Creating >>>>> Projects can create a project >>>>> >>>>> Randomized with seed 62008 >>>>> >>>>> -- >>> 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 rubyonra...@googlegroups.**com. >>> To unsubscribe from this group, send email to rubyonrails-ta...@** >>> googlegroups.com. >>> To view this discussion on the web visit https://groups.google.com/d/** >>> msg/rubyonrails-talk/-/-**GTIF7go_V0J<https://groups.google.com/d/msg/rubyonrails-talk/-/-GTIF7go_V0J> >>> . >>> >>> For more options, visit https://groups.google.com/**groups/opt_out<https://groups.google.com/groups/opt_out> >>> . >>> >>> >>> >> >> -- > 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To view this discussion on the web visit > https://groups.google.com/d/msg/rubyonrails-talk/-/qyOr0676dIMJ. > > For more options, visit https://groups.google.com/groups/opt_out. > > >-- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit https://groups.google.com/groups/opt_out.