Top "Haml" questions

HAML is a markup language that’s used to cleanly and simply describe the HTML of any web document without the use of inline code.

Count number of selectors in a css file

is there an existing plugin/app/program/script/whatever that analyzes and counts the css selectors of a file? i …

css css-selectors haml sass compass-sass
How to add styling to a single input in a form_for

I'm using the rails framework with HAML and I have bootstrap setup. How would I format the field inputs seperately. …

ruby-on-rails ruby haml twitter-bootstrap-rails
HAML, Add class to image_tag

I have = image_tag "chart.jpg" I am new to HAML so how do I add a class to this?

haml
Best strategy to use HAML template with Backbone.js

Im getting into Backbone.js to structure the javascript code for my project and I love HAML for templating on …

javascript templates haml backbone.js
Removing whitespaces in HAML

Is there a way to achieve this in HAML? <h1>Lorem ip<span class="red">sum&…

haml removing-whitespace
Create a helper or something for haml with ruby on rails

I am using haml with my rails application and i have a question how the easiest way to insert this …

ruby-on-rails ruby haml
Match an option in select form with boolean values

I have the following piece of code %br = f.label :active, 'Status' = f.select :active, ['Active','Inactive'] Symbol :active is …

ruby-on-rails haml
Get absolute (base) url in sinatra

Right now, I do a get '/' do set :base_url, "#{request.env['rack.url_scheme']}://#{request.env['HTTP_…

ruby sinatra haml
Using AngularJS within Haml views of a Rails app

I have a Rails app with Haml views. Now I want to add AngularJS to some parts of the application, …

ruby-on-rails-3 angularjs haml
conditional haml - if else nesting

What I want is both whats in "if" and whats in "else" to include #main-block. - if @transparency #content-inner{:style =&…

ruby haml