I recently updated the ruby-rails port from 2.3.4 to 3.0.3. Anyone
using the port should know that all Rails 2.3 applications are going
to require significant changes to run on 3.0. The Rails 3 Release
Notes have a lot of information and links regarding the upgrade
process: http://edgeguides.rubyonrails.org/3_0_release_notes.html
Can I get the OK to commit the diff below to current.html?
Thanks,
Jeremy
Index: current.html
===================================================================
RCS file: /cvs/www/faq/current.html,v
retrieving revision 1.248
diff -u -p -r1.248 current.html
--- current.html 11 Nov 2010 15:07:55 -0000 1.248
+++ current.html 8 Dec 2010 23:05:57 -0000
@@ -37,6 +37,7 @@
<li><a href="#20101031">2010/10/31 - wpa configuration changes</a>
<li><a href="#20101108">2010/11/08 - PostgreSQL update</a>
<li><a href="#20101111">2010/11/11 - Xenocara updates</a>
+<li><a href="#20101208">2010/12/08 - [ports] Ruby on Rails update</a>
<!-- New additions go on the bottom, please -->
</ul>
@@ -256,6 +257,15 @@ rm /usr/X11R6/bin/xft-config /usr/X11R6
/usr/X11R6/include/X11/extensions/lbxbufstr.h \
/usr/X11R6/include/X11/extensions/lbximage.h
</b></pre></blockquote>
+
+<a name="20101208"></a>
+<h3>2010/12/08 - Ruby on Rails update</h3>
+Ruby on Rails has been updated to 3.0.3. It's a major upgrade and you need
+to make significant changes to your Rails app to update it from the previous
+version (2.3.4). The
+<a href="http://edgeguides.rubyonrails.org/3_0_release_notes.html">
+Rails 3 Release Notes</a> have a lot of helpful information
+about the upgrade process.
<hr>