Skip to content

Instantly share code, notes, and snippets.

View Odogwudozilla's full-sized avatar
🏠
Working from home

Chidozie Nnachor Odogwudozilla

🏠
Working from home
View GitHub Profile

Rails Generating & Scaffolding

Rails' use of strict naming conventions means a lot of core code SHOULD be in the same format whoever writes it. It could be written by a friend, colleague or a computer... it shouldn't matter because the same Rails rules apply to everyone.

This means that Rails can actually do some tasks for you! It can actually build things and write code on your behalf...

Coming from another language like PHP, this can seem like magic.