<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
  <channel>
    <title>Recent Posts in Rails for .NET Developers | Pragmatic Forums</title>
    <link>http://fora.pragprog.com/forums/75/posts</link>
    <language>en-us</language>
    <ttl>60</ttl>
    <item>
      <title>Pg 25 generate fails on Leopard posted by Jeff Cohen @ Wed, 26 Nov 2008 19:30:06 -0000</title>
      <description>&lt;p&gt;Great!&lt;/p&gt;


	&lt;p&gt;And feel free to post any other feedback you may have as you work through the book (hopefully positive, but negative is ok too :-)&lt;/p&gt;


	&lt;p&gt;Jeff&lt;/p&gt;</description>
      <pubDate>Wed, 26 Nov 2008 19:30:06 -0000</pubDate>
      <guid isPermaLink="false">fora.pragprog.com:75:1434:6395</guid>
      <author>Jeff Cohen</author>
      <link>http://fora.pragprog.com/forums/75/topics/1434</link>
    </item>
    <item>
      <title>Pg 25 generate fails on Leopard posted by Cory McCarty @ Tue, 25 Nov 2008 18:21:15 -0000</title>
      <description>&lt;p&gt;Jeff,&lt;/p&gt;


	&lt;p&gt;That did it.  Looks like Mac &lt;span class="caps"&gt;OS X&lt;/span&gt; Leopard ships with Rails 1.2.6.  Thanks for the help!&lt;/p&gt;


	&lt;p&gt;-Cory&lt;/p&gt;</description>
      <pubDate>Tue, 25 Nov 2008 18:21:15 -0000</pubDate>
      <guid isPermaLink="false">fora.pragprog.com:75:1434:6356</guid>
      <author>Cory McCarty</author>
      <link>http://fora.pragprog.com/forums/75/topics/1434</link>
    </item>
    <item>
      <title>Pg 25 generate fails on Leopard posted by Jeff Cohen @ Mon, 24 Nov 2008 20:43:52 -0000</title>
      <description>&lt;p&gt;Perhaps you have an older version of Rails?  Try this:&lt;/p&gt;


	&lt;p&gt;&lt;code&gt;rails -v&lt;/code&gt;&lt;/p&gt;


	&lt;p&gt;If it shows something earlier than Rails 2.1, you can install it this way:&lt;/p&gt;


	&lt;p&gt;&lt;code&gt;sudo gem install rails -v 2.1.1&lt;/code&gt;&lt;/p&gt;


	&lt;p&gt;You can also upgrade to the newly-released 2.2 by just doing &lt;code&gt;sudo gem install rails&lt;/code&gt;, but, there are a couple of caveats:&lt;/p&gt;


	&lt;ol&gt;
	&lt;li&gt;You&amp;#8217;ll need to first update your RubyGems to 1.3.1 by doing &lt;code&gt;sudo gem update --system&lt;/code&gt; followed by &lt;code&gt;sudo update_rubygems&lt;/code&gt; (see &lt;a href="http://blog.segment7.net/articles/category/rubygems"&gt;http://blog.segment7.net/articles/category/rubygems&lt;/a&gt; for more info)&lt;/li&gt;
		&lt;li&gt;We haven&amp;#8217;t had a chance yet to verify that all of the examples in the book still work exactly the same under 2.2, though we&amp;#8217;d be surprised if there are any differences.&lt;/li&gt;
	&lt;/ol&gt;


	&lt;p&gt;Let me know if this helps.&lt;/p&gt;


	&lt;p&gt;Thanks!&lt;br /&gt;Jeff&lt;/p&gt;</description>
      <pubDate>Mon, 24 Nov 2008 20:43:52 -0000</pubDate>
      <guid isPermaLink="false">fora.pragprog.com:75:1434:6332</guid>
      <author>Jeff Cohen</author>
      <link>http://fora.pragprog.com/forums/75/topics/1434</link>
    </item>
    <item>
      <title>Pg 25 generate fails on Leopard posted by Cory McCarty @ Sun, 23 Nov 2008 22:57:51 -0000</title>
      <description>&lt;p&gt;Here&amp;#8217;s a copy from the terminal:&lt;/p&gt;


	&lt;p&gt;macbook:book_tracker mccarcd1$ ls&lt;br /&gt;&lt;span class="caps"&gt;README&lt;/span&gt;        components    doc        public        tmp&lt;br /&gt;Rakefile    config        lib        script        vendor&lt;br /&gt;app        db        log        test&lt;br /&gt;macbook:book_tracker mccarcd1$ ruby script/generate scaffold book title:string author:string on_loan:boolean&lt;br /&gt;wrong constant name Title:stringController&lt;br /&gt;macbook:book_tracker mccarcd1$&lt;/p&gt;


	&lt;p&gt;-Cory&lt;/p&gt;</description>
      <pubDate>Sun, 23 Nov 2008 22:57:51 -0000</pubDate>
      <guid isPermaLink="false">fora.pragprog.com:75:1434:6321</guid>
      <author>Cory McCarty</author>
      <link>http://fora.pragprog.com/forums/75/topics/1434</link>
    </item>
    <item>
      <title>Pg 25 generate fails on Leopard posted by Jeff Cohen @ Sun, 23 Nov 2008 21:48:17 -0000</title>
      <description>&lt;p&gt;Hi Cory,&lt;/p&gt;


	&lt;p&gt;Are you referring to this line?&lt;/p&gt;


	&lt;p&gt;&lt;code&gt;ruby script/generate scaffold book title:string&lt;/code&gt;&lt;/p&gt;


	&lt;p&gt;This should work fine on Leopard once you&amp;#8217;ve generated your Rails app and cd&amp;#8217;d into your app&amp;#8217;s directory.&lt;/p&gt;


	&lt;p&gt;Can you reply here with exactly what you&amp;#8217;re entering into Terminal?&lt;/p&gt;


	&lt;p&gt;Thanks!&lt;br /&gt;Jeff&lt;/p&gt;</description>
      <pubDate>Sun, 23 Nov 2008 21:48:17 -0000</pubDate>
      <guid isPermaLink="false">fora.pragprog.com:75:1434:6319</guid>
      <author>Jeff Cohen</author>
      <link>http://fora.pragprog.com/forums/75/topics/1434</link>
    </item>
    <item>
      <title>Pg 25 generate fails on Leopard posted by Cory McCarty @ Sat, 22 Nov 2008 21:01:06 -0000</title>
      <description>&lt;p&gt;Maybe I&amp;#8217;m doing something wrong here, but I tried the Instant Gratification stuff on Mac &lt;span class="caps"&gt;OS X&lt;/span&gt; Leopard (which ships with ruby/rails installed), and the generate failed with the following message:&lt;/p&gt;


	&lt;p&gt;wrong constant name Title:stringController&lt;/p&gt;</description>
      <pubDate>Sat, 22 Nov 2008 21:01:06 -0000</pubDate>
      <guid isPermaLink="false">fora.pragprog.com:75:1434:6290</guid>
      <author>Cory McCarty</author>
      <link>http://fora.pragprog.com/forums/75/topics/1434</link>
    </item>
    <item>
      <title>Typos in Chapter 1 posted by Jeff Cohen @ Tue, 04 Nov 2008 19:55:08 -0000</title>
      <description>&lt;p&gt;Hi Matthew,&lt;/p&gt;


	&lt;p&gt;Rats!  Thanks for pointing that out.  Can you add it to the &lt;a href="http://www.pragprog.com/titles/cerailn/errata"&gt;errata page&lt;/a&gt;?&lt;/p&gt;


	&lt;p&gt;And as you go through the book, feel free to let us know if you find the examples helpful (or not), or if there are any concepts you wish we had covered in more detail.&lt;/p&gt;


	&lt;p&gt;Thanks!&lt;br /&gt;Jeff&lt;/p&gt;</description>
      <pubDate>Tue, 04 Nov 2008 19:55:08 -0000</pubDate>
      <guid isPermaLink="false">fora.pragprog.com:75:1313:5841</guid>
      <author>Jeff Cohen</author>
      <link>http://fora.pragprog.com/forums/75/topics/1313</link>
    </item>
    <item>
      <title>Chapter 2 Issues posted by Matthew Strickland @ Tue, 04 Nov 2008 19:50:33 -0000</title>
      <description>&lt;p&gt;I can echo the page 36 comment.&lt;/p&gt;</description>
      <pubDate>Tue, 04 Nov 2008 19:50:33 -0000</pubDate>
      <guid isPermaLink="false">fora.pragprog.com:75:1190:5840</guid>
      <author>Matthew Strickland</author>
      <link>http://fora.pragprog.com/forums/75/topics/1190</link>
    </item>
    <item>
      <title>Typos in Chapter 1 posted by Matthew Strickland @ Tue, 04 Nov 2008 18:57:37 -0000</title>
      <description>&lt;p&gt;Not sure if this is typo but when I was going through the setup I noticed that on pages 18/19 you reference the path app/views/new.html.erb but for me the path was app/views/books/new.html.erb&lt;/p&gt;


	&lt;p&gt;Thanks&lt;/p&gt;</description>
      <pubDate>Tue, 04 Nov 2008 18:57:37 -0000</pubDate>
      <guid isPermaLink="false">fora.pragprog.com:75:1313:5838</guid>
      <author>Matthew Strickland</author>
      <link>http://fora.pragprog.com/forums/75/topics/1313</link>
    </item>
    <item>
      <title>Chapter 3 Issues posted by Andrew Gaskell @ Sun, 19 Oct 2008 15:26:38 -0000</title>
      <description>&lt;p&gt;Hi Jeff,&lt;/p&gt;


	&lt;p&gt;I didn&amp;#8217;t know there was an Errata page &amp;#8211; sorry. I like the comparisons to .net development. Pointing out the &amp;#8220;Ruby style&amp;#8221; is also nice and helps the reader write code that isn&amp;#8217;t Ruby with a heavy C# accent.&lt;/p&gt;</description>
      <pubDate>Sun, 19 Oct 2008 15:26:38 -0000</pubDate>
      <guid isPermaLink="false">fora.pragprog.com:75:1198:5458</guid>
      <author>Andrew Gaskell</author>
      <link>http://fora.pragprog.com/forums/75/topics/1198</link>
    </item>
    <item>
      <title>Chapter 3 Issues posted by Jeff Cohen @ Sun, 19 Oct 2008 14:50:27 -0000</title>
      <description>&lt;p&gt;Hi Andrew,&lt;/p&gt;


	&lt;p&gt;Thanks for pointing out these issues.  Please submit them to the Errata page (&lt;a href="http://pragprog.com/titles/cerailn/errata"&gt;http://pragprog.com/titles/cerailn/errata&lt;/a&gt;) instead of here, so that can be sure to fix them for the next edition.&lt;/p&gt;


	&lt;p&gt;If you have any other questions/concerns/comments, this forum is the perfect place, and I&amp;#8217;d be interested in your thoughts so far.&lt;/p&gt;


	&lt;p&gt;Thanks!&lt;/p&gt;


	&lt;p&gt;Jeff&lt;/p&gt;</description>
      <pubDate>Sun, 19 Oct 2008 14:50:27 -0000</pubDate>
      <guid isPermaLink="false">fora.pragprog.com:75:1198:5456</guid>
      <author>Jeff Cohen</author>
      <link>http://fora.pragprog.com/forums/75/topics/1198</link>
    </item>
    <item>
      <title>Chapter 3 Issues posted by Andrew Gaskell @ Sun, 19 Oct 2008 06:02:47 -0000</title>
      <description>&lt;p&gt;Page 62&lt;/p&gt;


	&lt;p&gt;There&amp;#8217;s 2 methods nested inside of a method for the C# 2.0 example. Small issue with the &lt;span class="caps"&gt;LINQ&lt;/span&gt; version &amp;#8211; if you want to keep the examples functionally equivalent then &lt;code&gt;AddDays(-8)&lt;/code&gt; is incorrect.&lt;/p&gt;</description>
      <pubDate>Sun, 19 Oct 2008 06:02:47 -0000</pubDate>
      <guid isPermaLink="false">fora.pragprog.com:75:1198:5448</guid>
      <author>Andrew Gaskell</author>
      <link>http://fora.pragprog.com/forums/75/topics/1198</link>
    </item>
    <item>
      <title>Chapter 2 Issues posted by Andrew Gaskell @ Sat, 18 Oct 2008 07:17:24 -0000</title>
      <description>&lt;p&gt;Editing this post to put all of the chapter 2 issues I found in one post.&lt;/p&gt;


	&lt;p&gt;The first one is kind of nitpicky, but the wording in the last paragraph of the &lt;strong&gt;to_s vs. ToString()&lt;/strong&gt; section on page 34 implies that the an example of to_s was shown to the reader.&lt;/p&gt;


	&lt;p&gt;On page 36 the line &lt;code&gt;puts flight.sub(/(w+)\bto/, 'PDX to')&lt;/code&gt; doesn&amp;#8217;t produce the listed output.&lt;/p&gt;


	&lt;p&gt;The first line of output is actually the first line of code &amp;#8211; &lt;code&gt;flight = "United Airlines, Flight #312, ORD to LAX, 9:45AM to 11:45AM"&lt;/code&gt;&lt;/p&gt;


	&lt;p&gt;There are also some code color issues with the output.&lt;/p&gt;


	&lt;p&gt;On page 39 there is some markup next to the first line of C# code.&lt;/p&gt;


	&lt;p&gt;page 52&lt;/p&gt;


	&lt;blockquote&gt;
		&lt;p&gt;&amp;#8220;A static method called Models() returns a list of available models that can be used.&amp;#8221;&lt;/p&gt;
	&lt;/blockquote&gt;


	&lt;p&gt;Models is a property.&lt;/p&gt;


	&lt;p&gt;page 53&lt;/p&gt;


	&lt;blockquote&gt;
		&lt;p&gt;&amp;#8220;In the body of the initializer, we have de&#64257;ned two instance variables, @model and @altitude.&amp;#8221;&lt;/p&gt;
	&lt;/blockquote&gt;


	&lt;p&gt;There are 3 instance variables defined.&lt;/p&gt;</description>
      <pubDate>Sat, 18 Oct 2008 07:17:24 -0000</pubDate>
      <guid isPermaLink="false">fora.pragprog.com:75:1190:5423</guid>
      <author>Andrew Gaskell</author>
      <link>http://fora.pragprog.com/forums/75/topics/1190</link>
    </item>
    <item>
      <title>Command wrap on page 23 posted by Andrew Gaskell @ Sat, 18 Oct 2008 06:11:03 -0000</title>
      <description>&lt;p&gt;Not a huge deal but it&amp;#8217;d be nice if the entire command on page 23 had the maroon bold text.&lt;/p&gt;</description>
      <pubDate>Sat, 18 Oct 2008 06:11:03 -0000</pubDate>
      <guid isPermaLink="false">fora.pragprog.com:75:1188:5421</guid>
      <author>Andrew Gaskell</author>
      <link>http://fora.pragprog.com/forums/75/topics/1188</link>
    </item>
    <item>
      <title>beta? posted by Jeff Cohen @ Thu, 16 Oct 2008 19:48:08 -0000</title>
      <description>&lt;p&gt;Actually, we&amp;#8217;re happy to say the book just been officially released!  Both &lt;span class="caps"&gt;PDF&lt;/span&gt; and Combo packs are available.&lt;/p&gt;


	&lt;p&gt;Let us know what you think of the book &amp;#8211; we hope you&amp;#8217;ll find it helpful.&lt;/p&gt;


	&lt;p&gt;Jeff&lt;/p&gt;</description>
      <pubDate>Thu, 16 Oct 2008 19:48:08 -0000</pubDate>
      <guid isPermaLink="false">fora.pragprog.com:75:1003:5381</guid>
      <author>Jeff Cohen</author>
      <link>http://fora.pragprog.com/forums/75/topics/1003</link>
    </item>
    <item>
      <title>beta? posted by Robert Utner @ Tue, 30 Sep 2008 09:37:00 -0000</title>
      <description>&lt;p&gt;hi!&lt;/p&gt;


	&lt;p&gt;will there be beta versions of this book as with most upcoming titles of &amp;#8220;the pragmatic programmer&amp;#8221; series?&lt;/p&gt;


	&lt;p&gt;br&lt;/p&gt;</description>
      <pubDate>Tue, 30 Sep 2008 09:37:00 -0000</pubDate>
      <guid isPermaLink="false">fora.pragprog.com:75:1003:4705</guid>
      <author>Robert Utner</author>
      <link>http://fora.pragprog.com/forums/75/topics/1003</link>
    </item>
    <item>
      <title>&amp;quot;No built-in ActiveRecord-like ORM mapper in .NET&amp;quot; posted by Lee Richardson @ Fri, 18 Jul 2008 12:03:44 -0000</title>
      <description>&lt;p&gt;Thanks for the clarification and prompt response.  I&amp;#8217;m glad that section was the exception and not the rule.  I&amp;#8217;m definitely looking forward to publication.  It should be a very interesting read.&lt;/p&gt;</description>
      <pubDate>Fri, 18 Jul 2008 12:03:44 -0000</pubDate>
      <guid isPermaLink="false">fora.pragprog.com:75:691:3689</guid>
      <author>Lee Richardson</author>
      <link>http://fora.pragprog.com/forums/75/topics/691</link>
    </item>
    <item>
      <title>&amp;quot;No built-in ActiveRecord-like ORM mapper in .NET&amp;quot; posted by Brian Eng @ Thu, 17 Jul 2008 16:34:47 -0000</title>
      <description>&lt;p&gt;Thanks for your comment, Lee.  You&amp;#8217;re right that we didn&amp;#8217;t mention &lt;span class="caps"&gt;LINQ&lt;/span&gt; in this particular instance, although we do talk about and have plenty of code samples using &lt;span class="caps"&gt;LINQ&lt;/span&gt; in other parts of the book.  I&amp;#8217;ll be sure to make a reference to it here before the book is published.&lt;/p&gt;


	&lt;p&gt;In regards to &lt;span class="caps"&gt;ASP&lt;/span&gt;.NET &lt;span class="caps"&gt;MVC&lt;/span&gt;, we do talk about it and compare/contrast with Rails in the book, although our discussion of it is limited.  We&amp;#8217;ve been writing this book for about 10 months, and during that time, &lt;span class="caps"&gt;ASP&lt;/span&gt;.NET &lt;span class="caps"&gt;MVC&lt;/span&gt; has been (and still is) in Beta/CTP.  We&amp;#8217;ve done our best to keep up with its development, but in the end, we chose to focus on comparing Rails to technologies which are already production-quality and are in the hands of the greatest number of .NET devs.&lt;/p&gt;</description>
      <pubDate>Thu, 17 Jul 2008 16:34:47 -0000</pubDate>
      <guid isPermaLink="false">fora.pragprog.com:75:691:3669</guid>
      <author>Brian Eng</author>
      <link>http://fora.pragprog.com/forums/75/topics/691</link>
    </item>
    <item>
      <title>&amp;quot;No built-in ActiveRecord-like ORM mapper in .NET&amp;quot; posted by Lee Richardson @ Thu, 17 Jul 2008 14:37:53 -0000</title>
      <description>&lt;p&gt;I&amp;#8217;m primarily a .Net developer, and this book looks really interesting.  But I have to take exception with the following quote in section 6.1 of the chapter: &lt;a href="&lt;/p"&gt;Displaying a Grid of Data in a Table&lt;/a&gt;&amp;gt;


	&lt;p&gt;&amp;#8220;There&amp;#8217;s no built-in ActiveRecord-like &lt;span class="caps"&gt;ORM&lt;/span&gt; mapper in .NET, although there are several open-source and commercial packages that are similar in style and function.&amp;#8221;&lt;/p&gt;


	&lt;p&gt;It goes on to say with .Net out of the box you have to use sproc&amp;#8217;s or &lt;span class="caps"&gt;SQL&lt;/span&gt;.  What about &lt;span class="caps"&gt;LINQ&lt;/span&gt; to &lt;span class="caps"&gt;SQL&lt;/span&gt;?  We&amp;#8217;re using that extensively on my current project with great success.  And all of it&amp;#8217;s biggest limitations (like no multi-table inheritence and only working with &lt;span class="caps"&gt;SQL&lt;/span&gt; Server) should be resolved in the forthcoming &lt;span class="caps"&gt;LINQ&lt;/span&gt; to Entities.  In fact the entire chapter seems to use an out of date way of connecting controls to databases.&lt;/p&gt;


	&lt;p&gt;In any event I&amp;#8217;m afraid this book will do the .Net community a disservice if it doesn&amp;#8217;t at least mention &lt;span class="caps"&gt;LINQ&lt;/span&gt;, if not (ideally) rewrite all examples and comparisons to use &lt;span class="caps"&gt;LINQ&lt;/span&gt;.&lt;/p&gt;


	&lt;p&gt;Furthermore, I feel there should be a significant part of the book comparing Rails to the forthcoming .Net &lt;span class="caps"&gt;MVC&lt;/span&gt; Framework, which looks very awesome and really exciting.  This book could catch a wave of excitement and readership among the .Net community and could really excite developers like myself if it could extensively compare .Net &lt;span class="caps"&gt;MVC&lt;/span&gt; Framework to Rails and then time the books release with the &lt;span class="caps"&gt;MVC&lt;/span&gt; Framework&amp;#8217;s release.&lt;/p&gt;


	&lt;p&gt;But maybe the book is intended for an audience slightly beyond the bleeding (or even cutting if you ask me) edge.  Just a thought.&lt;/p&gt;</description>
      <pubDate>Thu, 17 Jul 2008 14:37:53 -0000</pubDate>
      <guid isPermaLink="false">fora.pragprog.com:75:691:3664</guid>
      <author>Lee Richardson</author>
      <link>http://fora.pragprog.com/forums/75/topics/691</link>
    </item>
  </channel>
</rss>
