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
0answers
9 views

Different formatting of HAML to HTML on rails production server compared to development server

I have a production and development rails servers, I am using HAML, and when I view page source on the production server the generated html looks unformatted like this: <div class='span4'> ...
0
votes
1answer
7 views

HAML - disable back button in browser

i want to stop back button action in browser Can anyone help how to disable back button in browser using HAML(not HTML) Thanks.
2
votes
1answer
28 views

How to avoid newlines being added by HAML ruby block evaluation

I'm using the content_for helper to e.g. set a page title in my rails 3 app. One snippet of erb I'm still using in some places is <title><%= yield(:title) -></title> or written in ...
1
vote
0answers
14 views

Ternary operator not working in Haml

This question has been asked but the answers have not worked. The problem I am having is this hamlc code: .UI_feed_item.deletable.clearfix{ :class => @feed.fav_post ? 'favorited' : '', feed_id: ...
0
votes
2answers
17 views

Spaces between elements in HAML

How would you represent this in HAML?: <a>Link</a> | <a>Link</a> Note that I want to retain the spaces on either side of the bar.
0
votes
1answer
11 views

Can't convert ActionDispatch::Http::UploadedFile into String whilst uploading a file in rails

I've created a form to upload an image for a banner, this is the code in my controller: def banner_editprocess uploaded_io = params[:banner] if uploaded_io != nil && uploaded_io != "" ...
0
votes
1answer
23 views

Bootstrap Sidenav Style

Im working on a ruby app and i am trying to make a sidenav that looks exactly like the one used on the official bootstrap website as seen here: My code for the sidenav: .row-fluid .span3 ...
0
votes
2answers
12 views

How can I use datetime_field with HAML?

I am trying to use datetime_field from Rails 4 in my views. = f.datetime_field :scheduled_at I was hoping to be getting pretty pop-up a-la JQuery as shown here. I am getting the output below and ...
1
vote
2answers
27 views

Preserving Indentation on a Text Area

I have an HTML text area where a user can generate a comment: = form_for(Comment.new, url: post_comments_path(post_id: @post), method: :post) do |f| = f.text_area(:body, :class => "span7", ...
1
vote
3answers
32 views

Ruby on Rails Scoping code block to remove the need for arguments?

I come from PHP and CakePHP background and I'm pretty new to ruby and rails. I've been creating a helper that could help me with creating some HTML elements that could make me easy to reuse across ...
-1
votes
1answer
54 views

Margin-left with ng-repeat working for first element only

Having a very unusual issue, and I'm not entirely sure where the problem lies. I've got an ng-repeat call that looks like this .data.row.vote-entry{ "ng-repeat" => "option in ...
0
votes
0answers
14 views

Heroku looking for erb templates but only use HAML

I'm getting a ActionView::Template::Error (undefined local variable or methodmessage_body' for #<#:0x000000041d3630>):error when I try to visitpolls/new.` Heroku is looking for ...
0
votes
0answers
21 views

jquery mobile, ICanHandlebarz error undefined method render view backbone

When run code I have error when call ich.products(product.toJSON()) controller action products I render view products.html.haml: #products-page{"data-role" => "page",class:"bg_content h_mobile", ...
1
vote
3answers
39 views

How to write this in HAML [closed]

How would I write the following using HAML? if @students.each do |student| # render a student end.empty? # @students was empty end
2
votes
1answer
29 views

Rails why is .css.scss and .html.haml necessary?

Surely Sprockets has enough info if a file is named x.scss and y.haml to assume that by default it should be rendered as css and html (the same applies with CoffeeScript)?
0
votes
1answer
28 views

Checkbox not staying checked in rails form

I have this in part of my form_tag %input{ :type => "checkbox", :name => "form", :value => "#{@t.form}"} It saves to the database as 1 when i check it the first time, but then if i ...
0
votes
1answer
28 views

Convert HTML to HAML

I need to block back button in browser. i know html code but i want it in haml Can anyone convert this html code into haml code: <HTML> <HEAD> <SCRIPT ...
0
votes
1answer
23 views

HAML not being loaded in Rails production

I'm using Capistrano to deploy to a VM I've got set up (long story). The VM is running Ubuntu Server, apache, phusion passenger, ruby 1.9.1 (installed via rvm). Gemfile: source ...
0
votes
1answer
24 views

Rails/Haml open link as 'save as'

I must serve some files for direct download by the user. But if they are some common types(like .mp3, .pdf) the client browser usually tries to show them directly. Which is not the implied behaviour. ...
0
votes
0answers
13 views

haml and liquid templates together

i am trying to use haml along with liquid in my recent install of locomotive, the issue i have is getting variables to work with link_to and image_to. below is an example with link_to where i want to ...
0
votes
1answer
25 views

in haml & serve, repeat elements or block several times

I'm using haml with serve to primarily rapid prototype html documents. I'd like to be efficient and repeat a block of code several times. E.g. i would like a set of lorum ipsum paragraph to repeat ...
0
votes
1answer
37 views

CSS list items not centered

I'm working on a website where I have a ul menu with list items. I want the items to be centred on the screen. But it seems like my lists items have an annoying offset. See image: My (HAML) is built ...
0
votes
1answer
58 views

Pass javascript variable to render call in HAML :javascript tag

I am trying to create a news feed for my rails app. However I am running into an issue with updating the number of news stories being shown. The following code is from a partial in my views. I want ...
0
votes
1answer
29 views

haml. dropdown lias in form_for

I trying: = form_for @question do |w| %p = w.select "question_status" %option{:value => 1}= "label 1" %option{:value => 2}= "label 2" but get : wrong number of arguments (1 for ...
1
vote
0answers
51 views

Rails HAML assets precompile with initialize_on_precompile false

I'm going a little nuts here. I have 2 servers (heroku, same configuration) in 2 environments (staging, production). Staging compiles my /assets/templates on demand and caches it without a problem. ...
0
votes
3answers
45 views

Haml form_for drop-down list

I cant show drop down list in my view. Here is my form for edit action. = form_for @question do |w| %p = w.select :name => "question_status" %option{:value => 1}= label 1 ...
0
votes
1answer
20 views

Different text for different pages using Haml

I want to implement different text on different pages such as for page 1, it says "Page1 Examples", and page 2 it says "Page2 Examples". I understand you have to use "if"; however, I am not sure how. ...
1
vote
0answers
45 views

Added the layout links in the Header Partial File To Signup and Login and Now they don't show up on the page

All, I added the links in the header file for the users after the individual signup or login. Unfortunately, now the "Log in" or "Sign Up" buttons will not show up on the page anymore. The page has a ...
1
vote
2answers
33 views

Any way to avoid haml code duplication without creating new file?

I have the following code in a .haml template file in a Sinatra app: - if(@order == 'inverse') - @list.reverse_each do |item| .item %span.action-move(data-icon="o") ...
0
votes
1answer
47 views

update database on click

hi i am trying to update a value within my database (PostgreSQL) when a user clicks a certain link, though what i have is working, i dont think its best practice. if anyone can show how i could better ...
0
votes
0answers
22 views

python equivalent of gem serve

Is there a python equivalent of the ruby gem serve? About serve: Serve is a small Rack-based web server that makes it easy to serve ERB or HAML from any directory. Serve is an ideal tool for ...
-1
votes
2answers
36 views

Vertically Aligning Child Elements

I'm trying to vertically align the elements in a navbar on my homepage. Inside the div is an ul, which has li with a tags in them like to. So far vertical align hasn't really worked. Here's the ...
0
votes
1answer
24 views

HAML: Content into %input{:type => “Submit”} tag

Feels pretty lame. This: %input{:type => "Submit"} %a.btn %i.icon-search.icon-white generates this : <input type="Submit"> <a ...
0
votes
1answer
17 views

restfull controller ignore update action

I can't update field in database table. Why, when I working in edit template(controller/id/edit), rails redirect me to CREATE action and create a new row in table? It must redirect me to update action ...
0
votes
2answers
58 views

Sinatra: Compile haml files (with partials) into HTML versions?

I've built a site in Sinatra, and need to "compile" it into HTML so I can hand it off to the client (their site can't run Sinatra. Miscommunication on my part). Right now I'm just hitting the site ...
2
votes
3answers
88 views

Ruby best practice : if not empty each do else in one operator

1.I can't find an elegant way to write this code: if array.empty? # process empty array else array.each do |el| # process el end end I'd like to have one loop, without writing array ...
0
votes
0answers
32 views

Guard not picking up changes to haml file

I am running Through Rails Tutorial and am trying to use haml. I have setup a guard with spork and rspec, and it all worked when I was using erb. Since changing to haml, guard will not pick up the ...
0
votes
1answer
43 views

My navbar stop working correctly for Ruby on Rails - Haml

I stepped away from my computer and came back to an issue with the navbar. It was working correctly and now its not. The individual tabs within the navigational bar still work but it doesn't show what ...
0
votes
2answers
25 views

Why is my instance variable undefined in HAML view

I'm not sure why I couldn't find this in the documentation or anywhere online, but if my controller is: # HomeController class HomeController < ApplicationController def index @var = "A ...
0
votes
1answer
30 views

find or create passing 2 variables

i have a opponents model, and a team model, i want to be able to create opponents on the fly, and have them assigned to a team id at present within my model i have, which is creating the opponent but ...
0
votes
1answer
51 views

How to migrate HAML helper to HAML 4?

Hi I'm using HAML to render my blog articles and I decided to migrate to new Ruby version, new Rails version and new HAML version. The problem is that it seems something changed and I can't identify ...
-1
votes
1answer
16 views

how can I set and IF inside a table using haml with rails?

I am using rails for a project (already started) and for my bad luck they are using haml (my bad luck because I was never good in it). My problem is that I have my results, and array, and I want to ...
0
votes
1answer
27 views

Conversion of HTML into HAML : “ raw” tag

I'm very new to haml . I'm able to convert some of the basic html to haml but I coudn't find any answer for the following how to convert <%= raw(event_calendar) %> in haml .. and also say the ...
2
votes
2answers
39 views

2 haml link_to on the same line

I have the haml code template as below: %td= link_to "Enable", enable_product(@product) %td= link_to 'Disable', disable_product(@product) And it display like Enable Disable But it ...
2
votes
1answer
33 views

Devise and current_page?

In my Rails 4 app i use devise to authenticate my users and i've setup a custom nav bar creator using HAML and the application_helper.rb. The code in the helper uses current_page to decide where to ...
0
votes
1answer
19 views

What built-in options are there for generating HTML from a Rails helper?

In my project I am using HAML. I use a construct similar to the following fragment throughout my project: %a.social.twitter{:href => '...'} %span.text Twitter %span.twitter-icon I want to ...
0
votes
1answer
47 views

Rails f.submit: how to add html attribute?

I'm having trouble adding a particular html attribute to a Rails form submit. = form_for :model do |f| ... = f.submit 'Submit', tabindex: '3' The tabindex property isn't showing up in the form. ...
-1
votes
1answer
55 views

How to implement a word counter in Rails?

I'm wanting to implement a real-time word counter in a form. So as a user types into the box, a line below the box updates with the correct number of words. Here is the relevant form code (my views ...
0
votes
1answer
45 views

ng-switch not updating automatically

I'm running into an unusual behaviour with ng-switch that I'm not able to figure out. At the top of my page, I have #content{"ng-switch" => "root.showAlert"} ...
0
votes
1answer
25 views

How can I render partial in a coffee script filter, with haml?

How can I render a partial with haml and rails? This is my code. :coffee $(document).ready -> $('#addBelteri').click -> $('div#belterik').append( #{ = ...

1 2 3 4 5 34