when running in production the css/js views are packaged up once and sent to the user, so subsequent requests are sent the same packaged file? What I'm getting at is you can't put dynamic code based on say user preferences in the css/js views can you?
--nahum On Tue, Sep 7, 2010 at 08:42, Richard Hulse <[email protected]>wrote: > You may be interested in a just released Gem that allows CSS in views. > > This is based on ideas of DHH from his RailsConf 2010 keynote. > > Radio NZ commissioned it, and it is available here under an MIT license: > > http://github.com/rhulse/rails-css-views > > Looking for feedback and contributions. > > > cheers, > Richard > > -- > You received this message because you are subscribed to the Google Groups > "WellRailed" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<wellrailed%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/wellrailed?hl=en. > > -- You received this message because you are subscribed to the Google Groups "WellRailed" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/wellrailed?hl=en.
