花之慶次 2007-6-18 00:08
Ruby on Rails Programming
有沒有人試過用Ruby On Rails寫一個公司網頁呢??
ahnetboy 2007-6-25 11:52
I am working on one right now. Not as easy as advertised.
milkyyway 2007-6-25 23:56
It is easy
It is very easy. Go to ruby on rails official site. they have a good tutorial there. You can pick up quite some stuff from the tutorial
花之慶次 2007-6-27 00:57
[quote]原帖由 [i]milkyyway[/i] 於 2007-6-25 23:56 發表
It is very easy. Go to ruby on rails official site. they have a good tutorial there. You can pick up quite some stuff from the tutorial [/quote]
因為我想用Ruby on Rails寫一個簡單的rhtml名為hello
但我好像出了一些問題
這句話究竟是什麼意思??
Find me in app/views/aisatsu/dare.rhtml
而我在dare.rhtml是這樣寫的:
<% @title= '入口' %>
<h1> 請問你是哪位??</h1>
<% <= start_form_tag :action => :hi %>
<%= text_field :guest, :name %>
<%= submit_tag '告訴對方 '%>
<%= end_form_tag %>
出了些什麼問題??