Rails 3: Disable session cookies

后端 未结 4 1243
离开以前
离开以前 2021-02-05 14:09

I created a controller to serve dynamic stylesheets, so I can use the image_tag helper and add some cache control.

The problem is that every time the css file is loaded

4条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-02-05 14:31

    In Rails 3 you could use ActiveControllerMetal and only include the features you need http://asciicasts.com/episodes/150-rails-metal

提交回复
热议问题