文件名称:support_utils:SupportUtils是实用程序类,帮助程序和标准库扩展的集合,这些实用程序类,帮助程序和标准库扩展被发现对开发项目有用,而且速度更快
文件大小:25KB
文件格式:ZIP
更新时间:2024-05-28 10:27:28
Ruby
支持工具 SupportUtils是实用程序类,帮助程序和标准库扩展的集合,这些实用程序类,帮助程序和标准库扩展被发现对更快地开发项目很有用。 安装 将此行添加到您的应用程序的Gemfile中: gem 'support_utils' 然后执行: bundle install 或将其自己安装为: $ gem install support_utils ##用法 活动记录模型 要在模型中使用所有其他方法和助手,只需在模型内部调用has_utils方法即可。 例子: class Order < ActiveRecord::Base has_utils belongs_to :user end 添加到模型中的方法列表 Model#column_name_format 此方法的行为取决于数据库中列的类型,以下是按类型列出的行为: Model#column_name_format
【文件预览】:
support_utils-master
----MIT-LICENSE(1KB)
----lib()
--------support_utils()
--------support_utils.rb(84B)
--------tasks()
----Gemfile(611B)
----spec()
--------subscriber_spec.rb(188B)
--------app_spec.rb(2KB)
--------publisher_spec.rb(143B)
--------spec_helper.rb(560B)
--------factories()
----Rakefile(834B)
----test()
--------test_helper.rb(814B)
--------integration()
--------dummy()
--------support_utils_test.rb(140B)
----README.md(6KB)
----support_utils.gemspec(1KB)
----.rspec(43B)
----CHANGE_LOG.md(328B)
----Gemfile.lock(3KB)
----.gitignore(209B)