diff options
author | Vijay Dev <vijaydev.cse@gmail.com> | 2012-11-17 01:13:55 +0530 |
---|---|---|
committer | Vijay Dev <vijaydev.cse@gmail.com> | 2012-11-17 01:42:37 +0530 |
commit | 2b5b36ef3a9bb2c22dcfa0e829d40db37293152b (patch) | |
tree | 59f68dcda5c5c141d538471f40d6c62e42e9f87a | |
parent | d0767ceb005932e5adfad11f72d17b6d74d47787 (diff) | |
download | rails-2b5b36ef3a9bb2c22dcfa0e829d40db37293152b.tar.gz rails-2b5b36ef3a9bb2c22dcfa0e829d40db37293152b.tar.bz2 rails-2b5b36ef3a9bb2c22dcfa0e829d40db37293152b.zip |
Revert "add AR deep dive video links to guides"
This reverts commit 25648ce35b9d8df9fac81c1d53c45aaeef08fde9.
-rw-r--r-- | guides/source/active_record_querying.md | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/guides/source/active_record_querying.md b/guides/source/active_record_querying.md index 5c5871f7b1..79d00ded0a 100644 --- a/guides/source/active_record_querying.md +++ b/guides/source/active_record_querying.md @@ -1646,18 +1646,3 @@ following pointers may be helpful: * MySQL: [EXPLAIN Output Format](http://dev.mysql.com/doc/refman/5.6/en/explain-output.html) * PostgreSQL: [Using EXPLAIN](http://www.postgresql.org/docs/current/static/using-explain.html) - -Active Record Deep Dive Videos ------------------------------- - -In these series of videos, different Active Record concepts and methods are demonstrated in common and practical scenarios: - -* [where](http://www.youtube.com/watch?v=JUTXqWlqGHY&feature=youtu.be) -* [find](http://www.youtube.com/watch?v=RIxolY196b0&feature=youtu.be) -* [order](http://www.youtube.com/watch?v=Rio_ES75xuA&feature=youtu.be) -* [limit](http://www.youtube.com/watch?v=Mwqsg3BEaig&feature=youtu.be) -* [offset](http://www.youtube.com/watch?v=X8TyHMPiE_8&feature=youtu.be) -* [joins](http://www.youtube.com/watch?v=wjEeLjGkBeA&feature=youtu.be) -* [group](http://www.youtube.com/watch?v=s0KTEtVQ_AY&feature=youtu.be) -* [having](http://www.youtube.com/watch?v=DaTbG91yZ30&feature=youtu.be) -* [preventing SQL injection attacks](http://www.youtube.com/watch?v=s4QxOxGL1tI&feature=youtu.be) |