Joel Drapper

Results 31 comments of Joel Drapper

Another option might be to define a method for each component class name, like the `Array()` method. ```ruby def template NavComponent { Nav::ItemComponent "Home", "/" Nav::ItemComponent "About", "/about" Nav::ItemComponent "Contact",...

I’m pretty sure it won't be missing though as the constant will exist.

@alexandreruban and I worked on this and got it basically finished before we realised Symbols (and method names) can't contain `:`.

I think this is mostly made possible with #42, but I’m the issue open until we've conducted further testing. I don't know if we need some kind of batch chunker...

@alexandreruban that's a really good option. It's what I did with [`literal_enums`](https://github.com/joeldrapper/literal_enums) and [`literal_enums-rails`](https://github.com/joeldrapper/literal_enums-rails). The alternative is to have a `rails.rb` file that can be optionally required. I think you...

I think it would be easier to extract a `phlex-rails` gem later than it would be to merge a separate gem back into the main one, so my instinct is...

Hey @natematykiewicz, thanks for opening the issue. In principle, I like the idea of supporting anonymous Phlex templates like this. There are definitely some challenges around making it a proper...

Great, thanks! Do you think you would be able to get it listed as one you can install from the TextMate 2 preferences?

Thanks for your continued work on this, Mike. I don’t fully understand the issue, but is there a way to get Nokogiri to look out for that specific configuration, ignore...

@valtron There are also problems using darken and lighten functions with named colors. For now, you could import this http://cl.ly/11012A021g0M1W0k331m and then use variables instead of named colors. i.e. `background:...