Yesterday I got the beta version of ROR recipes book and the recipes are great. For those of you still thinking about it, I highly recommend the book. The only thing I wish is that if there were some more recipes (greedy me), especially AJAX related and installing an application within your current application. For instance, it will be great to see how one can implement the typo blog engine within one''s already made application. My question: Since this is a beta edition of the book, will more recipes be added to it? Or will the final version contain the same recipes? Nonetheless, the book is a real *gem* and highly recommended. My thanks to Chad and Dave for their hard work. Frank P.S. Now if only were open tickets and open air travel so I could participate in the Rails conference ;) --------------------------------- Relax. Yahoo! Mail virus scanning helps detect nasty viruses! -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060206/ae29349a/attachment.html
And obviously big thanks to David for creating rails Frank softwareengineer 99 <softwareengineer99@yahoo.com> wrote: My thanks to Chad and Dave for their hard work. --------------------------------- Relax. Yahoo! Mail virus scanning helps detect nasty viruses! -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060206/b90ffa1e/attachment.html
On Feb 6, 2006, at 12:39 PM, softwareengineer 99 wrote:> Yesterday I got the beta version of ROR recipes book and the > recipes are great. For those of you still thinking about it, I > highly recommend the book. > > The only thing I wish is that if there were some more recipes > (greedy me), especially AJAX related and installing an application > within your current application. > > For instance, it will be great to see how one can implement the > typo blog engine within one''s already made application. > > My question: Since this is a beta edition of the book, will more > recipes be added to it? Or will the final version contain the same > recipes?The final version will contain roughly three times more recipes than this version. We''ll be releasing new beta versions as recipes are added. Cheers Dave
Wow - that''s really cool. Is there somewhere to sign up to participate in such betas? On 2/6/06, softwareengineer 99 <softwareengineer99@yahoo.com> wrote:> > Yesterday I got the beta version of ROR recipes book and the recipes are > great. For those of you still thinking about it, I highly recommend the > book. > > The only thing I wish is that if there were some more recipes (greedy me), > especially AJAX related and installing an application within your current > application. > > For instance, it will be great to see how one can implement the typo blog > engine within one''s already made application. > > My question: Since this is a beta edition of the book, will more recipes > be added to it? Or will the final version contain the same recipes? > > Nonetheless, the book is a real *gem* and highly recommended. My thanks to > Chad and Dave for their hard work. > > Frank > P.S. Now if only were open tickets and open air travel so I could > participate in the Rails conference ;) > > ------------------------------ > Relax. Yahoo! Mail virus scanning<http://us.rd.yahoo.com/mail_us/taglines/viruscc/*http://communications.yahoo.com/features.php?page=221>helps detect nasty viruses! > > > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails > > >-- Byron http://byron.saltysiak.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060206/e2b68cbd/attachment-0001.html
Hey Dave, That is wonderful news. Thank you for your reply. Frank Dave Thomas <dave@pragprog.com> wrote: The final version will contain roughly three times more recipes than this version. We''ll be releasing new beta versions as recipes are added. Cheers Dave _______________________________________________ Rails mailing list Rails@lists.rubyonrails.org http://lists.rubyonrails.org/mailman/listinfo/rails --------------------------------- Yahoo! Mail - Helps protect you from nasty viruses. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060206/c2620d9e/attachment.html
Hey Byron, I got my beta book here http://www.pragmaticprogrammer.com/titles/fr_rr/index.html Thanks Frank Byron Saltysiak <byronsalty@gmail.com> wrote: Wow - that''s really cool. Is there somewhere to sign up to participate in such betas? --------------------------------- Yahoo! Mail - Helps protect you from nasty viruses. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060206/e993e788/attachment.html
This book is incredible. Exactly what I was looking for, I can''t wait to see 50 more recipes. On 2/6/06, softwareengineer 99 <softwareengineer99@yahoo.com> wrote:> Hey Byron, > I got my beta book here > http://www.pragmaticprogrammer.com/titles/fr_rr/index.html > > Thanks > Frank > > Byron Saltysiak <byronsalty@gmail.com> wrote: > Wow - that''s really cool. Is there somewhere to sign up to participate in > such betas? > > > > ________________________________ > Yahoo! Mail - Helps protect you from nasty viruses. > > > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails > > >
nice -thanks On 2/6/06, softwareengineer 99 <softwareengineer99@yahoo.com> wrote:> > Hey Byron, > I got my beta book here > http://www.pragmaticprogrammer.com/titles/fr_rr/index.html > > Thanks > Frank > > *Byron Saltysiak <byronsalty@gmail.com>* wrote: > > Wow - that''s really cool. Is there somewhere to sign up to participate in > such betas? > > > ------------------------------ > Yahoo! Mail<http://us.rd.yahoo.com/mail_us/taglines/virusmail/*http://mail.yahoo.com>- Helps protect you from nasty viruses. > > > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails > > >-- Byron http://byron.saltysiak.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060206/37dd42aa/attachment.html
Hi .. I am new to Rails and it is not clear to me why I am getting the following error. Any help appreciated. -m. $cat app/views/admin/new.rhtml <% @page_title = "New member..." -%> <%= start_form_tag( :action => ''create'' ) %> <table> <tr> <td> First Name: </td> <td> <%= text_field( "member", "first_name", size => 40 %> </td> </tr> <tr> <td> Last Name: </td> <td> <%= text_field( "member", "last_name", size => 40 %> </td> </tr> <tr> <td> </td> <td> <%= submit_tag "Create" %> </td> </tr> </table> <%= link_to ''Back'', :action => ''list'' %> <%= end_form_tag %> In browser: Showing app/views/admin/new.rhtml where line #8 raised: compile error script/../config/../app/views/admin/new.rhtml:8: parse error, unexpected '';'', expecting '')'' _erbout.concat " <td> "; _erbout.concat(( text_field( "member", "first_name", size => 40 ).to_s); _erbout.concat " </td>\n" ^ script/../config/../app/views/admin/new.rhtml:12: parse error, unexpected '';'', expecting '')'' _erbout.concat " <td> "; _erbout.concat(( text_field( "member", "last_name", size => 40 ).to_s); _erbout.concat " </td>\n" -- -mark. ---------------------------------------------------- Mark Probert probertm at acm dot org ----------------------------------------------------
<td> <%= text_field( "member", "first_name", size => 40 %> </td> Should be: <td> <%= text_field( "member", "first_name", size => 40) %> </td> On 2/6/06, Mark Probert <probertm@gmail.com> wrote:> > > Hi .. > > I am new to Rails and it is not clear to me why I am getting the > following error. Any help appreciated. > > -m. > > > $cat app/views/admin/new.rhtml > > > <% @page_title = "New member..." -%> > > <%= start_form_tag( :action => ''create'' ) %> > > > > <table> > > <tr> > > <td> First Name: </td> > > <td> <%= text_field( "member", "first_name", size => 40 %> </td> > > </tr> > > <tr> > > <td> Last Name: </td> > > <td> <%= text_field( "member", "last_name", size => 40 %> </td> > > </tr> > > <tr> > > <td> </td> > > <td> <%= submit_tag "Create" %> </td> > > </tr> > > > </table> > > > <%= link_to ''Back'', :action => ''list'' %> > > <%= end_form_tag %> > > > > In browser: > > Showing app/views/admin/new.rhtml where line #8 raised: > > compile error > script/../config/../app/views/admin/new.rhtml:8: parse error, unexpected > '';'', expecting '')'' > _erbout.concat " <td> "; _erbout.concat(( text_field( "member", > "first_name", size => 40 ).to_s); _erbout.concat " </td>\n" > > ^ > script/../config/../app/views/admin/new.rhtml:12: parse error, > unexpected '';'', expecting '')'' > _erbout.concat " <td> "; _erbout.concat(( text_field( "member", > "last_name", size => 40 ).to_s); _erbout.concat " </td>\n" > > > > -- > > -mark. > > ---------------------------------------------------- > Mark Probert probertm at acm dot org > ---------------------------------------------------- > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails >-- Ben Reubenstein http://www.benr75.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060206/5062434d/attachment-0001.html
On 2/6/06, softwareengineer 99 <softwareengineer99@yahoo.com> wrote:> > Yesterday I got the beta version of ROR recipes book and the recipes are > great. For those of you still thinking about it, I highly recommend the > book. > > The only thing I wish is that if there were some more recipes (greedy me), > especially AJAX related and installing an application within your current > application. > > For instance, it will be great to see how one can implement the typo blog > engine within one''s already made application. > > My question: Since this is a beta edition of the book, will more recipes > be added to it? Or will the final version contain the same recipes?Hi Frank! THanks for the kind words. Dave has already answered the question of whether more recipes will be added. I wanted to add that an advantage of being in the beta program is that you can suggest Recipes you''d like to see (as you''ve done here). I can''t guarantee that all the suggestions will make it in, but I''m definitely always on the lookout for good ideas, and this book is for people like you (the readers!). So your ideas are the most important. Nonetheless, the book is a real *gem* and highly recommended. My thanks to> Chad and Dave for their hard work.Thank you very much! I hope the book continues to delight you. :) -- Chad Fowler http://chadfowler.com http://pragmaticprogrammer.com/titles/fr_rr/ (Rails Recipes - In Beta!) http://pragmaticprogrammer.com/titles/mjwti/ (My Job Went to India, and All I Got Was This Lousy Book) http://rubycentral.org http://rubygarden.org http://rubygems.rubyforge.org (over one million gems served!) -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060207/f93ed60e/attachment-0001.html
* Chad Fowler (chadfowler@gmail.com) [060207 10:39]:> of whether more recipes will be added. I wanted to add that an advantage of > being in the beta program is that you can suggest Recipes you''d like to see (as > you''ve done here). I can''t guarantee that all the suggestions will make it in, > but I''m definitely always on the lookout for good ideas, and this book is for > people like you (the readers!). So your ideas are the most important.Chad, I''m very much enjoying the Beta Recipes book -- thanks for the hard work! By what channel(s) would you prefer to receive suggestions for new recipes? Rick -- http://www.rickbradley.com MUPRN: 828 | notice of appeal random email haiku | and appointed new counsel | to represent him.
Hi Chad, Thank you for your reply. Seeing how great this community is and how accessible you are, I will certainly make sure (and recommend others) to pass along any suggestions for the book. Thank you once again. Frank Chad Fowler <chadfowler@gmail.com> wrote: Hi Frank! THanks for the kind words. Dave has already answered the question of whether more recipes will be added. I wanted to add that an advantage of being in the beta program is that you can suggest Recipes you''d like to see (as you''ve done here). I can''t guarantee that all the suggestions will make it in, but I''m definitely always on the lookout for good ideas, and this book is for people like you (the readers!). So your ideas are the most important. -- Chad Fowler http://chadfowler.com http://pragmaticprogrammer.com/titles/fr_rr/ (Rails Recipes - In Beta!) http://pragmaticprogrammer.com/titles/mjwti/ (My Job Went to India, and All I Got Was This Lousy Book) http://rubycentral.org http://rubygarden.org http://rubygems.rubyforge.org (over one million gems served!) --------------------------------- Yahoo! Mail - Helps protect you from nasty viruses. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060207/074db410/attachment.html
Dave, Bought the book and already glad I did! You mention that new or additional recipes are coming - and that you are amenable to reader suggestions for additional ones. Is this the forum for those or would you like them off-line? -Mark -----Original Message----- From: rails-bounces@lists.rubyonrails.org [mailto:rails-bounces@lists.rubyonrails.org] On Behalf Of Dave Thomas Sent: Monday, February 06, 2006 2:14 PM To: rails@lists.rubyonrails.org Subject: Re: [Rails] ROR Recipes Beta On Feb 6, 2006, at 12:39 PM, softwareengineer 99 wrote:> Yesterday I got the beta version of ROR recipes book and the > recipes are great. For those of you still thinking about it, I > highly recommend the book. > > The only thing I wish is that if there were some more recipes > (greedy me), especially AJAX related and installing an application > within your current application. > > For instance, it will be great to see how one can implement the > typo blog engine within one''s already made application. > > My question: Since this is a beta edition of the book, will more > recipes be added to it? Or will the final version contain the same > recipes?The final version will contain roughly three times more recipes than this version. We''ll be releasing new beta versions as recipes are added. Cheers Dave _______________________________________________ Rails mailing list Rails@lists.rubyonrails.org http://lists.rubyonrails.org/mailman/listinfo/rails
Mark, please pass your suggestions along. The best way to reach me is by personal email (chad@chadfowler.com --- not the address I''m using for this list). Thanks, Chad On 2/7/06, Mark Wales <stuff@markwales.com> wrote:> > Dave, > > Bought the book and already glad I did! > > You mention that new or additional recipes are coming - and that you are > amenable to reader suggestions for additional ones. Is this the forum > for those or would you like them off-line? > > -Mark > > -----Original Message----- > From: rails-bounces@lists.rubyonrails.org > [mailto:rails-bounces@lists.rubyonrails.org] On Behalf Of Dave Thomas > Sent: Monday, February 06, 2006 2:14 PM > To: rails@lists.rubyonrails.org > Subject: Re: [Rails] ROR Recipes Beta > > > On Feb 6, 2006, at 12:39 PM, softwareengineer 99 wrote: > > > Yesterday I got the beta version of ROR recipes book and the > > recipes are great. For those of you still thinking about it, I > > highly recommend the book. > > > > The only thing I wish is that if there were some more recipes > > (greedy me), especially AJAX related and installing an application > > within your current application. > > > > For instance, it will be great to see how one can implement the > > typo blog engine within one''s already made application. > > > > My question: Since this is a beta edition of the book, will more > > recipes be added to it? Or will the final version contain the same > > recipes? > > The final version will contain roughly three times more recipes than > this version. > > We''ll be releasing new beta versions as recipes are added. > > > Cheers > > > Dave > > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails >-- Chad Fowler http://chadfowler.com http://pragmaticprogrammer.com/titles/fr_rr/ (Rails Recipes - In Beta!) http://pragmaticprogrammer.com/titles/mjwti/ (My Job Went to India, and All I Got Was This Lousy Book) http://rubycentral.org http://rubygarden.org http://rubygems.rubyforge.org (over one million gems served!)
This book definitely kicks ass. After I bought it I briefly skimmed it over and thought to myself, "Hm, these look alright, not sure how many I''ll be using though, I could do most of it on my own." Started a new project later that day and immediately used four of the recipes! One of the things I really like is that it shows just how easy some of the stuff really is. For example, I hate writing authentication systems, and so have looked at using different generators, LoginEngine, etc. I could certainly write a simple auth system myself, but I don''t know how big it would be, which discourages me from doing so. When I see a basic system done in 5 pages of text and maybe 50 lines of code, there''s no uncertainty and I''m happy to knock it out. I''m lazy though, so if I think it''s going to be a long, dull task, I probably won''t do it. In that regard, this book relieves me of a lot of that. Really looking forward to the new recipes as they come out. Pat On 2/6/06, softwareengineer 99 <softwareengineer99@yahoo.com> wrote:> Yesterday I got the beta version of ROR recipes book and the recipes are > great. For those of you still thinking about it, I highly recommend the > book. > > The only thing I wish is that if there were some more recipes (greedy me), > especially AJAX related and installing an application within your current > application. > > For instance, it will be great to see how one can implement the typo blog > engine within one''s already made application. > > My question: Since this is a beta edition of the book, will more recipes be > added to it? Or will the final version contain the same recipes? > > Nonetheless, the book is a real *gem* and highly recommended. My thanks to > Chad and Dave for their hard work. > > Frank > P.S. Now if only were open tickets and open air travel so I could > participate in the Rails conference ;) > > > ________________________________ > Relax. Yahoo! Mail virus scanning helps detect nasty viruses! > > > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails > > >
On 2/6/06, Dave Thomas <dave@pragprog.com> wrote:> The final version will contain roughly three times more recipes than > this version. > > We''ll be releasing new beta versions as recipes are added.What was the recipe count as of Feb 06 (approximately)? I''m considering buying the ebook+paper version of this, but I''m not sure what "three times more recipes" is relative to, since I don''t know what''s been added between then and now. -- James
It shipped with 21... so I am assuming it will be around 63 recipes at final count. The book is really well written. Chad Fowler is a great guy and an even better writer :-). On 17-Feb-06, at 10:26 AM, James Ludlow wrote:> On 2/6/06, Dave Thomas <dave@pragprog.com> wrote: >> The final version will contain roughly three times more recipes than >> this version. >> >> We''ll be releasing new beta versions as recipes are added. > > What was the recipe count as of Feb 06 (approximately)? I''m > considering buying the ebook+paper version of this, but I''m not sure > what "three times more recipes" is relative to, since I don''t know > what''s been added between then and now. > > -- James > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/railsJohn Kopanas http://www.kopanas.com ====================================================================http://www.soen.info - source of the freshest software engineering information on the net http://cusec.soen.info - software engineering conference
On 2/17/06, John Kopanas <john@protoseinc.com> wrote:> > It shipped with 21... so I am assuming it will be around 63 recipes > at final count. The book is really well written. Chad Fowler is a > great guy and an even better writer :-).Just as a plug (dunno that its really needed though), the recipes on RJS templates, authentication and RBAC, and the gentle introduction to migrations have more than made the low price of the PDF well worth it to me as someone who has never taken the time to fully wrap my head around the disparate docs for these arguably complicated subjects. So, buy the darn book already! :) HTH, Dean -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060217/36e4d85f/attachment-0001.html
On Fri, 2006-02-17 at 18:45 -0500, Howard Roberts wrote:> > > On 2/17/06, John Kopanas <john@protoseinc.com> wrote: > It shipped with 21... so I am assuming it will be around 63 > recipes > at final count. The book is really well written. Chad Fowler > is a > great guy and an even better writer :-). > > > > > Just as a plug (dunno that its really needed though), the recipes on > RJS templates, authentication and RBAC, and the gentle introduction to > migrations have more than made the low price of the PDF well worth it > to me as someone who has never taken the time to fully wrap my head > around the disparate docs for these arguably complicated subjects. > > So, buy the darn book already! :)---- I did and the RBAC was interesting except that it has me groping with HABTM relationships since it cowered out without discussing the controller & view code samples that would make it usable. Craig
On 2/17/06, Howard Roberts <hdean.roberts@gmail.com> wrote:> Just as a plug (dunno that its really needed though), the recipes on RJS > templates, authentication and RBAC, and the gentle introduction to > migrations have more than made the low price of the PDF well worth it to me > as someone who has never taken the time to fully wrap my head around the > disparate docs for these arguably complicated subjects. > > So, buy the darn book already! :)Yeah, I bought it. Do emails get sent out to the users when the PDF is updated, or do we have to check the website periodically? -- James
I think we have to check. I emailed the PragProg''s suggesting an RSS feed would rule, and they mentioned something like this would be coming in the future. Tony On 2/20/06, James Ludlow <jamesludlow@gmail.com> wrote:> > On 2/17/06, Howard Roberts <hdean.roberts@gmail.com> wrote: > > Just as a plug (dunno that its really needed though), the recipes on > RJS > > templates, authentication and RBAC, and the gentle introduction to > > migrations have more than made the low price of the PDF well worth it to > me > > as someone who has never taken the time to fully wrap my head around the > > disparate docs for these arguably complicated subjects. > > > > So, buy the darn book already! :) > > Yeah, I bought it. > > Do emails get sent out to the users when the PDF is updated, or do we > have to check the website periodically? > > -- James > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060220/28e8d71f/attachment.html
is there also a gentle introduction to switchtower in the recipes ? regards Thibaut -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060220/95f8c63b/attachment.html
On 20 Feb 2006, at 17:47, Thibaut Barr?re wrote:> is there also a gentle introduction to switchtower in the recipes ? >Not at this time. You could always suggest it to Chad Fowler. Best regards Peter De Berdt
I''ve had a look at the code supplied online and it doesn''t seem complete, most of the folders are just fresh rails installations with no code or data. Is this just me, or are they adding to it gradually. -- Posted via http://www.ruby-forum.com/.
Were do we check on the website for the updates to the Beta? Sometimes I wish their website was on the same level as their books. Their books are top notch but the website, well no so much. Great books though Kirk On Feb 20, 2006, at 11:39 AM, Tony Collen wrote:> I think we have to check. I emailed the PragProg''s suggesting an > RSS feed would rule, and they mentioned something like this would > be coming in the future. > > Tony > > On 2/20/06, James Ludlow <jamesludlow@gmail.com> wrote: > On 2/17/06, Howard Roberts <hdean.roberts@gmail.com> wrote: > > Just as a plug (dunno that its really needed though), the > recipes on RJS > > templates, authentication and RBAC, and the gentle introduction to > > migrations have more than made the low price of the PDF well > worth it to me > > as someone who has never taken the time to fully wrap my head > around the > > disparate docs for these arguably complicated subjects. > > > > So, buy the darn book already! :) > > Yeah, I bought it. > > Do emails get sent out to the users when the PDF is updated, or do we > have to check the website periodically? > > -- James > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails > > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails-------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060220/26d7f51b/attachment.html
On 20 Feb 2006, at 18:09, Kirk Richey wrote:> Were do we check on the website for the updates to the Beta? > Sometimes I wish their website was on the same level as their > books. Their books are top notch but the website, well no so much.Well, you just reorder it, there''s a reorder page at http:// books.pragprog.com/titles/fr_rr/reorder. You have to provide them with your order number and your e-mail address (or the first line of the billing address). Best regards Peter De Berdt
The errata over at http://books.pragprog.com/titles/fr_rr/errata only has one version for the Beta book. Has there been an update since B1.0(2006-02-02)? No use reordering if there''s no changes. On 2/20/06, Peter De Berdt <peter.de.berdt@pandora.be> wrote:> > > On 20 Feb 2006, at 18:09, Kirk Richey wrote: > > > Were do we check on the website for the updates to the Beta? > > Sometimes I wish their website was on the same level as their > > books. Their books are top notch but the website, well no so much. > > Well, you just reorder it, there''s a reorder page at http:// > books.pragprog.com/titles/fr_rr/reorder. You have to provide them > with your order number and your e-mail address (or the first line of > the billing address). > > Best regards > > Peter De Berdt > > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060220/31d07e52/attachment.html
On Mon, Feb 20, 2006 at 05:47:28PM +0100, Thibaut Barr?re wrote:> is there also a gentle introduction to switchtower in the recipes ?Jamis, the author of Switchtower, has written a lengthy and detailed, and I believe fairly accessible, introduction/manual for Switchtower. Though I do not dispute the merits of Chad including a recipe on ST, I wanted to alert you to the excellent manual that exists right now: http://manuals.rubyonrails.com/read/book/17 marcel -- Marcel Molina Jr. <marcel@vernix.org>
Bill Katz wrote:> The errata over at http://books.pragprog.com/titles/fr_rr/errata only > has one version for the Beta book. Has there been an update since B1.0 > (2006-02-02)? No use reordering if there''s no changes.For other beta books Dave has sent out emails when there''s a new version. I would expect that to be true for this one too. regards Justin
I just got my email for new version of book. QUOTE: It features seven new recipes: * In Place Editing * Making Your Own JavaScript Helper * Many To Many With Attributes On The Relationship * Dealing With Time Zones * Living On The Edge * Making Your Own Rails Plugins (contributed by Rick Olson, aka technoweenie) * Polymorphic Associations END QUOTE: This is so awesome. Thanks to Chad and everyone working on this book. I have made a request for regeneration of PDF and am currently waiting. Go Railers! Frank Justin Forder <justin@justinforder.me.uk> wrote: For other beta books Dave has sent out emails when there''s a new version. I would expect that to be true for this one too. regards Justin _______________________________________________ Rails mailing list Rails@lists.rubyonrails.org http://lists.rubyonrails.org/mailman/listinfo/rails Rails Blog: http://railsruby.blogspot.com MySQL Blog: http://mysqldatabaseadministration.blogspot.com Linux / Security Blog: http://frankmash.blogspot.com --------------------------------- Brings words and photos together (easily) with PhotoMail - it''s free and works with Yahoo! Mail. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060221/a8f4b6bb/attachment-0001.html
On Feb 20, 2006, at 10:33 AM, James Ludlow wrote:> > Do emails get sent out to the users when the PDF is updated, or do we > have to check the website periodically?I send e-mail on all major releases of the beta. Dave
Just wanted to ditto the "thanks!"... this book IS awesome. I highly recommend it to the Rails community. It''s actually being used just as much as my Agile book... and, it''s not even finished yet. If you''d rather not wade through edge source code, and want applicable examples... get the book ! Chad... the Polymorphic and Join table examples were *exactly* what I needed. I owe you a beer (or brewery for that matter), come Rails Conf ! On 2/21/06, softwareengineer 99 <softwareengineer99@yahoo.com> wrote:> > I just got my email for new version of book. > > QUOTE: > > It features seven new recipes: > > * In Place Editing > * Making Your Own JavaScript Helper > * Many To Many With Attributes On The Relationship > * Dealing With Time Zones > * Living On The Edge > * Making Your Own Rails Plugins (contributed by Rick Olson, aka > technoweenie) > * Polymorphic Associations > > END QUOTE: > > This is so awesome. Thanks to Chad and everyone working on this book. I > have made a request for regeneration of PDF and am currently waiting. > > Go Railers! > Frank > > *Justin Forder <justin@justinforder.me.uk>* wrote: > > > For other beta books Dave has sent out emails when there''s a new > version. I would expect that to be true for this one too. > > regards > > Justin > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails > > > > > Rails Blog: http://railsruby.blogspot.com > MySQL Blog: http://mysqldatabaseadministration.blogspot.com > Linux / Security Blog: http://frankmash.blogspot.com > > ------------------------------ > Brings words and photos together (easily) with > PhotoMail > <http://us.rd.yahoo.com/mail_us/taglines/PMall/*http://photomail.mail.yahoo.com>- it''s free and works with Yahoo! Mail. > > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails > > >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060222/0ffbd9b6/attachment.html
On 2/22/06, Dylan Stamat <dylans@gmail.com> wrote:> Just wanted to ditto the "thanks!"... this book IS awesome. I highly > recommend it to the Rails community. > It''s actually being used just as much as my Agile book... and, it''s not even > finished yet. > If you''d rather not wade through edge source code, and want applicable > examples... get the book ! > > Chad... the Polymorphic and Join table examples were *exactly* what I > needed. > I owe you a beer (or brewery for that matter), come Rails Conf ! >Thanks everyone! I''m just happy to hear that the book is helping you. I hope it continues to please as the new recipes keep coming. Thanks! -- Chad Fowler http://chadfowler.com http://pragmaticprogrammer.com/titles/fr_rr/ (Rails Recipes - In Beta!) http://pragmaticprogrammer.com/titles/mjwti/ (My Job Went to India, and All I Got Was This Lousy Book) http://rubycentral.org http://rubygarden.org http://rubygems.rubyforge.org (over one million gems served!)
Do you know how many recipes the book will eventually contain? Or are you going to just keep adding them? On 2/22/06, Chad Fowler <chadfowler@gmail.com> wrote:> On 2/22/06, Dylan Stamat <dylans@gmail.com> wrote: > > Just wanted to ditto the "thanks!"... this book IS awesome. I highly > > recommend it to the Rails community. > > It''s actually being used just as much as my Agile book... and, it''s not even > > finished yet. > > If you''d rather not wade through edge source code, and want applicable > > examples... get the book ! > > > > Chad... the Polymorphic and Join table examples were *exactly* what I > > needed. > > I owe you a beer (or brewery for that matter), come Rails Conf ! > > > > Thanks everyone! I''m just happy to hear that the book is helping you. > I hope it continues to please as the new recipes keep coming. > > Thanks! > > -- > Chad Fowler > http://chadfowler.com > http://pragmaticprogrammer.com/titles/fr_rr/ (Rails Recipes - In Beta!) > http://pragmaticprogrammer.com/titles/mjwti/ (My Job Went to India, > and All I Got Was This Lousy Book) > http://rubycentral.org > http://rubygarden.org > http://rubygems.rubyforge.org (over one million gems served!) > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails >-- Randy Schmidt x@altorg.com 267.334.6833
On 2/22/06, Randy Schmidt <x@altorg.com> wrote:> Do you know how many recipes the book will eventually contain? Or are > you going to just keep adding them?Hi Randy. I''m targeting 70(ish). The book will end up weighing in at around 350 pages. -- Chad Fowler http://chadfowler.com http://pragmaticprogrammer.com/titles/fr_rr/ (Rails Recipes - In Beta!) http://pragmaticprogrammer.com/titles/mjwti/ (My Job Went to India, and All I Got Was This Lousy Book) http://rubycentral.org http://rubygarden.org http://rubygems.rubyforge.org (over one million gems served!)