Displaying 20 results from an estimated 20000 matches similar to: "Source code missing for "Agile Web Development with Rails""
2006 Oct 30
6
Agile Web Development with Rails
Hi,
Anbody having "Agile Web Development with Rails" soft copy please send
me sansflair-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
Thanks and Regards,
San
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group,
2006 Apr 20
2
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.
2006 May 09
4
Agile Web Development with Rails
Hi,
I''m new to Ruby, Rails and MySQL...
Before Dropping my database, I went back to a previous Grant problem.
On page 54, there are three create database commands...these all worked
fine for me.
I then tried the following Grant command:
Grant all on depot_development.* to ''dave''@''localhost'';
I got back the following error message:
Error 1133 (42000):
2006 Jan 02
2
Agile Web Development book - version 4.0 released
I don''t know if I missed this on the list, but the Agile Web Development
with Rails book is now at version 4.0, for those of us who bought the
PDF from the Prag Prog site.
Just a few typos and corrections from the looks of it, but can''t hurt to
get the latest.
You can reorder the book for download at:
http://books.pragprog.com/titles/rails/reorder
Cheers,
Tom
2006 May 02
96
[ADV] Second Edition of Agile Web Development with Rails
ANNOUNCING AGILE WEB DEVELOPMENT WITH RAILS, SECOND EDITION
===========================================================
http://www.pragmaticprogrammer.com/titles/rails2/
Rails has changed a lot since we announced the first edition of the
book a year ago. DHH says that the 1.1 release "boasts more than 500
fixes, tweaks, and features from more than 100 contributors." Who
are we to
2005 Dec 31
26
Free "Agile Web Development with Rails" Text
Hi All,
I''m a RoR n00b that has been lurking for a week or so. About two weeks
ago I bought the text version of Agile Web Development with Rails.
Today, I bought the .pdf version because I run a Sony Notebook and find
a .pdf more user friendly. Therefore I have the text to give away for
free. If anyone in the continental US would like the copy please let me
know and I''ll mail it
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)
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?
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 Jan 17
5
Noob Question concerning code in Agile Web Development with Rails
Hi,
I''m currently learning Ruby on Rails using "Agile Web Development with
Rails." I am using RadRails as my development environment. Everything has
been going along well, until the end of chapter 7. Just before the end of
the chapter, we set up our store pages so that they can be styled with the
depot.css stylesheet. This is where I run into my problem. The stylesheet
2006 Jun 10
7
Agile Web Development with Rails Page 33
I''m a real Newb; just bought AWDwR and using it with Win2000 - it took me
ages, and only after reading Curt Hibbs Rolling with Ruby, to realise that I
needed to use Cmd.exe before using AWDwR''s dave> instructions.
I''ve created Say/hello.html and I still get "Template is missing" with
http://localhost:3000/say/hello
I''ve read
2005 Sep 29
1
Ajax in the Aguile Web Development... book
I have bought the book, and are working with chapter 18 (about Ajax).
I don''t get the List application example to function as expected. When
i fill inn a name, and presses "Add Item". The button gets gray, the
text "Adding..." is coming up, and the item is being written in the
top of the page, but then it freezes here.
I uses the newest rails, installed with Gem, and
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 Jul 22
2
Error: Before updating scaffolding from new DB schema, try..
Hi, I''m going through the Depot tutorial in the book "Agile Web
Development with Rails" and I can''t even get past the very first step.
I''m getting the following error:
"Before updating scaffolding from new DB schema, try creating a table
for your model (Product)"
when I try to run "ruby script/generate scaffold Product Admin.
I have a table
2006 Mar 05
3
"Undefined method" problem in "Agile Web Development With Rails"
Hi,
I''m reading the "Agile Web Development With Rails" book. So long,
everything has worked fine, but now I got this annoying error message
that I just can''t understand. The error appears for me around page
87, chapter 8.
NoMethodError in Store#display_cart
Showing app/views/store/display_cart.rhtml where line #28 raised:
undefined method `product''
2005 Dec 29
4
Images in Agile Web Development with Rails
Hi,
I am working through Agile Web Development with Rails and I am at pg 69
second last paragraph says "put some images in the public/images
directory......" how do you code the link that is stored in the data base I
have tried http:public/images/name .jpg with no avail I have tried the fully
qualified address http://home/../../../../name.jpg also with no luck. How
should I code this?
2006 Oct 14
1
[ADV] Making space: First Edition AWDwR Paper Books: $12.50
When we announced the second edition of Agile Web Development with
Rails back in May, we pretty much killed the sales of the first
edition paper book. So now, with the second edition just a few months
away, we need to clear out some space.
So, if you''d like to pick up a first edition paper book, they''re
going (while stocks last) for $12.50 (plus shipping) from
2006 Jun 16
2
Problem with User Login from Agile Web Development
I am trying to use an expanded version of the User Login from the Agile
Web Development with Rails book. It takes the user name and password
but then says "Invalid user/password combination". Looking at the log
everything seems to be fine until it sends the query to MySQL. The
query shows that the name is '''' instead of the name that was passed to
the self.login
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.
2006 May 22
1
Agile Web Dev unit test fails with fixture instance variable
I''m following Agile Edition 1. On page 148 it suggests using instance
variables named after the fixture, for example:
assert_equal @version_control_book.id, @product.id
When I introduce this type of instance variable into my test, I get the
following error:
1) Error:
test_not_owner(GroupTest):
RuntimeError: Called id for nil, which would mistakenly be 4 -- if you
really wanted the