Tagged Questions
0
votes
1answer
59 views
Sensible defaults for configuration
I've recently started to play with Ruby on Rails which favours convention over configuration and relies on sensible defaults to tie various aspects of the application together.
I was thinking that it ...