acts_as_realtime:Gem 以简单的方式为您的索引添加实时功能

时间:2024-07-10 20:51:08
【文件属性】:

文件名称:acts_as_realtime:Gem 以简单的方式为您的索引添加实时功能

文件大小:6KB

文件格式:ZIP

更新时间:2024-07-10 20:51:08

Ruby

act_as_realtime Gem 以简单的方式为您的索引添加实时功能。 acts_as_realtime 旨在帮助实现索引,可以实时插入自定义元素或记录,同时创建我们要实时修改的索引对应的模型记录。 此 gem 旨在用于 Rails 应用程序。 ##安装 文件 gem 'acts_as_realtime' ## 要求 jquery,可以使用cdn如下 [removed][removed] Ruby 1.9.2 或更高版本 ##用 这个gem的使用很简单,你只需要在我们想要的带有实时索引的模型中执行acts_as_realtime方法,该方法可以携带一系列参数来稍微修改行为和其他强制性参数,但这些将是后面解释了,另外一步就是在视图中插入必要的代码,这个代码以后一定要换成helper,这样就


【文件预览】:
acts_as_realtime-master
----Rakefile(0B)
----Gemfile(0B)
----acts_as_realtime.gemspec(527B)
----lib()
--------communication()
--------acts_as_realtime.rb(4KB)
----README.md(6KB)

网友评论