Raw SQL with Exec_Query and Find_By_Sql | Ruby on Rails 7

preview_player
Показать описание
Ever wanted to create a custom query? Let's take a look at how to use exec_query and find_by_sql in a Ruby on Rails 7 application.

This allows you to solve the greatest N by Group problem, among many other common hurdles you might encounter in a rails 7 application.

Source:

Join this channel to help support these videos:

Follow me on social media:

#Deanin #Software #Programming
Рекомендации по теме
Комментарии
Автор

I've really been having the urge to return to Unreal Engine lately, which somehow sparked making this video lol.
Hope you're having a good week so far!

Deanin
Автор

Thank You, Deanin. You're always been amazing to me. I request you to please make a complete course from scratch(Zero to Hero) Rails developer on Youtube.

cricboost
Автор

rails db:drop db:create db:migrate can be performed using db:migrate:reset
there is also rails db:reset that is a good one to know as it does the same as db:migrate:reset and adds a db:seed at the end.
Other than that: great video as usual

stpaquet
visit shbcf.ru