similar to: [ANN/ADV] Rails Recipes is Shipping

Displaying 20 results from an estimated 200 matches similar to: "[ANN/ADV] Rails Recipes is Shipping"

2006 May 23
5
QoS book
Hello all, Can anyone recommend a good book which thoroughly explains QoS from a Linux perspective? Something with TC examples & the like. I''ve looked at the following: http://www.amazon.com/gp/product/1580533418/qid=1148368189/sr=1-2/ref=sr_1_2/102-2819973-6353768?s=books&v=glance&n=283155 Engineering Internet QoS. Thanks.
2006 Feb 09
0
OSCON Call For Proposals Deadline (Feb 13)
Hello Rubyists! We on the OSCON presentation committee wanted to remind you all that the deadline for proposals for this year''s O''Reilly Open Source Convention is Midnight (PST) Feb 13. So you have the rest of this week and the weekend to get those talk proposals in! The talk proposal form is here: http://conferences.oreillynet.com/cs/os2006/create/e_sess/ You can read more
2006 Feb 21
1
[ADV] Next beta of Rails Recipes is available
The second beta of Rails Recipes, Chad Fowler''s killer book or writing real-world Rails, is now available. 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
2006 Mar 16
1
[ADV] New Beta of Rails Recipes available
Folks: The fourth beta of Rails Recipes, Chad Fowler''s book or writing real- world Rails, is now available. It features nine new recipes (and fixes the PDF bookmark problem): - Secret URLs - Integration Testing - Cheap And Easy Theme Support - Lightning Fast JavaScript Auto Completes - Use Active Record Outside Of Rails - Sharing Models Between Applications - Keeping Track Of Who Did
2006 Feb 03
33
[ADV] Rails Recipes Beta Book is now available
I''m delighted to announce that Chad Fowler''s new book, Rails Recipes, is now available as a Beta Book. This is a great title for folks who know Rails, and for folks who want to get the most out of Rails. It contains detailed recipes for doing real-world things with Rails, all illustrated with working code. Some examples are drawn from Rails 1.1, the rest from Rails 1.0.
2005 Sep 26
1
Fwd: Rapid GUI Development with QtRuby
Just in case some of you missed it, Pragmatic Programmers just published their first of a series of short, PDF-only books. This one is on qtRuby. It would be great to have something like this for wxRuby. I don''t think wxRuby is quite ready to this (yet), but I thought I''d plant the idea. Curt ---------- Forwarded message ---------- From: Dave Thomas <dave@pragprog.com>
2006 Mar 08
3
migrations schema_info table, Rails Recipes Bug?
I have the rails recipes book and i was going through the migrations recipe. Everything seemed to work except for the last part in trying to do a rake migrate with a migration file version 1 and the schema_info version set to 0. Without the force attribute, the rake migration fails, as expected. So the recipe says to run this: ruby script/runner
2006 Feb 06
6
ActionMailer - ROR Recipes - Multipart/alternative
I am using the SaltedHashLoginGenerator. and would like to send the e-mail in multipart/alternative format. By default my application is using forgot_password_en.rhtml template. I read in the ROR Recipes book "ActionMailer sees these templates, recognizes the pattern in their file names, and automatically sets the MIME type of the message to multipart/alternative and adds
2006 Apr 24
3
Rails Recipes Book: Routing Error
Hi, I''m working on the first rails recipe, InPlaceEditing, and following the instructions very carefully. After generating the scaffold for Contact, I then go to the page, thus: http://localhost:3000/contacts/ I get this error: Routing Error Recognition failed for "/contacts/" What should I be checking for to resolve this problem? Thanks. -- Posted via
2006 Mar 15
4
New RadRails tutorial using AWDWR book
Hello there, I am basically a J2EE refugee fascinated with Rails. I have been using the Spring framework (a lightweight J2EE java framework with some special characteristics) but I am so impressed with RoR that I am porting over many applications. In order to "dive into Rails", of course the second thing to do was get myself an IDE, and since I''ve been using Eclipse for the
2006 Feb 06
35
ROR Recipes Beta
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
2006 Jul 05
0
User Group Brisbane, Australia
Hi, At the next Humbug meeting, we can all meet to talk about forming a user group in Brisbane. If you are around on the 15th July we would love you see you there. http://wiki.rubygarden.org/Ruby/page/show/BrisbaneGroup Date:Saturday 15 July 2006Time:Starting at three pm, out by one am.Place:University of Queensland, Hawken Engineering Building, room S201
2006 Jun 21
0
[REMINDER!] RubyConf 2006 talk proposals now being accepted
[Strictly speaking, this isn''t really a "reminder", since I''m fairly sure the original announcement didn''t go to this list. Nonetheless -- here it is!] Hi everyone -- In case you missed it the first time (and rather a lot of you seem to have...) -- You can now submit a RubyConf 2006 presentation proposal, at: http://proposals.rubygarden.org You
2006 Jan 01
0
An Orlando Ruby/Ruby_on_rails user group is forming
Hi all, Anyone in Central Florida wanting a Ruby and Ruby_on_rails user group, please contact Gregg Pollack (his email address is listed at http://www.rubygarden.org/ruby?Orlando), or if you can''t reach him, simply reply to this message and I''ll forward it to him. Thanks SteveT Steve Litt Author: * Universal Troubleshooting Process courseware * Troubleshooting
2006 Aug 02
2
Help please: AWDWR -- Migration failure
I''m having a problem with one of the migration files from the depot application. ** Invoke db:migrate (first_time) ** Invoke environment (first_time) ** Execute environment ** Execute db:migrate == AddPrice: migrating ======================================================== -- add_column(:products, :price, :decimal, {:scale=>2, :default=>0, :precision=> 8}) rake aborted! You
2006 Jul 21
2
Source code missing for "Agile Web Development with Rails"
Hi, I purchased the first edition of "Agile Web Development with Rails" and it says the source code shown in the book is available on http://pragmaticprogrammer.com/titles/rails . However, I can''t find it. Does anyone know where I can get the code from? Thanks. -- Posted via http://www.ruby-forum.com/.
2006 May 06
0
[ADV] Second Edition of Agile Web Development, with Rails
Oops, I guess wishful thinking got the best of me ;-) (I misread the part about the PDF upgrades) > Maybe the easiest solution is to buy the PDF ? You can then upgrade it for free when a new edition comes out. See > http://www.pragmaticprogrammer.com/starter_kit/faqs/pdf_update_faq.html > > I don''t think a lot of publishers do that, and no garage I have heard of
2006 May 12
1
Application error (Apache) -- depot_final sample code
Hi, I''ve been trying to run the application (depot_final) from the "Agile Web Development with Rails" book (http://pragmaticprogrammer.com/titles/railscode.html), and keep getting the "Application error (Apache)" screen when I go to 127.0.0.1:3000/admin/new. I tried this on 2 different Win2K machines with the same error. One machine has the latest version (13a)
2006 Mar 15
0
[ADV] Best of Ruby Quiz available
Railsriders: Quizmeister James Edward Gray II selected the best 25 Ruby Quizzes from last year, then carefully collected answers and annotated them. The result is "The Best of Ruby Quiz", a wonderful book which will teach any Ruby programmer new techniques and approaches to coding. If you want to hone your programming skills, stick to the front part of the book and enjoy
2005 Mar 02
2
Rails book has a page at Pragmatic Programmers
I noticed a pointer to this in some RSS feed today. "Agile Web Development with Rails", release date July 4, 2005. http://www.pragmaticprogrammer.com/titles/rails/index.html Once you''ve got an ISBN and a title, you''re halfway there. :-) How soon can we pre-order?