<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
  <channel>
    <title>Recent Posts in Agile Web Development with Rails | Pragmatic Forums</title>
    <link>http://forums.pragprog.com/forums/22/posts</link>
    <language>en-us</language>
    <ttl>60</ttl>
    <item>
      <title>sqlite3 error posted by Lance Orton @ Sat, 19 Jul 2008 17:39:16 -0000</title>
      <description>&lt;p&gt;I am having the same issue using the 3rd edition book.  It started when I get to the &amp;#8220;require&amp;#8221; steps on page 36, I get this:&lt;/p&gt;


	&lt;p&gt;irb(main):001:0&amp;gt; require &amp;#8216;rubygems&amp;#8217;&lt;br /&gt;=&amp;gt; true&lt;br /&gt;irb(main):002:0&amp;gt; require &amp;#8216;sqlite3&amp;#8217;&lt;br /&gt;LoadError: no such file to load&amp;#8212;sqlite3/database
    from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:32:in `gem_original_require&amp;#8217;
    from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:32:in `require&amp;#8217;
    from /usr/local/lib/ruby/gems/1.8/gems/sqlite3-ruby-1.2.2/lib/sqlite3.rb:1
    from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:32:in `gem_original_require&amp;#8217;
    from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:32:in `require&amp;#8217;
    from (irb):2&lt;br /&gt;irb(main):003:0&amp;gt;&lt;/p&gt;


	&lt;p&gt;I moved on to the example and then got the same thing the user gave above.  So I went back&amp;#8230;&lt;/p&gt;


	&lt;p&gt;I am a complete novice so please don&amp;#8217;t assume I know anything.  I&amp;#8217;ve been working on this for 6 hours and have tried lots of suggestions and it&amp;#8217;s just not working.  One site suggested I uninstall the sqlite3-ruby gem and reinstall it.  However, on the 1st step, I get this:&lt;/p&gt;


	&lt;p&gt;lance-ortons-macbook-pro:work lance$ gem uninstall sqlite3-ruby&lt;br /&gt;&lt;span class="caps"&gt;ERROR&lt;/span&gt;:  While executing gem &amp;#8230; (Gem::FilePermissionError)
    You don&amp;#8217;t have write permissions into the /usr/local/lib/ruby/gems/1.8 directory.&lt;/p&gt;


	&lt;p&gt;I have a feeling this might be the root of my problem.  Please help.  Thanks!&lt;/p&gt;


	&lt;p&gt;PS &amp;#8211; I installed the latest version of sqlite3 (3.6) and ruby and rails (2.1) and the rubygems and the sqlite3-ruby gem (1.2.2).  One note, the directory in the library still has sqlite3-ruby gem v1.2.1 and I&amp;#8217;m not sure why.  Installed the newer gem.  I followed this site for the installation.&lt;/p&gt;


	&lt;p&gt;&lt;a href="http://hivelogic.com/articles/2008/02/ruby-rails-leopard"&gt;http://hivelogic.com/articles/2008/02/ruby-rails-leopard&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Sat, 19 Jul 2008 17:39:16 -0000</pubDate>
      <guid isPermaLink="false">forums.pragprog.com:22:499:3706</guid>
      <author>Lance Orton</author>
      <link>http://forums.pragprog.com/forums/22/topics/499</link>
    </item>
    <item>
      <title>file sharing posted by Steve Sanders @ Tue, 15 Jul 2008 21:52:17 -0000</title>
      <description>&lt;p&gt;I am looking for options for file sharing at my web site. I would like something similar to the file sharing solution at &lt;a href="http://www.9dx.com"&gt;http://www.9dx.com&lt;/a&gt; but I am looking for something that is free. I don&#8217;t care about web site design, I&#8217;m interested in file uploading. I need a way for people to submit art work to me which I can then evaluate and post on my web site. Some of the art can be rather large, more than 20 megabytes. If anyone can recommend a solution or has experience with a solution I would be very appreciative.&lt;/p&gt;</description>
      <pubDate>Tue, 15 Jul 2008 21:52:17 -0000</pubDate>
      <guid isPermaLink="false">forums.pragprog.com:22:680:3637</guid>
      <author>Steve Sanders</author>
      <link>http://forums.pragprog.com/forums/22/topics/680</link>
    </item>
    <item>
      <title>Book enhancement request posted by James West @ Tue, 01 Jul 2008 09:00:01 -0000</title>
      <description>&lt;p&gt;Hi,&lt;/p&gt;


	&lt;p&gt;As I really don&amp;#8217;t know the answer to this question, I am not certain how relevant or desireable this would be but I would like to see a section on database modelling tools.&lt;/p&gt;


	&lt;p&gt;I am in the process of writing a spec for a new Rails app and it would be nice to have a section that briefly covered database modelling tools, that may fit nicely with the Rails environment.&lt;/p&gt;


	&lt;p&gt;I am at the point where I am writing a database Schema specification and would love to know if there is anything that would be advantageous to use for this process, and if not then it may be worth a mention that this is the case.&lt;/p&gt;


	&lt;p&gt;Just a thought&lt;/p&gt;


	&lt;p&gt;James&lt;/p&gt;</description>
      <pubDate>Tue, 01 Jul 2008 09:00:01 -0000</pubDate>
      <guid isPermaLink="false">forums.pragprog.com:22:616:3417</guid>
      <author>James West</author>
      <link>http://forums.pragprog.com/forums/22/topics/616</link>
    </item>
    <item>
      <title>ADWR depot app w/Passenger? posted by Sam Ruby @ Sun, 29 Jun 2008 00:34:26 -0000</title>
      <description>&lt;p&gt;I installed the sqlite3-ruby-1.2.2 gem and &lt;a href="http://intertwingly.net/blog/2008/06/16/Intertwingly-on-Rails#c1213662479"&gt;added it to my environment&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Sun, 29 Jun 2008 00:34:26 -0000</pubDate>
      <guid isPermaLink="false">forums.pragprog.com:22:600:3397</guid>
      <author>Sam Ruby</author>
      <link>http://forums.pragprog.com/forums/22/topics/600</link>
    </item>
    <item>
      <title>ADWR depot app w/Passenger? posted by James West @ Sat, 28 Jun 2008 20:14:35 -0000</title>
      <description>&lt;p&gt;I have had no problem with railsplayground but had a few probs with eukhost which mainly revolved around making sure that the right permissions existed on certain files and folders.&lt;/p&gt;


	&lt;p&gt;Railsplayground worked with both 2.0.2 and 2.1&lt;/p&gt;


	&lt;p&gt;It might be worth you googling for rails deployment instructions.&lt;/p&gt;


	&lt;p&gt;I also had an issue with MySQL permissions.&lt;/p&gt;


	&lt;p&gt;Just a thought&lt;/p&gt;</description>
      <pubDate>Sat, 28 Jun 2008 20:14:35 -0000</pubDate>
      <guid isPermaLink="false">forums.pragprog.com:22:600:3395</guid>
      <author>James West</author>
      <link>http://forums.pragprog.com/forums/22/topics/600</link>
    </item>
    <item>
      <title>ADWR depot app w/Passenger? posted by Sam Ruby @ Sat, 28 Jun 2008 03:39:17 -0000</title>
      <description>&lt;p&gt;I didn&amp;#8217;t have any problem getting the beta of edition 3 depot application running on Rails 2.0.2 on Dreamhost: &lt;a href="http://depot.intertwingly.net/store"&gt;http://depot.intertwingly.net/store&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Sat, 28 Jun 2008 03:39:17 -0000</pubDate>
      <guid isPermaLink="false">forums.pragprog.com:22:600:3390</guid>
      <author>Sam Ruby</author>
      <link>http://forums.pragprog.com/forums/22/topics/600</link>
    </item>
    <item>
      <title>error: 'Access denied for jrmbar2008@localhost posted by Ed @ Fri, 27 Jun 2008 22:05:09 -0000</title>
      <description>&lt;p&gt;Hi there Joe,&lt;/p&gt;


	&lt;p&gt;Don&amp;#8217;t know if you have sorted this out yet.&lt;/p&gt;


	&lt;p&gt;I recently started sliding the Rails too, also on Vista and also with MySQL.&lt;br /&gt;I myself am using the 4.1.22 Community edition version.&lt;/p&gt;


	&lt;p&gt;What version are you using of the MySQL DB?&lt;br /&gt;What can be the case here, is that the password must be stored using the old_password option.&lt;/p&gt;


	&lt;p&gt;Here is some reference link; I can&amp;#8217;t remember exactly how I solved it myself, but it might give you a headstart.&lt;br /&gt;&lt;a href="http://dev.mysql.com/doc/refman/5.0/en/old-client.html"&gt;old_client&lt;/a&gt;&lt;/p&gt;


	&lt;p&gt;Cheers,&lt;/p&gt;


	&lt;p&gt;Ed&lt;/p&gt;</description>
      <pubDate>Fri, 27 Jun 2008 22:05:09 -0000</pubDate>
      <guid isPermaLink="false">forums.pragprog.com:22:465:3386</guid>
      <author>Ed</author>
      <link>http://forums.pragprog.com/forums/22/topics/465</link>
    </item>
    <item>
      <title>ADWR depot app w/Passenger? posted by John Chandler @ Fri, 27 Jun 2008 01:20:29 -0000</title>
      <description>&lt;p&gt;Has anyone had success running the &lt;span class="caps"&gt;ADWR&lt;/span&gt; depot app on a web server that uses Passenger?  I&amp;#8217;m trying to do it on Dreamhost, and while my raw-domain &lt;span class="caps"&gt;URL&lt;/span&gt; gives me the RoR intro page, adding the &amp;#8220;depot&amp;#8221; element results in a zero-byte blank page.&lt;/p&gt;


	&lt;p&gt;Any clue?  Dreamhost naturally disclaims knowledge and responsibility.&lt;/p&gt;</description>
      <pubDate>Fri, 27 Jun 2008 01:20:29 -0000</pubDate>
      <guid isPermaLink="false">forums.pragprog.com:22:600:3371</guid>
      <author>John Chandler</author>
      <link>http://forums.pragprog.com/forums/22/topics/600</link>
    </item>
    <item>
      <title>The Depot Application posted by Eric H @ Fri, 20 Jun 2008 19:06:58 -0000</title>
      <description>&lt;p&gt;Was there any resolution to this problem?&lt;br /&gt;&lt;a href="http://forums.pragprog.com/forums/22/topics/10?page=7#posts-1390"&gt;http://forums.pragprog.com/forums/22/topics/10?page=7#posts-1390&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 20 Jun 2008 19:06:58 -0000</pubDate>
      <guid isPermaLink="false">forums.pragprog.com:22:10:3279</guid>
      <author>Eric H</author>
      <link>http://forums.pragprog.com/forums/22/topics/10</link>
    </item>
    <item>
      <title>The Depot Application posted by Eric H @ Fri, 20 Jun 2008 19:06:01 -0000</title>
      <description>&lt;p&gt;Was there any resolution to this problem?&lt;br /&gt;&lt;a href="http://forums.pragprog.com/forums/22/topics/10?page=7#posts-1390"&gt;http://forums.pragprog.com/forums/22/topics/10?page=7#posts-1390&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 20 Jun 2008 19:06:01 -0000</pubDate>
      <guid isPermaLink="false">forums.pragprog.com:22:10:3278</guid>
      <author>Eric H</author>
      <link>http://forums.pragprog.com/forums/22/topics/10</link>
    </item>
    <item>
      <title>  def empty_cart questions posted by Sam Ruby @ Thu, 12 Jun 2008 00:59:47 -0000</title>
      <description>&lt;p&gt;Appendix a2 covers this briefly, but if you are familiar with C/C++, there are no variable declarations in Ruby.  Instead there are a few conventions.  Variable names that start with a capital letter are &lt;code&gt;const&lt;/code&gt;, and variable names that start with a colon are implicitly part of an open ended &lt;code&gt;enum&lt;/code&gt; declaration.&lt;/p&gt;</description>
      <pubDate>Thu, 12 Jun 2008 00:59:47 -0000</pubDate>
      <guid isPermaLink="false">forums.pragprog.com:22:524:3136</guid>
      <author>Sam Ruby</author>
      <link>http://forums.pragprog.com/forums/22/topics/524</link>
    </item>
    <item>
      <title>  def empty_cart questions posted by joshua @ Wed, 11 Jun 2008 00:18:06 -0000</title>
      <description>&lt;p&gt;Given: 
  def empty_cart
    session[:cart] = nil
    flash[:notice] = &amp;#8220;Your cart is currently empty&amp;#8221; 
    redirect_to :action =&amp;gt; :index
  end&lt;/p&gt;


	&lt;p&gt;I am curious about :notice (and :cart). Where do these variables come from? &lt;br /&gt;Dealing with :cart first, in add_to_cart, we have:
  @cart = find_cart // which returns session[:cart] ||= Cart.new&lt;/p&gt;


	&lt;p&gt;So, reverting to my C/C++ I would imagine thinking of Cart.new returning and address of the Cart object (i.e. new Cart()). Then session[:cart] would be an index into a dictionary, but what is :cart? It hasn&amp;#8217;t been assigned&amp;#8230; I am confused here.&lt;/p&gt;


	&lt;p&gt;As for :notice, is that an invisible parameter? Global? Same questions on assignment.&lt;/p&gt;


	&lt;p&gt;Sorry for my ignorance of the language. Feel free to point me to a doc that explains this (i will continue looking on my own as well).&lt;/p&gt;</description>
      <pubDate>Wed, 11 Jun 2008 00:18:06 -0000</pubDate>
      <guid isPermaLink="false">forums.pragprog.com:22:524:3120</guid>
      <author>joshua</author>
      <link>http://forums.pragprog.com/forums/22/topics/524</link>
    </item>
    <item>
      <title>p. 79, add_test_data.rb posted by Chuck Hoffman @ Mon, 09 Jun 2008 16:15:15 -0000</title>
      <description>&lt;p&gt;I presume we wouldn&amp;#8217;t want this migration that deletes all existing Products and inserts a bunch of test ones to run on our production database, right?  Shouldn&amp;#8217;t there be some test in here to check which database is being messed with and skip this migration if we&amp;#8217;re in the production database?  Am I missing something?&lt;/p&gt;</description>
      <pubDate>Mon, 09 Jun 2008 16:15:15 -0000</pubDate>
      <guid isPermaLink="false">forums.pragprog.com:22:521:3108</guid>
      <author>Chuck Hoffman</author>
      <link>http://forums.pragprog.com/forums/22/topics/521</link>
    </item>
    <item>
      <title>Depot with Rails 2.0.2 posted by Chuck Hoffman @ Thu, 05 Jun 2008 00:12:43 -0000</title>
      <description>&lt;p&gt;I wouldn&amp;#8217;t characterize it as &amp;#8220;rolling back.&amp;#8221;  Rubygems will keep multiple versions of a gem, so you can have a 2.x and 1.x version of Rails installed on the same machine and work with both.  2.x is still very new and lots of folks are still using 1.x versions of Rails.  If you can&amp;#8217;t get hold of the 3rd edition, I recommend pressing ahead with &lt;span class="caps"&gt;AWDWR&lt;/span&gt; using a 1.x version; all you need to do is what was described earlier: specify the version to use when you create a new project by adding the extra argument to &amp;#8220;rails&amp;#8221; at the command line, as the version number surrounded by underscores.  This will also place the version to use in the &lt;span class="caps"&gt;RAILS&lt;/span&gt;_GEM_VERSION line of config/environment.rb.  You&amp;#8217;ll still learn Rails, and then be able to learn what things bits that are different in 2.0 later, especially since you already have it installed.&lt;/p&gt;</description>
      <pubDate>Thu, 05 Jun 2008 00:12:43 -0000</pubDate>
      <guid isPermaLink="false">forums.pragprog.com:22:184:3061</guid>
      <author>Chuck Hoffman</author>
      <link>http://forums.pragprog.com/forums/22/topics/184</link>
    </item>
    <item>
      <title>sqlite3 error posted by Sam Ruby @ Tue, 03 Jun 2008 12:53:16 -0000</title>
      <description>&lt;p&gt;You can install v1.2, but I wouldn&amp;#8217;t recommend it.&lt;/p&gt;


