http://ihower.tw/rails3/index.html 我是ihower,本書介紹Ruby on Rails這套開放原始碼的網站開發架構,預定於2011年下半年出版。如果您有任何意見或勘誤指教,不用怕是初學者(你的問題很可能也是其他新手會碰到的問題),都歡迎來信給我聯絡。目前的撰寫進度:Part1已完成進入校稿階段,讀者可以照著練習,有任何問題歡迎和我反應。Part2各章已有草稿內容,讀者可以先行略讀。Part 1: 入門導覽Ruby on
1.Block: Ruby中的塊就是由多行程式碼群組成的一個代碼塊,通常可以把它認為是一個匿名方法,常用來迭代一個數組或範圍(如each, times方法);文法格式如下: { //code } OR do //code end 塊變數:當建立一個塊時,在兩個豎線之間(如: | i |)被稱作塊變數,作用和一個正常方法的參數一樣;如:5.each{| x |
Using Ruby On Rails on Bluehost:This is intended to be a brief introduction to developing ruby on rails applications on a bluehost account. At the bottom of this article you will find a number of resources to help you learn more about ruby on rails
今天,下面這段程式讓我糾結了很久,Ruby中private的概念真的很奇怪。。。 class Test private def test_print puts 'test' endendclass Test2 < Test def test_print2 # self.test_print #=> 這裡加上self就不能調用,private method `test_print' called for # (NoMethodError) test_print
代碼:URL、搜尋內容、文本驗證點都做成了變數;開啟IE後,輸入www.baidu.com,輸入搜尋內容“watir”,點擊submit,查詢出結果後,使用文本驗證點Content去驗證百度伺服器返回內容。#-------------------------------------------------------------# # Demo test for the Watir controller. # # Simple Google test written by Jonathan
ruby 192 + watir 3.0.0今天遇到了一個比較怪異的問題:在指令碼中使用 Watir::IE.attach 定位一個新開啟的IE視窗,始終報錯,錯誤資訊:“watir-classic-3.0.0/lib/watir-classic/ie-class.rb:760:in `rescue in attach_browser_window': Unable to locate a window with url of (?-mix:baidu.com)
1、中文在Scite編輯器中顯示亂碼的問題解決方案,使用記事本開啟rb指令碼,然後另存新檔,選擇編碼方式為utf-8,然後儲存。在用Scite開啟該指令碼即可。如何讓Scite控制台也正常輸出中文?方法如下:開啟scite->options,在裡面找到"open global options file",把裡面的內容全選複製(本來是可以在這裡改的,但是由於是全域配置,不建議在這裡直接修改),再開啟“open user options