Posts Tagged books
Good bash shell scripts book for newbie
Good bash shell scripts book for beginner
http://www.cyberciti.biz/nixcraft/linux/docs/uniqlinuxfeatures/lsst/
I read the following book this weekend
I read the following book this weekend
and do the exam it mentions, but there is a problem.
Q: NoMethodError (undefined method `scaffold’ for AdminController:Class):
A: my rails version is 2.3.2
the “scaffold” method was removed in Rails 2.0.
in order to resolve it , just run the following commands in the app directory
script/plugin install scaffolding
script/plugin install svn://errtheblog.com/svn/plugins/will_paginate
when u want to practice with the examples, just install the lower version
gem install rails –version 1.2.6 –include-dependencies
20 of the Best Free Linux Books
20 of the Best Free Linux Books
http://www.linuxlinks.com/article/20090405061458383/20oftheBestFreeLinuxBooks-Part1.html