characterize:在Rails中装饰对象而无需包装程序的麻烦

时间:2024-06-10 00:20:25
【文件属性】:

文件名称:characterize:在Rails中装饰对象而无需包装程序的麻烦

文件大小:34KB

文件格式:ZIP

更新时间:2024-06-10 00:20:25

Ruby

表征 使模型以特殊方式运行,而无需包装它们。 Characterize建立在基础上,可以很容易地在Rails中使用。 用法 class UsersController < ApplicationController characterize :user def show end end # the above sets a helper_method of 'user' and loads UserCharacter module UserCharacter def special_behavior_available_in_the_view # ... end end class UsersController < ApplicationController def show characterize ( user , display_mod


【文件预览】:
characterize-master
----LICENSE.txt(1KB)
----lib()
--------characterize()
--------characterize.rb(851B)
----Gemfile(360B)
----Rakefile(372B)
----.travis.yml(197B)
----test()
--------test_helper.rb(599B)
--------internal()
--------characterize_test.rb(368B)
----README.md(4KB)
----characterize.gemspec(893B)
----.gitignore(164B)

网友评论