&lt;pre&gt;
gem uninstall rails
gem install rails --version 1.2.6
&lt;/pre&gt;

	&lt;p&gt;The &lt;a href="http://pragprog.com/titles/rails3/agile-web-development-with-rails-third-edition"&gt;third edition&lt;/a&gt; is available for download now.&lt;/p&gt;</description>
      <pubDate>Tue, 03 Jun 2008 12:53:16 -0000</pubDate>
      <guid isPermaLink="false">forums.pragprog.com:22:499:3030</guid>
      <author>Sam Ruby</author>
      <link>http://forums.pragprog.com/forums/22/topics/499</link>
    </item>
    <item>
      <title>sqlite3 error posted by David Schwartz @ Tue, 03 Jun 2008 05:04:06 -0000</title>
      <description>&lt;p&gt;ok, well, this is a little awkward but are there any books pitched at the same audience for Rails v2? Could I get v1.2 to install? Do I want to?&lt;/p&gt;


	&lt;p&gt;David&lt;/p&gt;</description>
      <pubDate>Tue, 03 Jun 2008 05:04:06 -0000</pubDate>
      <guid isPermaLink="false">forums.pragprog.com:22:499:3029</guid>
      <author>David Schwartz</author>
      <link>http://forums.pragprog.com/forums/22/topics/499</link>
    </item>
    <item>
      <title>sqlite3 error posted by Sam Ruby @ Tue, 03 Jun 2008 02:31:57 -0000</title>
      <description>&lt;p&gt;If you stop and restart your server, you will likely get past this problem, but that will only take you to the next problem.&lt;/p&gt;


	&lt;p&gt;Edition 2 of this book covers Rails 1.2.  Rails 2.0 contains significant updates, enough so to merit a significant update of the book.  Many of the examples in the second edition simply won&amp;#8217;t work with Rails 2.0 or later.&lt;/p&gt;


	&lt;p&gt;Edition 3 of the book (currently in beta) is keeping track to the latest release.  It currently is based on Rails 2.0.2 and I&amp;#8217;m testing the code with 2.1 at the moment and only minor updates appear to be required.&lt;/p&gt;</description>
      <pubDate>Tue, 03 Jun 2008 02:31:57 -0000</pubDate>
      <guid isPermaLink="false">forums.pragprog.com:22:499:3027</guid>
      <author>Sam Ruby</author>
      <link>http://forums.pragprog.com/forums/22/topics/499</link>
    </item>
    <item>
      <title>sqlite3 error posted by David Schwartz @ Tue, 03 Jun 2008 01:04:41 -0000</title>
      <description>&lt;p&gt;creating the app as you suggested, I now get this error:&lt;/p&gt;


	&lt;p&gt;No route matches &amp;#8221;/say/hello&amp;#8221; with {:method=&amp;gt;:get}&lt;/p&gt;


	&lt;p&gt;&lt;span class="caps"&gt;FYI&lt;/span&gt;, I get this same error before the Say controller is generated, as well as before and after the hello action is created.&lt;/p&gt;


	&lt;p&gt;David&lt;/p&gt;</description>
      <pubDate>Tue, 03 Jun 2008 01:04:41 -0000</pubDate>
      <guid isPermaLink="false">forums.pragprog.com:22:499:3024</guid>
      <author>David Schwartz</author>
      <link>http://forums.pragprog.com/forums/22/topics/499</link>
    </item>
    <item>
      <title>sqlite3 error posted by David Schwartz @ Tue, 03 Jun 2008 00:57:30 -0000</title>
      <description>&lt;p&gt;Rails v.2.1.0 (just built last night)&lt;br /&gt;2nd Edition&lt;/p&gt;


	&lt;p&gt;So it&amp;#8217;s a version issue?&lt;/p&gt;


	&lt;p&gt;Thanks for your help,&lt;br /&gt;David&lt;/p&gt;</description>
      <pubDate>Tue, 03 Jun 2008 00:57:30 -0000</pubDate>
      <guid isPermaLink="false">forums.pragprog.com:22:499:3023</guid>
      <author>David Schwartz</author>
      <link>http://forums.pragprog.com/forums/22/topics/499</link>
    </item>
    <item>
      <title>sqlite3 error posted by Sam Ruby @ Mon, 02 Jun 2008 23:59:02 -0000</title>
      <description>&lt;p&gt;What version of rails are you running (i.e., what does &amp;#8220;rails -v&amp;#8221; produce?)  Which edition of the book are you reading?  Edition 2?  Edition 3?  B1.2?&lt;/p&gt;


	&lt;p&gt;If you want to run mysql instead of sqlite3, it probably would be best if you generated your project with the &amp;#8220;&amp;#8212;database mysql&amp;#8221; parameter, thus:&lt;/p&gt;


&lt;pre&gt;
rails --database mysql demo
&lt;/pre&gt;</description>
      <pubDate>Mon, 02 Jun 2008 23:59:02 -0000</pubDate>
      <guid isPermaLink="false">forums.pragprog.com:22:499:3022</guid>
      <author>Sam Ruby</author>
      <link>http://forums.pragprog.com/forums/22/topics/499</link>
    </item>
    <item>
      <title>sqlite3 error posted by David Schwartz @ Mon, 02 Jun 2008 23:33:45 -0000</title>
      <description>&lt;p&gt;Boy, didn&amp;#8217;t take me long to run into problems! I configured my Mac per the instructions on the HiveLogic site (&lt;a href="http://hivelogic.com/articles/2008/02/ruby-rails-leopard"&gt;http://hivelogic.com/articles/2008/02/ruby-rails-leopard&lt;/a&gt;) including MySQL.&lt;/p&gt;


	&lt;p&gt;I got my app skeleton created and &lt;a href="http://localhost:3000"&gt;http://localhost:3000&lt;/a&gt; brings up the right page with both Mongrel and Webrick. However, when I try to access the SayController per &amp;#8216;http://localhost:3000/say/hello&amp;#8217; from page 36 (I said it didn&amp;#8217;t take me long!), I don&amp;#8217;t get the right error. So, as a reminder, this action doesn&amp;#8217;t do anything at this point:&lt;/p&gt;


	&lt;p&gt;&lt;del&gt;&amp;#8212;&lt;/del&gt;-&lt;del&gt;&amp;#8212;&lt;/del&gt;-&lt;del&gt;&amp;#8212;&lt;/del&gt;-&lt;del&gt;&lt;br /&gt;&lt;code&gt;class SayController &amp;lt; ApplicationController&amp;lt;br /&amp;gt;end&lt;/code&gt;&lt;br /&gt;&lt;/del&gt;-&lt;del&gt;&amp;#8212;&lt;/del&gt;-&lt;del&gt;&amp;#8212;&lt;/del&gt;-&lt;del&gt;&amp;#8212;&lt;/del&gt;&lt;/p&gt;


	&lt;p&gt;The title of the resulting error page:&amp;#8217; MissingSourceFile in SayController#hello&amp;#8217;&lt;br /&gt;Further description: &amp;#8216;no such file to load&amp;#8212;sqlite3&amp;#8217;&lt;/p&gt;


	&lt;p&gt;One question: what happened?&lt;img src="?" alt="" /&gt; Any help would be greatly appreciated!!!&lt;/p&gt;


	&lt;p&gt;&lt;span class="caps"&gt;TIA&lt;/span&gt;,&lt;br /&gt;David&lt;/p&gt;</description>
      <pubDate>Mon, 02 Jun 2008 23:33:45 -0000</pubDate>
      <guid isPermaLink="false">forums.pragprog.com:22:499:3021</guid>
      <author>David Schwartz</author>
      <link>http://forums.pragprog.com/forums/22/topics/499</link>
    </item>
    <item>
      <title>Latest AWDWR 3rd Edition: Where are ActiveResource Chapters?   posted by Sam Ruby @ Fri, 30 May 2008 19:04:04 -0000</title>
      <description>&lt;p&gt;My bad.  I meant to say three chapters on ActiveRECORD were updated to Rails 2.0.&lt;/p&gt;


	&lt;p&gt;I still expect to have one chapter on ActiveResource, but my focus on the moment is to get the body of book first to work with Rails 2.0.2 now (and soon, to Rails 2.1) and then to explore new functions.&lt;/p&gt;


	&lt;p&gt;Sorry for the confusion.&lt;/p&gt;</description>
      <pubDate>Fri, 30 May 2008 19:04:04 -0000</pubDate>
      <guid isPermaLink="false">forums.pragprog.com:22:487:2981</guid>
      <author>Sam Ruby</author>
      <link>http://forums.pragprog.com/forums/22/topics/487</link>
    </item>
    <item>
      <title>Latest AWDWR 3rd Edition: Where are ActiveResource Chapters?   posted by Timothy Dussinger @ Fri, 30 May 2008 15:29:37 -0000</title>
      <description>&lt;p&gt;Per this email,&lt;/p&gt;


	&lt;pre&gt;&lt;code&gt;This is just to let you know that Agile Web Development with Rails, Third Edition (PDF) has recently been updated. You own a PDF version of this book, and so you'll be able to request and download this latest version.&lt;/code&gt;&lt;/pre&gt;


	&lt;p&gt;Changes in this version include:&lt;/p&gt;


	&lt;p&gt;Five new chapters were updated to Rails 2.0: Depot Administration, three chapters on ActiveResource, and the chapter on routing and URLs. Numerous errata and a number of forum comments were addressed. In particular, installation instructions on Mac &lt;span class="caps"&gt;OS X&lt;/span&gt; Tiger were updated. A number of screenshot images were refreshed.&lt;/p&gt;


	&lt;p&gt;There should be 3 chapters on ActiveResource in the latest &lt;span class="caps"&gt;PDF&lt;/span&gt;&amp;#8230; but I don&amp;#8217;t see them&amp;#8230; did the gerbils run out of energy?&lt;/p&gt;</description>
      <pubDate>Fri, 30 May 2008 15:29:37 -0000</pubDate>
      <guid isPermaLink="false">forums.pragprog.com:22:487:2977</guid>
      <author>Timothy Dussinger</author>
      <link>http://forums.pragprog.com/forums/22/topics/487</link>
    </item>
    <item>
      <title>error: 'Access denied for jrmbar2008@localhost posted by Joseph Barberio @ Tue, 27 May 2008 16:32:30 -0000</title>
      <description>&lt;p&gt;Hello,&lt;/p&gt;


	&lt;p&gt;I am new to rail and have been trying to work out a problem for a week:&lt;/p&gt;


	&lt;p&gt;I am using Windows Vista (my first mistake) and have installed Instant Rails, followed&lt;br /&gt;the directions precisely and am stuck on trying to connect to my MySql Database.  When I&lt;br /&gt;go to my command line and enter: mysqladmin -u root create depot_development I always get&lt;br /&gt;the following error:&lt;/p&gt;


	&lt;p&gt;connect to server@localhost failed error: &amp;#8216;Access denied for root@localhost&lt;/p&gt;


	&lt;p&gt;I have check security setting, added an explicit user name and password and commented out&lt;br /&gt;the socket line to no avail.  I know I am missing something. I appreciate any help you can give me.&lt;/p&gt;


	&lt;p&gt;Joe&lt;/p&gt;</description>
      <pubDate>Tue, 27 May 2008 16:32:30 -0000</pubDate>
      <guid isPermaLink="false">forums.pragprog.com:22:465:2909</guid>
      <author>Joseph Barberio</author>
      <link>http://forums.pragprog.com/forums/22/topics/465</link>
    </item>
    <item>
      <title>Error on egm update rails, p.31 posted by Sam Ruby @ Mon, 26 May 2008 21:02:16 -0000</title>
      <description>&lt;p&gt;Try:&lt;/p&gt;


&lt;pre&gt;
gem update rails
&lt;/pre&gt;</description>
      <pubDate>Mon, 26 May 2008 21:02:16 -0000</pubDate>
      <guid isPermaLink="false">forums.pragprog.com:22:460:2901</guid>
      <author>Sam Ruby</author>
      <link>http://forums.pragprog.com/forums/22/topics/460</link>
    </item>
  </channel>
</rss>
