search for: stylesheet_link

Displaying 4 results from an estimated 4 matches for "stylesheet_link".

2006 Jul 31
2
**NewBIE** CSS reference in view pages...
I''m a newbie...I have this CSS file created STYLES.CSS which i want to cll into every page under views...how can i do that...<link> tag doesn''t seem to be working here...any help is greatly appreciated...thanks! -- Posted via http://www.ruby-forum.com/.
2006 Jan 12
0
Apache proxy + lighttpd + rails
...dmin/login, instead of www.domain.com/railsapp/admin/login wich renders in a 404, because apache of course doesn''t know of the www.domain.com/admin url Is there an easy way to do this correctly trough apache2? Or should I set some var in my Rails app to append /railsapp/ to every link/uri/stylesheet_link etc. Many thanks in advance, -- Michiel Sikkes michiel.sikkes@gmail.com
2006 Jul 05
0
MasterView rails-optimized (x)html friendly template engine - Release 0.2.3
...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 change, parse on start...
2009 May 01
5
Layout antics
I have a strange problem with my layout file. I think it may be due to nested partials, but removing the deepest nested partial call does not clear the problem. I have an application wide layout (application.html.erb) that works as expected - loads images, javascript, css etc for my application. So http://localhost:3000/patients --> fine http://localhost:3000/patients/new --> fine