rails hit three

阅读更多
Title
def list
  sort_by=params[:sort_by]
  @book_pages,@books = paginate :books,:order => sort_by, :per_...
end
#no ajax order

#change gem to plugin
cd vendor/plugins
gem unpack acts_as_taggable
add a file named init.rb to the dir
write: require 'taggable'

你可能感兴趣的:(Rails,Ajax,Ruby)