search for: javascript_includ

Displaying 2 results from an estimated 2 matches for "javascript_includ".

Did you mean: javascript_include
2006 Jun 03
0
Strange Problem with inclusion of images and stylesheets
...running on Ubuntu and using fcgid. We are running rails in development mode. As i know, to include a image or css or javascript, one can use plain HTML style of inclusions like: < img src=""></img> , <link href=""> or rails way of including things like <%= javascript_include %> <%= image_tag(" ", ) %>. The webserver root directory is "/var/www" and our unstable application is under "/var/www/foo". Now..all of us has a working directory in "/var/www/{user_name}/foo" where we do our work...test it and finally move it to...
2006 Jul 05
0
MasterView rails-optimized (x)html friendly template engine - Release 0.2.3
...View is configured to not generate rhtml to the file system. Fixed by extending rails TemplateError class to check for source in MasterView and then fallback to file system. Release 0.2.1 Added Mongrel support, a new image_tag directive and some additional illustrations and links to videos. Also javascript_include and stylesheet_link directives can infer the path from the src attribute if the attr_value is empty. Also added additional logging around startup and the version of MasterView that is running and a new admin page to visually see what MasterView features are currently loaded (tidy,auto parsing on c...