Powered by emcons.net

RE-Enable Scaffolding and Pagination in Rails greater than 2.0

From How2s

Scaffolding and Pagination have been disabled for Rails greater than 2. Instead they have to be installed as plugins. This can be done by executing:

./script/plugin install scaffolding

and

./script/plugin install svn://errtheblog.com/svn/plugins/will_paginate