#map
2 posts tagged map. Clear filter
-
How Beautiful is Ruby?
Working with Ruby and in particular Rails, it's easy to take the beauty inherent in the language for granted. I mean look at this code. If you read it aloud to yourself, it reads like an english...
-
Nesting Resources in Rails Routes.Rb with Namespaces
When I have a controller that takes more than one has\many argument, I think about creating a namespace. This way I may still use my forums, pages controllers w/out needing any conditional logic,...