﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>BlogJava-不可思议之光景-随笔分类-Rails</title><link>http://www.blogjava.net/stingh711/category/26271.html</link><description /><language>zh-cn</language><lastBuildDate>Wed, 28 Nov 2007 11:46:12 GMT</lastBuildDate><pubDate>Wed, 28 Nov 2007 11:46:12 GMT</pubDate><ttl>60</ttl><item><title>Rails plugin for vim</title><link>http://www.blogjava.net/stingh711/archive/2007/11/28/163780.html</link><dc:creator>django</dc:creator><author>django</author><pubDate>Wed, 28 Nov 2007 11:04:00 GMT</pubDate><guid>http://www.blogjava.net/stingh711/archive/2007/11/28/163780.html</guid><wfw:comment>http://www.blogjava.net/stingh711/comments/163780.html</wfw:comment><comments>http://www.blogjava.net/stingh711/archive/2007/11/28/163780.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.blogjava.net/stingh711/comments/commentRss/163780.html</wfw:commentRss><trackback:ping>http://www.blogjava.net/stingh711/services/trackbacks/163780.html</trackback:ping><description><![CDATA[
		<img src="http://www.blogjava.net/images/blogjava_net/stingh711/26514/o_rails.png" align="left" height="480" width="640" /> 在网上搜vim的插件，无意中找到了这个for rails的vim插件。看功能，想当强的，基本上除了代码提示，其他的都有了。看看旁边的截图就知道了。插件集成了project管理，可以自动识别rails项目及文件。集成了rake和generate命令。<br />在命令模式下，：Rproject就会在vim的左边打开project tree，用：R， ：A可以方便的在相关文件之间跳转。<br />如果结合前几天介绍的snippetsEmu，基本上和textmate可以相媲美了。<br />不过说实话，我也没怎么试用，因为netbeans已经够好了，速度都快，代码提示强，也有snippets的功能，所以相比之下，还是推荐用netbeans。也许过些天会有人写类似的for django的插件呢。<br />点<a href="http://www.vim.org/scripts/script.php?script_id=1567">这儿</a>下载。<br /><img src ="http://www.blogjava.net/stingh711/aggbug/163780.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/stingh711/" target="_blank">django</a> 2007-11-28 19:04 <a href="http://www.blogjava.net/stingh711/archive/2007/11/28/163780.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>How to install rails on ubuntu?</title><link>http://www.blogjava.net/stingh711/archive/2007/09/29/149641.html</link><dc:creator>django</dc:creator><author>django</author><pubDate>Sat, 29 Sep 2007 09:37:00 GMT</pubDate><guid>http://www.blogjava.net/stingh711/archive/2007/09/29/149641.html</guid><wfw:comment>http://www.blogjava.net/stingh711/comments/149641.html</wfw:comment><comments>http://www.blogjava.net/stingh711/archive/2007/09/29/149641.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.blogjava.net/stingh711/comments/commentRss/149641.html</wfw:commentRss><trackback:ping>http://www.blogjava.net/stingh711/services/trackbacks/149641.html</trackback:ping><description><![CDATA[<ol><li><span class="postbody"><font size="3">sudo apt-get install ruby rdoc irb libyaml-ruby libzlib-ruby ri ruby1.8-dev</font></span></li><li><span class="postbody"><font size="3">install rubygems</font></span></li><li><span class="postbody"><font size="3">sudo gem update --system</font></span></li><li><span class="postbody"><font size="3">sudo gem install rails --include-dependencies</font></span></li><li><span class="postbody"><font size="3">sudo gem install mongrel --include-dependencies<br /></font></span></li></ol><!-- technorati tags end --><br /><br /><small><small>Technorati Tags: <a class="performancingtags" href="http://technorati.com/tag/rails" rel="tag">rails</a>, <a class="performancingtags" href="http://technorati.com/tag/ubuntu" rel="tag">ubuntu</a></small></small><img src ="http://www.blogjava.net/stingh711/aggbug/149641.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/stingh711/" target="_blank">django</a> 2007-09-29 17:37 <a href="http://www.blogjava.net/stingh711/archive/2007/09/29/149641.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>