Just In Time
Go to: Just In Time
1 shares
Merb: Multiple CSS files, one server request.
via Just In Time by Justin Pease on January 17, 2008
... side of things.I was happy to see that Merb also allows us to follow Souder's #1 Rule for making the client side snappy too. So how does Merb allow us to make fewer HTTP requests? By dynamically combining multiple stylesheet or script files into one.Let's see some code!It's this simple:# app/views/layout/application.html.erb<% require_css :reset %><% require_css :master %><%= i...
Shared by: Piku,
[ Back to top]
1 shares
Merb Monday: "That's the spirit"
via Just In Time by Justin Pease on February 10, 2008
Tidbits from #merb for the week of Feb 4 - Feb 10.A lot of the conversation this week revolved around the pre 0.9 release. Many of the questions involved bugs or other issues that one can expect in a pre-release. In general I didn't include them as they will quickly be outdated and likely be of little on going value.Q: How do I install (freeze) gems within my application?A: Navigate to the...
Shared by: Piku,
[ Back to top]
1 shares
Merb Monday: State of flux
via Just In Time by Justin Pease on February 17, 2008
This week's edition is a little short. Certainly not for lack of activity in #merb, but due to the continued disturbance in the force caused by the 0.9 transition.0.5 to 0.9 is a big jump (no wonder they skipped 0.6, 0.7 and 0.8!) Most of the discussion this week continued to be related to the transition to 0.9 and trouble ticket type "stuff".News0.9 was released (kinda), however this is a...
Shared by: Piku,
[ Back to top]