belongs_to :author
end
class Author < ActiveRecord::Base
end
La query AR:
Movie.includes(:authors).order(‘authors.name’)
esegue la query SQL:
SQL (0.2ms) SELECT “movies”.“id” AS t0_r0, “movies”.“name” AS t0_r1,
“movies”.“author_id” AS t0_r2, “movies”.“created_at” AS t0_r3,
“movies”.“updated_at” AS t0_r4, “authors”.“id” AS t1_r0, “authors”.“name”
AS t1_r1, “authors”.“created_at” AS t1_r2, “authors”.“updated_at” AS t1_r3
FROM “movies” LEFT OUTER JOIN “authors” ON “authors”.“id” =
“movies”.“author_id” ORDER BY authors.name
ricorda che in ‘authors.name’ è presente il nome della tabella Author,
che
è quindi plurale.
Salve a tutti, noi di Tascout stiamo cercando un backend developer che conosca ROR, per poter continuare lo sviluppo del nostro progetto e scalare. TASCOUT un social network che consente a bambini e ragazzi lopportunit di mostrare il proprio talento in tutto il mondo senza barriere sociali, geografiche ed economiche e di entrare in contatto diretto con societ, procuratori e talent scout.
Siamo in procinto di lanciare la Beta e abbiamo gi chiuso collaborazioni molto importanti nel mercato dove agiamo.
Avremmo bisogno di un aiuto costante per 6 mesi almeno, (6h al giorno minimo)
Preferibile presenza su Roma.
Grazie ragazzi!
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.