文件名称:model_sorter:对ActiveRecord的实例进行排序
文件大小:5KB
文件格式:ZIP
更新时间:2024-05-22 12:55:45
Ruby
ModelSorter 用 Redis 来支持 ActiveRecord 或 DataMapper 的等 Ruby ORM 对象排序,免去在文件数据库中使用排序字段。 Installation Add this line to your application's Gemfile: gem 'model_sorter' Name your column, add this to 'config/initializes/model_sorter.rb' module ModelSorter SORT_COLUMN = "what_column_you_want" end Usage As:需要 View 中配置 Post 结果集的对象排序(用 jquery-ui.sortable 等组件)。 In your Model class Post < ActiveRecord::Base
【文件预览】:
model_sorter-master
----.gitignore(191B)
----model_sorter.gemspec(913B)
----spec()
--------model_sorter_spec.rb(1KB)
----README.md(1KB)
----lib()
--------model_sorter.rb(2KB)
--------model_sorter()
----Gemfile(80B)
----Rakefile(29B)