[Rails] Re: RCSS problems

Łukasz Piestrzeniewicz bragi.ragnarson at gmail.com
Sun Mar 5 11:47:12 GMT 2006


On 04/03/06, Raphael Schmid <raphael at schwarzschmid.de> wrote:
> Hi again,
>
> after some fiddling around with initial help from rainmkr on IRC, I've
> come to the conclusion that there must be something wrong with the
> render() call in the RcssController as shown at
> http://rcss.rubyforge.org/files/README.html.
>
> The type is set to 'rcss', but the README doesn't talk about any piece
> of code that'd tell Rails to process *.rcss files with the /usr/bin/rcss
> command. Does anybody know if that code exists anywhere, or could give
> me a pointer towards creation of such code?

Binding the Scc processer to Rcss file type is done automatically when
you require 'rcss' in environment.rb.

The response you are getting "Unknown action - No action responded to
test.css" suggests that your routes.rb is not set-up properly. Could
you provide your routes.rb? It would help to find the problem.

--
Łukasz Piestrzeniewicz
http://ragnarson.blogspot.com


More information about the Rails mailing list