[Rails] Is "scaffold" deprecated?

2009-01-11 Thread cutegirl
I used "scaffold" in my controller. But an error messaged said it is an undefined method. What is the correspoinding new method to this one? Thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk"

[Rails] Re: undefined method `start_form_tag'

2009-01-04 Thread cutegirl
If only "form_tag" is needed, how can one know where is the end of the form? Rails seems to evolve so fast that a book from a year ago is useless. Where can I get the update info of Rails? Thanks for help! On Jan 4, 12:07 pm, Frederick Cheung wrote: > On 4 Jan 2009, at 16:56, c

[Rails] Re: undefined method `start_form_tag'

2009-01-04 Thread cutegirl
thanks! On Jan 4, 12:07 pm, Frederick Cheung wrote: > On 4 Jan 2009, at 16:56, cutegirl wrote: > > > > > I tried to generate a form using the Rails "start_form_tag", but got > > the error message "undefined method `start_form_tag'  for > > #

[Rails] undefined method `start_form_tag'

2009-01-04 Thread cutegirl
I tried to generate a form using the Rails "start_form_tag", but got the error message "undefined method `start_form_tag' for #". What could be missing here. Thanks for help. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google G

[Rails] Re: Error message when installing rails

2009-01-04 Thread cutegirl
It works wonderfully. Thanks again. On Jan 3, 11:32 pm, "Ethan Gunderson" wrote: > Awesome, please post back and let us know how it went! > > Ethan Gunderson > > > > On Sat, Jan 3, 2009 at 10:29 PM, cutegirl wrote: > > > Thanks for the help. I will try t

[Rails] Re: Error message when installing rails

2009-01-03 Thread cutegirl
/rails/pages/RailsOnWindows > > Ethan Gunderson > > > > On Sat, Jan 3, 2009 at 9:21 PM, cutegirl wrote: > > > Windows XP > > > On Jan 3, 6:37 pm, "Ethan Gunderson" wrote: > > > What OS are you trying to install on? > > > > Ethan Gu

[Rails] Re: Error message when installing rails

2009-01-03 Thread cutegirl
Windows XP On Jan 3, 6:37 pm, "Ethan Gunderson" wrote: > What OS are you trying to install on? > > Ethan Gunderson > > > > On Sat, Jan 3, 2009 at 1:21 PM, cutegirl wrote: > > > After I entered the command "gem install rails --include-dependenc

[Rails] Error message when installing rails

2009-01-03 Thread cutegirl
After I entered the command "gem install rails --include-dependencies" for a while, an error message "ERROR: while executing gem... (Zlib::BufError) buffer error". How can I fix this problem? I am new to rails and I hope I can get some help here. Thanks --~--~-~--~~~--