文件名称:Mute-Updated_at:静音updated_at
文件大小:33KB
文件格式:ZIP
更新时间:2024-07-12 19:51:50
Ruby
更新活动记录对象时不要更新 updated_at 列。 ## 安装 使用 bundler 安装最新的稳定版本: [sudo] gem "mute_updated_at" 然后执行: $ bundle 或者手动安装: $ gem install mute_updated_at 最后,重新启动服务器以应用更改。 ## 入门 # Class Level In your Model just add :-- mute_updated_at Example class Post < ActiveRecord::Base attr_accessible :name mute_updated_at end this will not update update_at column for any object Post class. post = Post.new({:name
【文件预览】:
Mute-Updated_at-master
----MIT-LICENSE(1KB)
----lib()
--------mute_updated_at.rb(976B)
--------tasks()
--------mute_updated_at()
----Gemfile(608B)
----README.rdoc(2KB)
----Rakefile(708B)
----mute_updated_at.gemspec(761B)
----test()
--------test_helper.rb(469B)
--------dummy()
--------mute_updated_at_test.rb(481B)
----Gemfile.lock(2KB)
----.gitignore(108B)