Posts by franciscomxs • 26 points
2 posts
-
0
votes1
answer51
viewsA: First scaffold error in Ruby
In linux / osx having nodejs installed solves this, without needing to add this Gem to each project. By the way, in the gemfile Nvironments, it leaves this only.
-
1
votes2
answers199
viewsA: Construct an unordered list with content_tag
Rodrigo’s tip has a problem: each link will have a UL + LI, but I agree with him that using ERB (or HAML, or SLIM) is better. If for some reason you need to do this with ruby, maybe this will help:…