Hi,
I was able to create the a boilerplate code using the generate script.
However, the expected (for this) about page did not show up in the
browser. Do some encountered this already?
# script/generate controller about index
exists app/controllers/
exists app/helpers/
create app/views/about
exists test/functional/
create test/unit/helpers/
create app/controllers/about_controller.rb
create test/functional/about_controller_test.rb
create app/helpers/about_helper.rb
create test/unit/helpers/about_helper_test.rb
create app/views/about/index.html.erb
Firefox says that "We''re sorry went wrong" etc...
I am still googling and I am very sure someone have encountered the
same issue.
D
--
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 this group at
http://groups.google.com/group/rubyonrails-talk?hl=en.
What URL are you using in your Firefox? dwhitekiss wrote:> Hi, > > I was able to create the a boilerplate code using the generate script. > However, the expected (for this) about page did not show up in the > browser. Do some encountered this already? > > # script/generate controller about index > exists app/controllers/ > exists app/helpers/ > create app/views/about > exists test/functional/ > create test/unit/helpers/ > create app/controllers/about_controller.rb > create test/functional/about_controller_test.rb > create app/helpers/about_helper.rb > create test/unit/helpers/about_helper_test.rb > create app/views/about/index.html.erb > > Firefox says that "We''re sorry went wrong" etc... > > I am still googling and I am very sure someone have encountered the > same issue. > > D > > -- > > 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 this group at http://groups.google.com/group/rubyonrails-talk?hl=en. > > > >-- 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 this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
2009/11/26 dwhitekiss <dwhitekiss-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>:> Hi, > > I was able to create the a boilerplate code using the generate script. > However, the expected (for this) about page did not show up in the > browser. Do some encountered this already? > > # script/generate controller about index > exists app/controllers/ > exists app/helpers/ > create app/views/about > exists test/functional/ > create test/unit/helpers/ > create app/controllers/about_controller.rb > create test/functional/about_controller_test.rb > create app/helpers/about_helper.rb > create test/unit/helpers/about_helper_test.rb > create app/views/about/index.html.erb > > Firefox says that "We''re sorry went wrong" etc...Look in the rails log file (log/development.log, assuming in development mode) for details of the problem. I presume you have setup the database (you need one even if not yet using it, define it in database.yml) Colin -- 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@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.