Lindsay Boyd
2006-Apr-20 10:32 UTC
[Rails] Is there a problem with Agile code in Web 2.0 chapter?
Hi, I''m running the code example for ''Dynamically Updating a List'' in Agile pages 404-406: When I enter a new to-do, and click ''New Item'', a new page is rendered only displaying the new to-do just entered. This isn''t what''s expected. The to-do list with id="items" should be updated so the to-do list dynamically grows. Anyone experience this? I''ve tried searching the web & the Agile Errata, but can''t find anything. thanks Lindsay -- Posted via http://www.ruby-forum.com/.
Conrad Taylor
2006-Apr-20 10:59 UTC
[Rails] Is there a problem with Agile code in Web 2.0 chapter?
Hi, you should be referencing the errata and/or the PDF for the book. You should be able to find the errata in the following location: http://pragmaticprogrammer.com/titles/rails/index.html Peace, -Conrad On 4/20/06, Lindsay Boyd <lindsay.boyd@ntlworld.com> wrote:> Hi, I''m running the code example for ''Dynamically Updating a List'' in > Agile pages 404-406: > > When I enter a new to-do, and click ''New Item'', a new page is rendered > only displaying the new to-do just entered. This isn''t what''s expected. > The to-do list with id="items" should be updated so the to-do list > dynamically grows. > > Anyone experience this? I''ve tried searching the web & the Agile Errata, > but can''t find anything. > > thanks > Lindsay > > -- > Posted via http://www.ruby-forum.com/. > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails >
Lindsay Boyd
2006-Apr-20 11:00 UTC
[Rails] Re: Is there a problem with Agile code in Web 2.0 chapter?
Lindsay Boyd wrote:> Anyone experience this? I''ve tried searching the web & the Agile Errata, > but can''t find anything.Darn, forgot to include the prototype library in my layout! Would it be possible to send a warning to the server log that this library is missing if an AJAX call is made? -Lindsay -- Posted via http://www.ruby-forum.com/.