From :
http://github.com/mislav/will_paginate/tree/master
Installation
script/plugin install git://github.com/mislav/will_paginate.git Usage @posts = Post.paginate :page => params[:page],rder => 'created_at DESC' In the view, page links can be rendered with a single view helper: <%= will_paginate @posts %>
Technorati Tags: rails 2.0
Tags: Add new tag, Rails, rails 2.0
I love active scaffolding!
Activescaffold website:
http://activescaffold.com/
Get Activescaffold:
http://github.com/activescaffold
Using File Column plugin:
http://www.42.mach7x.com/2007/10/17/file-column-plugin-with-activescaffold-upload-branch/
Active Scaffolding Tutorial
http://www-128.ibm.com/developerworks/linux/library/l-activescaffold/
Active scaffold for Rails 2.1
http://github.com/robd/active_scaffold/commits/rails-2.1
Recordselect to search and select records
http://code.google.com/p/recordselect/wiki/Install
Tags: Add new tag, rails 2.0