mill2002 @博客园

contacting with pc fans and sharing collections

随笔分类 -  Ruby on Rails(Dynamic language)

Windows 的文件类型关联
摘要:Windows 的文件类型关联如无法打开RUBY文件时:> assoc .rbFile association not found for extension .rb如果没有关联,则给它一个相关的文件类型:> assoc .rb=rbFile接着测试文件类型是否存在:> ftype rbFileFile type 'rbFile' not found or no open com... 阅读全文

posted @ 2008-06-05 11:56 mill2002 阅读(395) 评论(0) 推荐(0)

Migrating to Rails 2.0.2
摘要:Migrating to Rails 2.0.2Action View1)1.2new.rhtml---------<%= form_tag :action => 'create' %> <%= render :partial => 'form' %> <%= submit_tag 'Create' %><%= end_form_tag %&g... 阅读全文

posted @ 2008-05-09 08:17 mill2002 阅读(218) 评论(0) 推荐(0)

导航