Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a tutorial on how to use AREL or Reference document?

Tags:

arel

I am looking :

  • for a reference document that lists what methods are available?
  • a tutorial on how to setup and execute a query, then build up complex queries?

Checked README, questions that are tagged as Arel here but most are about how to setup where clauses, complex queries not how to use it in the first place ...

Thanks all in advance

like image 230
sevgun Avatar asked Mar 27 '12 14:03

sevgun


1 Answers

Generated docs are your best bet if you're looking for an official reference.

As for tutorial, these cool slides helped me learn arel (props to Philip C).

like image 192
Nikola Topalović Avatar answered Nov 22 '22 09:11

Nikola Topalović