Grails log is verbose… very verbose. I got used to the Rails one, especially for the stack traces. Most of the time I am not interested in hundreds of messages about Hibernate not being happy with the parameter I did pass to it. Most of the time the problem is on my side and I… Continue reading Making Grails log a Rails log
Tag: Grails
Rails and Grails comparison
I have spent few years developing in Ruby on Rails. For the last half of year I have been learning Grails, too. The things described here are a summarization of the differences that I had to come over. The comparison will be written in a simple “table based” structure. I just got used to it… Continue reading Rails and Grails comparison