Re: [haml] Re: How do I put a strong tag inside of a link_to

2010-11-15 Thread Jonathan Linowes
ost to this group, send email to h...@googlegroups.com. > To unsubscribe from this group, send email to > haml+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/haml?hl=en. > -- jonathan linowes parkerhill technology group

Re: [haml] Sass tmbundle update

2010-04-06 Thread Jonathan Linowes
roup, send email to h...@googlegroups.com. > To unsubscribe from this group, send email to > haml+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/haml?hl=en. > > > > -- > You received this message because you are su

Re: [haml] Re: yield(:title) in rails3 master: undefined method `title' for #

2010-03-15 Thread Jonathan Linowes
to my knowledge, there is no title helper in rails, but there is one defined by Ryan Bate's nifty_generators. http://github.com/ryanb/nifty-generators/blob/master/rails_generators/nifty_layout/templates/helper.rb and i dont think these generators have been ported to rails3 yet On Mar 15, 2010,

Re: [haml] Re: Sass Variable Character

2010-03-09 Thread Jonathan Linowes
personally, anything that conjures up the ghosts of PHP is worth avoiding. But, whatever. Its better than "!" On Mar 8, 2010, at 1:19 PM, rvr wrote: > a big +1 for this. "!" is too easily confused with the logical not, as > has been stated. "$" is much clearer. good call. > > -- > You receive

Re: [haml] compile styles, store in db or personalized cache?

2010-03-05 Thread Jonathan Linowes
thanks! On Mar 5, 2010, at 4:39 PM, Nathan Weizenbaum wrote: > The key to this is using Sass::Engine directly. There's lots of documentation > on the website: http://sass-lang.com/docs/yardoc/Sass/Engine.html > > On Fri, Mar 5, 2010 at 1:05 PM, Jonathan Linowes wrote: >

[haml] compile styles, store in db or personalized cache?

2010-03-05 Thread Jonathan Linowes
hi, i'm developing the ability for users to customize their project theme, and was thinking the attributes they set would be passed as variables to sass templates. Then if i could call the sass gem to compile into a css string, store the string in the database, and then embed those