Prev: How to use rb_enc_str_new() to create a String with UTF-8 encoding?
Next: Bug: Ruby 1.9.1 File io on Windows is slooooow
From: Iñaki Baz Castillo on 2 Dec 2009 11:32 El Miércoles, 2 de Diciembre de 2009, David J,nas escribió: > > le he puesto en el routes.rb > > map.resources :citas, :member => { :cambiar_estado=> :put, > > :cambiar_estado_novisitado => :put }, > :collection =>{ :ver_esperando => :get } > > i le he cambiado el link por ver_esperando_citas_path i sigue diciendo > lo mismo Please, stop this thread in Spanish now. This is a list in English. -- Iñaki Baz Castillo <ibc(a)aliax.net>
From: Rob Biedenharn on 2 Dec 2009 11:33 On Dec 2, 2009, at 11:17 AM, David J,nas wrote: > Rob Biedenharn wrote: >> On Dec 2, 2009, at 10:18 AM, David J,nas wrote: >> >>> end >>> end >>> #<ActionView::Base:0xb6cb3d90> >>> -- >> >> >> necesita el metodo >> ver_esperando_citas_path >> >> y los map.resources para :citas /should be/ unica >> >> map.resources :citas, :member => { :cambiar_estado >> => :put, :cambiar_estado_novisitado => :put }, :collection => >> { :ver_esperando => :get } >> >> espero que ayudate >> >> -Rob >> >> Rob Biedenharn http://agileconsultingllc.com >> Rob(a)AgileConsultingLLC.com > > le he puesto en el routes.rb > > map.resources :citas, :member => { :cambiar_estado=> :put, > :cambiar_estado_novisitado => :put }, > :collection =>{ :ver_esperando => :get } > > i le he cambiado el link por ver_esperando_citas_path i sigue diciendo > lo mismo > -- se reinicia la aplicación después de los cambios a routes.rb? -Rob Rob Biedenharn http://agileconsultingllc.com Rob(a)AgileConsultingLLC.com
From: David J,nas on 2 Dec 2009 11:41 esta solucionado gracias otra duda quiero hacer quiero buscar una todas las citas cuando el estado sea sin atender. Me hechas un cable? -- Posted via http://www.ruby-forum.com/.
From: Iñaki Baz Castillo on 2 Dec 2009 11:56 El Miércoles, 2 de Diciembre de 2009, David J,nas escribió: > esta solucionado gracias > > otra duda quiero hacer > > quiero buscar una todas las citas cuando el estado sea sin atender. Me > hechas un cable? ¡POR FAVOR! deja de preguntar en español, ésta es una lista en inglés y ¡no es sobre Rails, sino sobre Ruby! PLEASE! don't ask more in Spanish, this is a list in English about Ruby, not about Rails! Please STOP NOW. -- Iñaki Baz Castillo <ibc(a)aliax.net>
From: David J,nas on 2 Dec 2009 12:03 tio no se k tantos problemas tienes porque pregunte yme respondan si no quieres no respondas tu . No todos somos tan cultos comotu k sabemos ingles @citas = Cita.find_by_estado('Sin atender') -- Posted via http://www.ruby-forum.com/.
First
|
Prev
|
Next
|
Last
Pages: 1 2 3 4 Prev: How to use rb_enc_str_new() to create a String with UTF-8 encoding? Next: Bug: Ruby 1.9.1 File io on Windows is slooooow |