-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.yml
121 lines (121 loc) · 5.38 KB
/
index.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
---
libpq:
term: "fatal error: ‘libpq-fe.h’ file not found"
results:
- rank: 1
title: "ruby on rails - Can't find the 'libpq-fe.h header when trying to install pg gem - Stack Overflow"
url: "https://stackoverflow.com/questions/6040583/cant-find-the-libpq-fe-h-header-when-trying-to-install-pg-gem"
- rank: 2
title: "ruby on rails - pg 1.0.0 `fatal error: 'libpq-fe.h' file not found` - Stack Overflow"
url: "https://stackoverflow.com/questions/50272096/pg-1-0-0-fatal-error-libpq-fe-h-file-not-found"
- rank: 3
title: "can’t find the ‘libpq-fe.h header *** extconf.rb failed ***"
url: "https://rubyinrails.com/2014/01/22/cant-find-libpq-fe-h-header-extconf-rb-failed/"
strftime:
term: "ruby strftime"
results:
- rank: 1
title: "Class: DateTime (Ruby 3.1.1)"
url: "https://ruby-doc.org/stdlib-3.1.1/libdoc/date/rdoc/DateTime.html#method-i-strftime"
- rank: 2
title: "strftime (DateTime) - APIdock"
url: "https://apidock.com/ruby/DateTime/strftime"
- rank: 3
title: "Ruby Date Format (strftime) Cheat Sheet"
url: "https://www.shortcutfoo.com/app/dojos/ruby-date-format-strftime/cheatsheet"
activerecord-mistakes:
term: "3 ActiveRecord Mistakes"
results:
- rank: 1
title: "3 ActiveRecord Mistakes That Slow Down Rails Apps: Count, Where and Present"
url: "https://www.speedshop.co/2019/01/10/three-activerecord-mistakes.html"
- rank: 2
title: "3 ActiveRecord Mistakes That Slow Down Rails Apps: Count, Where and Present : ruby"
url: "https://www.reddit.com/r/ruby/comments/ael4n0/3_activerecord_mistakes_that_slow_down_rails_apps/"
- rank: 3
title: "Nate Berkopec on Twitter: \"New post: 3 ActiveRecord Mistakes That Slow Down Rails Apps: Count, Where and Present https://t.co/ODJtSIeJLl\" / Twitter"
url: "https://twitter.com/nateberkopec/status/1083412518393933825"
bullet:
term: "ruby n+1 bullet alternative"
results:
- rank: 1
title: "bullet Alternatives - Ruby Profiler | LibHunt"
url: "https://ruby.libhunt.com/bullet-alternatives"
- rank: 2
title: "Squash N+1 queries early with n_plus_one_control test matchers for Ruby and Rails — Martian Chronicles, Evil Martians’ team blog"
url: "https://evilmartians.com/chronicles/squash-n-plus-one-queries-early-with-n-plus-one-control-test-matchers-for-ruby-and-rails"
- rank: 3
title: "4 Non-standard Ways to Fix N+1 Queries in Rails "
url: "https://pawelurbanek.com/rails-n-1-queries"
assert-enqueued-with:
term: "rails assert_enqueued_with"
results:
- rank: 1
title: "ActiveJob::TestHelper"
url: "https://api.rubyonrails.org/v7.0.0/classes/ActiveJob/TestHelper.html#method-i-assert_enqueued_with"
- rank: 2
title: "assert_enqueued_with (ActiveJob::TestHelper) - APIdock"
url: "https://apidock.com/rails/v6.0.0/ActiveJob/TestHelper/assert_enqueued_with"
- rank: 3
title: "undefined method 'assert_enqueued_with' · Issue #18624 · rails/rails"
url: "https://github.com/rails/rails/issues/18624"
sandi-metz:
term: "Sandi Metz four rules"
results:
- rank: 1
title: "Sandi Metz' Rules For Developers"
url: "https://thoughtbot.com/blog/sandi-metz-rules-for-developers"
- rank: 2
title: "Rules, by Sandi Metz"
url: "https://www.rockyourcode.com/rules-by-sandi-metz/"
- rank: 3
title: "Sandi Metz's Rules for OOP"
url: "https://yiming.dev/blog/2017/08/23/sandi-metzs-rules-for-oop/"
Kevin Murphy:
term: "Kevin Murphy"
results:
- rank: 1
title: "Personal Website"
url: "https://kevinjmurphy.com/"
- rank: 2
title: "@kevin_j_m / Twitter"
url: "https://twitter.com/kevin_j_m"
- rank: 3
title: "BookBub: handpicked ebook recommendations"
url: "https://bookbub.com/"
delete-all-callbacks:
term: "rails delete_all callbacks"
results:
- rank: 1
title: "Active Record Relation delete_all"
url: "https://api.rubyonrails.org/classes/ActiveRecord/Relation.html#method-i-delete_all"
- rank: 2
title: "delete_all (ActiveRecord::Relation)"
url: "https://apidock.com/rails/v5.2.3/ActiveRecord/Relation/delete_all"
- rank: 3
title: "CollectionProxy `delete_all` and `destroy_all`"
url: "https://gist.github.com/eileencodes/5b0a2fe011dcff6203fe"
delete-all-destroy-all:
term: "rails delete_all vs destroy_all"
results:
- rank: 1
title: "CollectionProxy `delete_all` and `destroy_all"
url: "https://gist.github.com/eileencodes/5b0a2fe011dcff6203fe"
- rank: 2
title: "Delete vs. Destroy: Does it even matter?"
url: "https://medium.com/@wkhearn/delete-vs-destroy-does-it-even-matter-8cb4db6aa660"
- rank: 3
title: "delete_all vs destroy_all"
url: "https://ridingwithrails.wordpress.com/2011/06/08/delete_all-vs-destroy_all/"
rails-dependent-options:
term: "rails dependent options"
results:
- rank: 1
title: "Active Record Associations - Ruby on Rails Guides"
url: "https://guides.rubyonrails.org/association_basics.html#options-for-belongs-to-dependent"
- rank: 2
title: "Rails Dependent Destroy"
url: "https://dev.to/delbetu/rails-dependent-destroy-id3"
- rank: 3
title: "Rails 6.1 adds support for destroying in backgound"
url: "https://blog.saeloun.com/2020/11/18/rails-6.1-adds-support-for-destroying-dependent-associations-in-the-background.html"