文件名称:logux_rails:Logux服务器的Rails客户端
文件大小:38KB
文件格式:ZIP
更新时间:2024-06-07 04:34:59
Ruby
Logux导轨 使用将WebSocket,实时更新和脱机优先添加到Ruby on Rails中。 该gem会将添加到Ruby on Rails,然后您可以将Logux Server用作WebSocket和Rails应用程序之间的代理。 阅读指南。 安装 将此行添加到您的应用程序的Gemfile中: gem 'logux_rails' 然后执行: bundle 用法 首先,您必须通过在例如config/initializers/logux.rb定义服务器地址来config/initializers/logux.rb : Logux . configure do | config | config . logux_host = 'http://localhost:31338' end 在应用程序路由配置中挂载Logux::Rack : # config/routes.
【文件预览】:
logux_rails-master
----.rubocop_todo.yml(557B)
----LICENSE.txt(1KB)
----logux_rails.gemspec(2KB)
----lib()
--------generators()
--------logux_rails.rb(575B)
--------tasks()
--------logux()
----Gemfile(310B)
----spec()
--------requests()
--------logux()
--------spec_helper.rb(1KB)
--------dummy()
--------rails_helper.rb(398B)
--------factories()
--------support()
----Rakefile(206B)
----.travis.yml(303B)
----config()
--------routes.rb(96B)
----README.md(2KB)
----.rubocop.yml(573B)
----.pryrc(228B)
----Appraisals(300B)
----.rspec(48B)
----docker-compose.yml(543B)
----.gitignore(199B)
----app()
--------helpers()
--------logux()
----bin()
--------console(376B)
--------setup(131B)
----CHANGELOG.md(519B)