Bad Programming practices in rails
1. Not using associations properly Say, we have association of College has many students, having foreign key college_id in student...
1. Not using associations properly Say, we have association of College has many students, having foreign key college_id in student...
Every real-time application needs to deal with Date and Time.In rails, Time, Date and DateTime classes reside inside ruby library,...
“Superhero of artificial intelligence” this was stated by The Guardian to DeepMind cofounder and CEO Demis Hassabis. Demis Hassabis is...
nil is the Ruby object, not just a keyword, that represents nothingness. Whenever a method doesn’t return a useful value,...
Recent Comments