Hello, I''m reading the builder project API (http://builder.rubyforge.org/), but I don''t find the answer to my question: Wich is the file name for CSS templates? (like RXML to XML). -- Daniel H
Hello, I''m reading the builder project API (http://builder.rubyforge.org/), but I don''t find the answer to my question: Wich is the file name for CSS templates? (like RXML to XML). -- Daniel H
I''m not sure builder will do what you want. Take a look at: http://blog.hasmanythrough.com/articles/2006/03/23/dirt-simple-rcss- templates - dan -- Dan Kohn <mailto:dan@dankohn.com> <http://www.dankohn.com/> <tel:+1-415-233-1000> On Jul 14, 2006, at 3:23 PM, Daniel Hernandez wrote:> Hello, > I''m reading the builder project API (http:// > builder.rubyforge.org/), but > I don''t find the answer to my question: Wich is the file name for CSS > templates? (like RXML to XML). > > -- > Daniel H > > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails
El s?b, 15-07-2006 a las 15:36 -0700, Dan Kohn escribi?:> I''m not sure builder will do what you want.Sorry, some times is difficult to explain to me in English (I''m a Spanish-speaking).> Take a look at: > http://blog.hasmanythrough.com/articles/2006/03/23/dirt-simple-rcss- > templatesThanks, I do something similar. Y create a controller stylesheets and write a rhtml view with the css. And I add the line @headers["Content-Type"] = "text/css; charset=iso-8859-1" to the controller methods. -- Daniel