这个要点是一个使用刺激反射的应用程序。这是关于分页反射的,我需要隐藏的afterReflex()
是执行回调时的微调器,但有时它不起作用。
https://gist.github.com/matedemorphy/94c6ad13b6aebd89862b5b14120c98df
我在 config/initializers/session_store.rb 中有这一行
Rails.application.config.session_store :cookie_store, key: _my_app, domain: lvh.me
, 但随后在 development.rb
config.session_store :cache_store
config.cache_store = :file_store, Rails.root.join(tmp, cache).to_s, { size: 320.megabytes }
那里可能有些冲突?