Groups
Conversations
All groups and messages
Send feedback to Google
Help
Training
Sign in
Groups
Haml
Conversations
About
Groups keyboard shortcuts have been updated
Dismiss
See shortcuts
Haml
Contact owners and managers
1–30 of 1964
Mark all as read
Report group
0 selected
liyon...@gmail.com
1/24/17
haml layout rails markdown occur blank space .
haml template issue: haml layout page: everytime update data, the space more and more, look the logs
unread,
haml layout rails markdown occur blank space .
haml template issue: haml layout page: everytime update data, the space more and more, look the logs
1/24/17
Иван Горшков
6/1/16
Bug? Haml + handlebars. .something{:class => "{{#if something}}something{{/if}}"}
Hello. Help, I can not understand why do not work. .comments{:class => "{{#if states.
unread,
Bug? Haml + handlebars. .something{:class => "{{#if something}}something{{/if}}"}
Hello. Help, I can not understand why do not work. .comments{:class => "{{#if states.
6/1/16
blackwor...@gmail.com
5/23/16
Space at top and bottom of element.
Hi, all. For first, excuse me for my poor english skill. I have a several problems. -----------------
unread,
Space at top and bottom of element.
Hi, all. For first, excuse me for my poor english skill. I have a several problems. -----------------
5/23/16
Torsten Schrör
, …
Gunnar Wolf
5
3/1/16
problem with dynamic fieldnames in haml with datamapper
Torsten Schrör dijo [Sun, Feb 28, 2016 at 09:44:18PM -0800]: > Hello engineerDave, > > thank
unread,
problem with dynamic fieldnames in haml with datamapper
Torsten Schrör dijo [Sun, Feb 28, 2016 at 09:44:18PM -0800]: > Hello engineerDave, > > thank
3/1/16
William Reithmeyer
, …
Matt Wildig
3
2/4/16
HAML each loop with array
The error isn't in the Haml, it's in your Ruby where you create the array: > [:name =>
unread,
HAML each loop with array
The error isn't in the Haml, it's in your Ruby where you create the array: > [:name =>
2/4/16
mongo...@gmail.com
,
engineerDave
2
1/15/16
How to generate nested divs in loop?
You'll need recursion not iteration. Basically you write a method that calls itself n number of
unread,
How to generate nested divs in loop?
You'll need recursion not iteration. Basically you write a method that calls itself n number of
1/15/16
Joel Schaal
10/22/15
Use HAML in GWT ?
Hello guys ! I just discovered HAML (I know, I know, it's a bit late... :-D ) and I wanted to
unread,
Use HAML in GWT ?
Hello guys ! I just discovered HAML (I know, I know, it's a bit late... :-D ) and I wanted to
10/22/15
Panayotis Matsinopoulos
8/27/15
Avoid white space after input text boxes
Hi, I am using HAML and I like it very much. However, I need a way to avoid extra white spaces added
unread,
Avoid white space after input text boxes
Hi, I am using HAML and I like it very much. However, I need a way to avoid extra white spaces added
8/27/15
venkata sai Reddy
8/27/15
Can we do inline scss in haml for all links in an application.
I know its not scalable but i have been ordered to do .scss in haml files for all link_to... Is it
unread,
Can we do inline scss in haml for all links in an application.
I know its not scalable but i have been ordered to do .scss in haml files for all link_to... Is it
8/27/15
Roelof Wobben
8/6/14
undefined method `page' for #<#<Class:0x007fad012144a8>:0x007fad00ca9ab8>
Hello, I try to make a template working which I downloaded on the net. Now I see the above error on
unread,
undefined method `page' for #<#<Class:0x007fad012144a8>:0x007fad00ca9ab8>
Hello, I try to make a template working which I downloaded on the net. Now I see the above error on
8/6/14
Loha
,
engineerDave
2
3/10/15
haml select_tag
refactor your collection options into a helper method def my_options [ {id:"daily", label:
unread,
haml select_tag
refactor your collection options into a helper method def my_options [ {id:"daily", label:
3/10/15
Pierre MARTIN
, …
engineerDave
3
3/10/15
Hash with parent value and children.
I think you've stumbled into a quagmire there with the changes to hashes in ruby 1.9 Personally I
unread,
Hash with parent value and children.
I think you've stumbled into a quagmire there with the changes to hashes in ruby 1.9 Personally I
3/10/15
BeeRich33
,
Norman Clarke
3
1/26/15
Iterate Through Params
Actually got it to work: -a = params.count - (0..a).each do |i| %p #{params.keys[i]} = #{params.
unread,
Iterate Through Params
Actually got it to work: -a = params.count - (0..a).each do |i| %p #{params.keys[i]} = #{params.
1/26/15
Andrew Brown
2
1/24/15
defining helper proc within a haml file in rails
To folow up, here's the helper I created to do just this: def capture_proc proc { |*args|
unread,
defining helper proc within a haml file in rails
To folow up, here's the helper I created to do just this: def capture_proc proc { |*args|
1/24/15
BeeRich33
, …
Matt Wildig
12
1/20/15
Paragraph continuation with links
Everything is working fine now. I resorted back to html links and such. Cheers On Tuesday, January 20
unread,
Paragraph continuation with links
Everything is working fine now. I resorted back to html links and such. Cheers On Tuesday, January 20
1/20/15
Ranga rajanl
12/9/14
HAML for java/j2ee based web apps
Can HAML be integrated with JAVA/J2EE based web apps I have a web app which has css, HTML js and
unread,
HAML for java/j2ee based web apps
Can HAML be integrated with JAVA/J2EE based web apps I have a web app which has css, HTML js and
12/9/14
praveen kumar
, …
BeeRich33
10
12/8/14
creating simple login form
OK, here's what I grabbed just now. Quick and dirty. I tried some of the translators online and
unread,
creating simple login form
OK, here's what I grabbed just now. Quick and dirty. I tried some of the translators online and
12/8/14
BeeRich33
,
Hampton Catlin
7
12/8/14
Learning Forms
Haml just turns directly into HTML. So, how you do a radio box in Haml depends on how you would do it
unread,
Learning Forms
Haml just turns directly into HTML. So, how you do a radio box in Haml depends on how you would do it
12/8/14
Andrei Craciun
,
Ed Drain
2
9/18/14
SASS Tutorials
codeschool.com has a good course on it. On Wed, Sep 17, 2014 at 10:54 AM, Andrei Craciun <
unread,
SASS Tutorials
codeschool.com has a good course on it. On Wed, Sep 17, 2014 at 10:54 AM, Andrei Craciun <
9/18/14
Daniel Lopez
,
Enrique Macip Belmonte
2
8/6/14
html to haml
http://html2haml.heroku.com/ enjoy 2014-07-25 10:32 GMT+01:00 Daniel Lopez <daniel.lopez@
unread,
html to haml
http://html2haml.heroku.com/ enjoy 2014-07-25 10:32 GMT+01:00 Daniel Lopez <daniel.lopez@
8/6/14
Roelof Wobben
8/6/14
why does the apolication.html.haml not be executed.
Hello, I have this project : https://github.com/roelof1967/finance But when I try to display
unread,
why does the apolication.html.haml not be executed.
Hello, I have this project : https://github.com/roelof1967/finance But when I try to display
8/6/14
Daniel Lopez
7/25/14
Adding attributes
Hi, I just know start using haml and i'm trying to convert my html code. My html code looks like
unread,
Adding attributes
Hi, I just know start using haml and i'm trying to convert my html code. My html code looks like
7/25/14
Manuel Meurer
5/31/14
Implement nested layouts with Haml
I found this great post explaining how you can get simple nested layouts in Rails: # app/helpers/
unread,
Implement nested layouts with Haml
I found this great post explaining how you can get simple nested layouts in Rails: # app/helpers/
5/31/14
Scott
5/30/14
HTML in HAML issues
I've been at this for a few hours and cannot seem to figure it out. I have a sinatra application,
unread,
HTML in HAML issues
I've been at this for a few hours and cannot seem to figure it out. I have a sinatra application,
5/30/14
Scott
5/30/14
ruby string as html in haml
I've been at this for a few hours and cannot seem to figure it out. I have a sinatra application,
unread,
ruby string as html in haml
I've been at this for a few hours and cannot seem to figure it out. I have a sinatra application,
5/30/14
ma...@mkdynamic.co.uk
5/25/14
Default filter? Filtering *all* node text?
I'm currently using a custom filter for SmartyPants, to get beautiful typography, via RubyPants (
unread,
Default filter? Filtering *all* node text?
I'm currently using a custom filter for SmartyPants, to get beautiful typography, via RubyPants (
5/25/14
Ed Drain
4/29/14
Re: [haml] static html-website with .haml -> import other .haml-files
are you doing this in Rails? On Tue, Apr 29, 2014 at 9:17 AM, usucc <arno.p...@gmail.com>
unread,
Re: [haml] static html-website with .haml -> import other .haml-files
are you doing this in Rails? On Tue, Apr 29, 2014 at 9:17 AM, usucc <arno.p...@gmail.com>
4/29/14
usucc
4/29/14
Writing a Website with .haml -> import other .haml-files
Hi. I want to write a small static website (5 to 6 single-sites) with .haml. The recurrently elements
unread,
Writing a Website with .haml -> import other .haml-files
Hi. I want to write a small static website (5 to 6 single-sites) with .haml. The recurrently elements
4/29/14
Norman Clarke
,
Rok Kralj
2
1/31/14
Haml 4.0.5 and 4.1.0.beta.1 have been released
It would be nice to have this in the forthcoming 4.1.0: https://groups.google.com/forum/#!topic/haml/
unread,
Haml 4.0.5 and 4.1.0.beta.1 have been released
It would be nice to have this in the forthcoming 4.1.0: https://groups.google.com/forum/#!topic/haml/
1/31/14
and...@research.att.com
12/8/13
recursive(?) HAML
i'm using HAML within Sinatra. normally i would do something like get /foo do haml :foobar end
unread,
recursive(?) HAML
i'm using HAML within Sinatra. normally i would do something like get /foo do haml :foobar end
12/8/13