Hi all,
I would appreciate getting feedback/suggestions (best practices) on my
first Ruby on Rails project which I completed recently as a learning
exercise.
The project is DomainMongrel, you can check it out here
http://DomainMongrel.com
It appraises the value of a domain name and website (if it has enough
traffic) based on different parameters.
This is the GitHub link.
https://github.com/karthikkottapalli/DomainMongrel
I put most of the core code in lib/modules folder. I understand that we
are
not supposed to have logic in the controllers.
Regards,
Karthik