Tagged Questions

0
votes
2answers
63 views

ruby - if string is not contained within an array

I only want to output one anchor here. If the current_page is in the array I get two (.html and -nf.html). If it is not in the array I get as many anchors as there are items in the array. I am using …
0
votes
2answers
86 views

Feasibility of HAML + PHP/CakePHP

Is anyone using a HAML implementation for PHP like phpHaml or pHAML? Both projects have seen no activity for about 2 years, and both are < 1.0. Is it feasible/wise to use HAML for a large PHP …
1
vote
4answers
72 views

How can I use Haml with Catalyst?

Is it possible to use Haml instead of a templating engine with the Catalyst web framework?
0
votes
2answers
41 views

Referencing a SASS file from HAML

How do I reference a .sass file from a .haml file? I have the following haml expression that will reference a .css file: %link{'href' => '/stylesheets/layout.css?cache=1', 'rel' => …
0
votes
1answer
57 views

Why does a rails app on heroku serve assets via all.css and locally via individual files

I'm a rails newbie, I've been trying to figure out what is going on with the stylesheets_link_tag on heroku. If I use = stylesheet_link_tag "style", :cache => true heroku uses "all.css" and …
0
votes
1answer
72 views

haml syntax - better way of writing this?

I have a config file full of this.... - if current_page.include? "test_string_one" - @total_index = 3 - @next_location = '../random_string/page0.html' - @next_name = 'title 2' …
0
votes
2answers
62 views

haml syntax - better way of writing this?

There must be a better way of writing this- I'm just not sure how (using staticmatic)- - if current_page.include? "0.html" - @current_index = 1 - if current_page.include? "1.html" - …
1
vote
1answer
83 views

conditional haml - if else nesting for static ruby build

Using staticmatic (rubygem) to generate static site. What I want is both whats in "if" and whats in "else" to include #main-block. (correct nesting: - if @transparency #content-inner{:style => …
3
votes
1answer
57 views

rails html helper

I'm trying to figure out the cleanest way to generate a bit of html AND nest content inside it. Using HAML. Basically I want to do something like: = block_large This is some nested content And …
0
votes
1answer
44 views

How can I make errors in HAML (Rails) show me the exact line where the error occurred?

NoMethodError in course_templates#index Showing app/views/course_templates/index.haml where line #6 raised: undefined method `new_course_template' for #<ActionView::Base:0x237c3e4> Extracted …
0
votes
0answers
32 views

haml editing on gEdit, any way to auto indent?

I'm using gEdit to edit haml files and the auto indenting feature seems to work when i'm writing one line after another, but when I go and clear out a exisiting element (a div or a class) the rest of …
0
votes
1answer
27 views

SASS syntax highlighting does not work when bundle is installed along with HAML’s in Textmate?

I've encountered this issue on two different machines and can't figure out what the cause is. SASS syntax highlighting works fine in TextMate when I install a SASS bundle like this. However, when I …
0
votes
2answers
56 views

How to send back js.haml in rails

I have a rails create action which send back some jquery in a file: create.js.erb var appearance = $("<%= escape_javascript(render(:partial => @appearance)) %>").effect("highlight", {color: …
0
votes
1answer
44 views

Help with Sass mixin & variables (var is being ignored)

Hi guys, I have the following mixin in a sass partial: =card-list width: 180px min-height: 150px display: -moz-inline-stack display: inline-block vertical-align: top margin: 5px zoom: 1 …
0
votes
1answer
39 views

What is the proper way of handling xml-stylesheet :xmlns:blah with haml?

I'm trying to hook up a blog with some xml namespaces and xml stylesheets. The ugly way that I'm doing this currently looks like so: !!! XML = partial('xmlstyle') %channel ......blah..... = …

1 2 3 4 5 next
15 30 50 per page