| Installation process: |
|---|
| gem install rails |
| MySQL correction: | ||||
|---|---|---|---|---|
| copy | from | C:\Program Files\MySQL\MySQL Server 5.0\bin | ||
| copy | file | libmySQL.dll | ||
| Paste | to | C:\ruby\bin | ||
| Changes in Upgrade from Lower version: |
|---|
| 1.edit your application.rb file into application_controller.rb in app/controllers/ |
| 2.After upgrading to Rails 2.3.2, edit your test/test_helper and change the name of the class into ActiveSupport::TestCase |