Hey all, I just upgraded rails to 1.1.2, and form_remote_upload now prevents my application.rhtml layout from being processed. I''m not sure if the problem lies with v 1.1.2, or if upgrading the gems screwed stuff up. Anybody have any ideas? Rob -- c++: the power, elegance and simplicity of a hand grenade -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060412/e2a0913e/attachment.html
Rob, Check if you are using upload_progress. If you are check the changelog and notes for 1.1 and up. There were some notes about that part being dropped from the release and how you could still use it with a plugin. Hope it helps, Adrian Madrid On 4/12/06, Rob Merrell <robholio@gmail.com> wrote:> > Hey all, > I just upgraded rails to 1.1.2, and form_remote_upload now prevents my > application.rhtml layout from being processed. I''m not sure if the > problem lies with v 1.1.2, or if upgrading the gems screwed stuff up. > Anybody have any ideas? > > Rob > > -- > c++: the power, elegance and simplicity of a hand grenade > > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails > > >-- Adrian Esteban Madrid -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060412/ce16b398/attachment.html
yeah, it''s not the upload progress it is one that I found on kylemaxell.comcalled form_remote_upload. On 4/12/06, Adrian Madrid <aemadrid@gmail.com> wrote:> > Rob, > > Check if you are using upload_progress. If you are check the changelog and > notes for 1.1 and up. There were some notes about that part being dropped > from the release and how you could still use it with a plugin. > > Hope it helps, > > > Adrian Madrid > > > On 4/12/06, Rob Merrell <robholio@gmail.com> wrote: > > > Hey all, > I just upgraded rails to 1.1.2, and form_remote_upload now prevents my > application.rhtml layout from being processed. I''m not sure if the > problem lies with v 1.1.2, or if upgrading the gems screwed stuff up. > Anybody have any ideas? > > Rob > > -- > c++: the power, elegance and simplicity of a hand grenade > > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails > > > > > > -- > Adrian Esteban Madrid > > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails > > >-- c++: the power, elegance and simplicity of a hand grenade -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060413/0107717b/attachment-0001.html