|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
|
Re: [PhillyOnRails] View Problem in Production
|
My bad, yes I am using redirect_to
and I have it as my last line in the controller.
I freakin give up...it must be something on the
server. I have tried to do this in about a half dozen
different ways. I am just going to do it with html.
Thanks,
Jason
--- Mike Zornek <mikezornek@mikezornek.com> wrote:
> On 2/8/06 8:53 AM, "Jason Lenhart"
> <jplenhart@yahoo.com> wrote:
>
> > Has anyone seen anything like this?
>
> I have not -- but I think it's `redirect_to` not
> `redirect`
>
>
http://api.rubyonrails.com/classes/ActionController/Base.html#M000181
>
> In my own code I found:
>
> redirect_to(entry.permalink_url + '#postcomment' )
>
> BTW, the redirect is the last line in your
> controller method right?
>
> ~ Mike
> --
> Work: http://ClickableBliss.com
> Play: http://MikeZornek.com
>
>
> _______________________________________________
> talk mailing list
> talk@phillyonrails.org
> http://lists.phillyonrails.org/mailman/listinfo/talk
>
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
_______________________________________________
talk mailing list
talk@phillyonrails.org
http://lists.phillyonrails.org/mailman/listinfo/talk
|
|