xiaoqiu369

  BlogJava :: 首页 :: 联系 :: 聚合  :: 管理
  7 Posts :: 3 Stories :: 2 Comments :: 0 Trackbacks
按照惯例,还是打印出Hello world.

/app/controllers/stories_controllers.rb:

class StoriesController<ActionControllers::Base
    def index
        @varies="hello world"
    end
end


/views/stories/index.html.erb:

<%=@varies%>

/config/routes.rb

ActionController::Routing::Routes.draw do |map|
    map 'stories',:controller=>'stories',:action=>'index'
end

启动服务在IE中打开:
http://localhost:3000/stories
OK
posted on 2008-12-23 16:46 bobqiu 阅读(166) 评论(0)  编辑  收藏 所属分类: ruby&rails

只有注册用户登录后才能发表评论。


网站导航: