2006-01-04から1日間の記事一覧

railsのサンプルを動かしてみる。

いくつも世の中にあるのは知っているが、とりあえず Tutorial in Ruby on Rails http://wiki.rubyonrails.com/rails/pages/Tutorial こいつを選んでみた。 基本的には、書いてあるとおりにやっただけ。自分用のメモに。 rails Phones データベースを作る。 …

Ajax on Railsのサンプル

ONLamp.com: Ajax on Rails http://www.onlamp.com/pub/a/onlamp/2005/06/09/rails_ajax.html <html> <head> <title>Ajax Demo</title> <%= javascript_include_tag "prototype" %> </head> <body> <h1>What time is it?</h1> <div id="time_div"> I don't have the time, but <%= link_to_remote( "click_here", :update =…</div></body></html>