文件名称:custom_configuration:Rails的自定义配置存储
文件大小:6KB
文件格式:ZIP
更新时间:2024-06-05 10:04:25
Ruby
自定义配置 使Rails.configuration点易于用作*配置存储,即使对于Rails中未包含的东西也是如此。 # config/environments/production.rb BCX :: Application . configure do config . x . resque . jobs_inline = true end # config/initializers/resque.rb if Rails . configuration . x . resque . jobs_inline Resque . inline = true end 部分Rails 4.2+ 这个gem的功能直接包含在Rails 4.2+中。
【文件预览】:
custom_configuration-master
----.gitignore(5B)
----custom_configuration.gemspec(710B)
----README.md(469B)
----lib()
--------custom_configuration()
--------custom_configuration.rb(84B)
----Gemfile(37B)
----MIT-LICENSE(1KB)
----Rakefile(361B)
----test()
--------test_helper.rb(210B)
--------custom_configuration_test.rb(677B)
----Gemfile.lock(1KB)