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. It can be used as a standalone HTML generation tool or as a template rendering engine in a web framework such as Ruby on Rails or Ramaze.

learn more… | top users | synonyms

0
votes
4answers
40 views

how can I enable my form to use ajax in ruby on rails using haml?

I am trying to create a form to send data via ajax and order to update a user (I used scaffolds, so the methods for update already exist). I created my form and I did something like this %form{ ...
0
votes
1answer
64 views

Render haml with locals and partials within partials to html file

I need to create some html files and want to use my partials already done to the show view. I used to do this with markaby, but now i think that with haml the thing will be easier. I'm trying to do: ...
6
votes
4answers
2k views

Rendering HAML partials from within HAMLoutside of Rails

I'm using HAML to generate some static html pages for a site, and I was wanting to split out common components into partials that I can include in multiple pages, just like in Rails. However I don't ...
3
votes
3answers
542 views

Using rails methods with Haml::Engine

I want to have a rake task that reads a HAML file and creates a static html file out of it. The reason for this is that I want to dynamically localize my error pages in a manner described here ...
0
votes
1answer
43 views

Issue mixing jquery, rails, and haml

I'm converting an html.erb into html.haml. I have some jquery in an erb which is.. :javascript $(".level").live("click", function() { //..some code <% if @milestone %> milestone ...
0
votes
2answers
37 views

Inline conditional statement using haml css

How do you write inline if else in haml/css? Here is my working code: - if unit > 10 = value - else .unit = value I tried to make it inline like the below, but that doesnt work: ...
0
votes
2answers
54 views

how can I specify controller and method in a link using haml with rails?

I am new in ralis, and I am trying to create a link in what calls an specific method of a specific controller, in this case car and method add_to_cart sending a parameters, unfortunately I dont know ...
0
votes
1answer
95 views

jQuery stepper doesn't trigger the change function

I want to toggle the visibility of the submit button on change of input fields. Since the HTML5 input type="number" is not supported in firefox, I use the stepper jQuery plugin. The submit button ...
0
votes
1answer
43 views

Why does Ruby on Rails Create Unformatted HTML Code?

I'm working on a ruby on rails app and i noticed that the HTML output isn't formatted, it's just flat. I'm using HAML and running Rails 4.0.0rc1, this also happened on 3.2.x and I am using Heroku and ...
-2
votes
1answer
68 views

Sinatra/Ruby new to programming - increasing an integer if a radio button is selected

I am very new to this and I am trying to do something pretty simple but I am not sure where to begin. I simply need to increase the "vote" count of a newly posted link from 0 to 10 if a radio button ...
0
votes
1answer
26 views

In this Rails app view loop, how can I include CSS button styling?

I want the "complete" below to have a fake button styling, basically a border and a colored interior. What would be the best way to do this? I tried to suffix class: 'btn btn-mini' but that doesn't ...
5
votes
4answers
2k views

What is a good Ruby on Rails forum that can easily integrated to an existing application?

What is a good, open source RoR 3 forum that can easily integrated to an existing application? Optional features: OpenID support Haml/SCSS templates Support for smilies, YouTube, images, etc I'm ...
3
votes
1answer
411 views

Haml for rails, Use 'haml' gem alone or with 'haml-rails'

I am making the switch to Haml for our rails 3.1 application, and I wonder what is bringing to the table by the 'haml-rails' gem against 'haml' alone, apart rails generators? It says that it preloads ...
2
votes
2answers
354 views

Possible to “watch” both HAML and SASS at the same time?

I'd like to be able to update/save both my html and css on-the-fly, but I can't figure out how to watch both HAML and SASS at the same time. Thanks!
0
votes
2answers
276 views

How to practice HAML and SASS (environment)

Could you please give me advice how its better to practice HAML and SASS. I`ve downloaded and installed everything for windows and i can compile files and use it via command line. But still i want to ...
0
votes
0answers
37 views

replaceWith is not working but append works

this is my html .advise-needed .replace-advise-needed %h2 Advice there is a form which I submit and on successful ajax submission the form should change the value this is my jquery ...
2
votes
3answers
1k views

Support for live preview of Haml in Coda or Espresso?

I just discovered the beautiful Haml and Sass, and want to develop in these languages but with live previews. Coda and Espresso both allow for beautiful live previews of HTML files, but previews of an ...
0
votes
1answer
100 views

Navigation bar in Sinatra with Haml

I have a small Sinatra app using haml. I'd like to have a navigation bar on each page that will contain the menu, search, and directional scrolling arrows. Since this will be on every page I assume ...
0
votes
1answer
62 views

Short way to include CSS and javascript tags with HAML

When including javascript or CSS in HAML you would normally have to do the following to include CSS: %link{:type => "text/css", :rel => "stylesheet", :href => "/css/mycss.css"} And for ...
0
votes
0answers
58 views

Will Paginate Button Modify with CSS

I am using the will_paginate gem. I want to modify my Button(i.e next, previous, page_links). I have successfully modified the 'next' and 'previous' buttons and their CSS. However, I getting a problem ...
0
votes
1answer
39 views

Basics of Haml-Coffee for Backbone tempting

I'm looking into Haml-Coffee and am a little confused about how to get it working. The github's information didn't seem very clear. Can anyone layout a basic use of it with Backbone for tempting.
0
votes
0answers
28 views

Multi update boolean state with checkboxes (Rails 3)

well this problem I'm sure it isn't difficult at all but being new to rails I'm kinda lost. After watching Railscasts Episode #52, I went on to make my own publish/unpublish list of slides. So this ...
0
votes
1answer
63 views

After installing vim-rails plugin I got problems with HAML indentation

I've installed vim-rails plugin from Tim Pope. Everything goes well except that I can't run my Rails project into the browser due to a HAML Syntax Error which is is Inconsistent indentation: 6 ...
0
votes
2answers
38 views

div title syntax in haml and also incorporate ruby variable inside it

I have trouble converting HTML syntax into HAML. I know a <div> class can be simply represented by: .class-name But, I want to convert the following syntax into HAML and also incorporate a ...
3
votes
3answers
439 views

HAML block returning `0` on yield?

I just upgraded to Rails3, Ruby 1.9.2 and the latest HAML gem. This code used to work: = allowed? do = link_to('New', new_video_path) Now allowed? yields 0. It works if I do: = ...
1
vote
1answer
21 views

Why use 'succeed do' in haml?

I used html2haml.heroku.com and it turned some ordinary strings into the following: A normal sentence is here = succeed '.' do %strong and it is cut off randomly by this succeed Where the succeed ...
1
vote
2answers
46 views

Can I convert this ERB to HAML? [closed]

Is it possible convert the ERB code below to HAML? ERB <div class="users">      <div class="row">    <% i = 0 %>    <% @users.each do |user| %>      <span><%= ...
0
votes
0answers
35 views

Having touble creating HAML Templates using Gurad and Guard-HAML

I am trying use guard-haml but for the life of me I can't seem to get the templating to work. This is how I am setting up guard-HAML in guardfile: group :development do ## HAML guard 'haml', ...
0
votes
1answer
56 views

Ruby interpolation in haml

I've got following code in erb which works fine: <div id='flash_<%= flash.keys.first.to_s %>'> <%=h flash[flash.keys.first] %> </div> I want to convert it into haml: ...
2
votes
10answers
6k views

Rails 2.3.2 trying to render ERB instead of HAML

Rails is suddenly trying to render ERB instead of Haml and I can't figure out why. I've created new rails projects, reinstalled Haml, and reinstalled Rails. Here's exactly the steps I take when ...
1
vote
1answer
110 views

“NameError: uninitialized constant Guard::Haml::Bundler”

On my OSX system, I'm trying to use Guard-Haml to auto compile my HAML down to HTML. However, when guard is running, and tries to compile, I get the error below, in fig.1. I've installed Bunder and ...
3
votes
2answers
1k views

angularjs with client side haml

I've just started using AngularJS with my Rails app and as I'm used to using haml templates within Rails I would like to do the same with AngularJS on the client side. Problem is I don't know where to ...
1
vote
0answers
46 views

HAML text formatting in SublimeText2

"Edit, Line, Reindent" doesn't work for HAML. Is there a command that will auto-format HAML? Any ideas? thanks
47
votes
10answers
15k views

Is there a HAML implementation for use with Python and Django

I happened to stumble across HAML, an interesting and beautiful way to mark up contents and write templates for HTML. Since I use Python and Django for my web developing need, I would like to see if ...
1
vote
4answers
59 views

Use picture as submit button

I would like to make my submit button for my login page be a picture instead of the grey button. When I use css to do this I get the button on top of the picture. Is there a way to use = submit_tag ...
0
votes
0answers
29 views

How do I write out from a variable in haml?

I was trying to render a simple page with haml in http://c9.io however the variable replacement seemed to only work as content so I slid over to http://tinkerbin.com/ and if the set variable syntax ...
0
votes
3answers
43 views

Please, help me buil table using HAML

I trying buld the table. Here is my HAML code: %table{:border => 1} %tbody %tr %td Question: - @cust_dashboard.each do |object| %tr %td= object.question %tr %td Status: - ...
3
votes
2answers
71 views

Rails NoMethodError for user but db:migrate isn't helping -updated

I am new to rails and I am trying to add a email confirmation upon register. I currently get this error. I tried rake db:migrate but for some reason I cannot get email_activation_token into the user ...
0
votes
0answers
48 views

simple_form helper typeahead not works

I'm try to use bootstrap typeahead in haml, but apparently it not works, please advise, thanks a lots! in /config/initializers/simple_form_components.rb module SimpleForm module Components ...
0
votes
1answer
49 views

How go to controller action correctly, using haml form?

When I go to set_answer action(localhost:3000/staff/set_answer/) from answer action(localhost:3000/staff/answer/) , I get this url: localhost:3000/staff/answer/set_answer but this is wrong URL . How ...
0
votes
1answer
28 views

Change image_tag to button_to

I'm trying to figure out how to change this code: %li.input.optional= link_to_remove_association image_tag('minus.png', {:alt => "#{t('blabla.remove_model', model: ...
0
votes
0answers
43 views

how to provide some preset strings in text input in simple_form?

There's a text input in the form. User can input some text there, at same time, I want to provided some most used input texts as well - so User can chose one preset text in case it's same with what ...
0
votes
1answer
201 views

“\xC2” to UTF-8 in conversion from ASCII-8BIT to UTF-8

I have a rails project that runs fine with MRI 1.9.3. When I try to run with Rubinius I get this error in app/views/layouts/application.html.haml: "\xC2" to UTF-8 in conversion from ASCII-8BIT to ...
3
votes
1answer
48 views

Ruby on Rails - recover password on email NoMethodError

I'm setting up a reset password feature. Upon submission an email will be sent with a reset password link. I'm doing this from scratch as described in railscast episode 274. However, when I submit my ...
0
votes
1answer
25 views

Haml code conversion from Ruby

I have this code mentioned below and I am trying to make it work on a RoR application under haml extension. However I am getting unexpected keyword end. I read over the net and stackoverflow and found ...
-4
votes
1answer
35 views

Can I require Ruby libraries in HAML

Can I do this HAML? -require 'digest/md5' .user-info =@user.name %img{ :src => "http://www.gravatar.com/avatar/#{Digest::MD5.hexdigest(@user.email)}" }
9
votes
3answers
6k views

Inline ruby in :javascript haml tag?

Hey is there a way I can do this in haml? :javascript var Tab = <%= @tab %> I could just add a helper I guess like: <script> var Tab = '<%= @tab %>' </script> But ...
0
votes
1answer
57 views

How to escape HTML in haml form?

When i do edit,my haml form renders with the &ampersand; value in the text field,I set to escape_html true,But still it renders the value with &ampersand; What mistake I have done here. Is ...
0
votes
1answer
32 views

How puts all array items in HAML file?

Cant print all items in array. What I doing wrong ? =@questionn.each do |item| =item.to_s Error is: unterminated string meets end of file, syntax error, unexpected $end, expecting keyword_end
4
votes
6answers
4k views

How can I auto compile my HAML files into HTML files in a tiny project that doesn't run on RoR?

I have only today started playing with compass and haml. While I am quite familiar with the way sass works and I get the idea of what compass is for sass and how to use it, I've hit a little bit of a ...

1 2 3 4 5 34