RAILS ETAGS



RAILS ETAGS


YARB - Yet Another Rails Blog
So in your layout you have something like this: <%= stylesheet_link_tag 'main' %> Then in your main.css you have something like: @import "interface.css"; /* element level style ...

ongoing · On Being for the Web
ETags · Bill highlights the ETags support in Rails and Django as evidence in his argument that embracing the Web is a good thing. That’s true insofar as Rails and Django at ...

ongoing · RailsConf Day One
I talked to David after the keynote about what they’re doing with ETags, and the default Rails implementation is going to help save bandwidth, but do nothing to offload the CPU

Bill de hÓra: Design for the web
Also note how many lines of code it took to implement ETags in Rails. If you look at the changeset, a considerble about more code went towards testing and documentation than ...

Stefan Tilkov: Deep Etags
So Rails does etags, which is good, but I believe it could offer much better support if this was connected to the lower layers (i.e. ActiveRecord

tag etags
Posted in Emacs , Programming , Lisp , Ruby on Rails , Mac OS X | Tags emacs , etags , rinari , Ruby , TextMate , xctags | 4 comment

InfoQ: 使用ETags减少Web应用带宽和负载
使用ETags减少Web应用带宽和负载. 作者 Gavin Terrill 译者 宋玮 发布 ... Rails 2.0包含了众多新特性和bug修正,并经过了Rails开发团队的精心 ...

#9104 (Internet Explorer does not handle etags optimally) - Rails Trac ...
Reported by: russell: Assigned to: core: Priority: normal: Milestone: 1.x: Component: ActionPack: Version: edge: Severity: major: Keywords: internet explorer etag cache aja

Tim on Etags: “What you want to do is compute the ETag based on the ...
The creator of Struts is working in Rails » ... Tim on Etags: “What you want to do is compute the ETag based on the underlying data ...

Kevin Railsback
The solutions we implemented today: We are now sending proper Expires info, so that caching servers etc can follow them. The missing ETags was actually an issue related to our less ...