Skip to content

Commit 3f42f86

Browse files
author
Onur Özgür ÖZKAN
committed
Add railscasts videos
1 parent f6d12cc commit 3f42f86

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

tr/503-gems.md

+23-1
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,16 @@ Markup language.
2525
* https://www.ruby-toolbox.com/projects/haml
2626
* https://github.com/haml/haml
2727
* Ruby doc linki
28+
* http://screencasts.org/episodes/introduction-to-haml
29+
* http://www.youtube.com/watch?v=ILt6q_o2hts
2830

2931
#### haml-rails
3032
Haml - Rails entegrasyonu yapar.
3133

3234
* https://www.ruby-toolbox.com/projects/haml-rails
3335
* https://github.com/indirect/haml-rails
3436
* Ruby doc linki
37+
* http://screencasts.org/episodes/using-haml-with-rails-3
3538

3639
#### bootstrap-datepicker-rails
3740
Bootstrap temalı date picker.
@@ -53,20 +56,23 @@ Modeldeki validasyonları alıp javascript ile client side' ta yapıyor.
5356
* ruby-toolbox linki
5457
* https://github.com/bcardarella/client_side_validations
5558
* Ruby doc linki
59+
* http://railscasts.com/episodes/263-client-side-validations
5660

5761
#### compass-rails
5862
Sass mixin kütüphanesi.
5963

6064
* ruby-toolbox linki
6165
* https://github.com/chriseppstein/compass
6266
* Ruby doc linki
67+
* http://railscasts.com/episodes/334-compass-css-sprites
6368

6469
#### simple_form
6570
Form generator.
6671

6772
* ruby-toolbox linki
6873
* https://github.com/plataformatec/simple_form
6974
* Ruby doc linki
75+
* http://railscasts.com/episodes/234-simple-form
7076

7177
#### chosen-rails
7278
[chosen](https://github.com/harvesthq/chosen) javascript kütüphanesini projeye entegre etmemizi sağlıyor. Chosen uzun ve hantal select box' ları güzelleştiriyor.
@@ -104,62 +110,77 @@ Durum yönetimi yapıyor.
104110
* ruby-toolbox linki
105111
* https://github.com/pluginaweek/state_machine
106112
* Ruby doc linki
113+
* http://railscasts.com/episodes/392-a-tour-of-state-machines
107114

108115
#### savon
109116
SOAP client.
110117

111118
* ruby-toolbox linki
112119
* https://github.com/savonrb/savon
113120
* Ruby doc linki
121+
* http://railscasts.com/episodes/290-soap-with-savon
114122

115123
#### ransack
116124
Arama ve sıralama.
117125

118126
* ruby-toolbox linki
119127
* https://github.com/ernie/ransack
120128
* Ruby doc linki
129+
* http://railscasts.com/episodes/370-ransack
121130

122131
#### whenever
123132
Zamanlanmış görevler.
124133

125134
* ruby-toolbox linki
126135
* https://github.com/javan/whenever
127136
* Ruby doc linki
137+
* http://railscasts.com/episodes/164-cron-in-ruby-revised
128138

129139
#### resque
130140
Arkaplan işlerini yönetir.
131141

132142
* ruby-toolbox linki
133143
* https://github.com/defunkt/resque
134144
* Ruby doc linki
145+
* http://railscasts.com/episodes/271-resque
135146

136147
#### cancan
137148
Kullanıcı yetkilendirmesi yapıyor.
138149

139150
* ruby-toolbox linki
140151
* https://github.com/ryanb/cancan
141152
* Ruby doc linki
153+
* http://railscasts.com/episodes/192-authorization-with-cancan
142154

143155
#### friendly_id
144156
İnsancıl url üretir.
145157

146158
* ruby-toolbox linki
147159
* https://github.com/norman/friendly_id
148160
* Ruby doc linki
161+
* http://railscasts.com/episodes/314-pretty-urls-with-friendlyid
149162

150163
#### devise
151164
Kullanıcı authentication.
152165

153166
* ruby-toolbox linki
154167
* https://github.com/plataformatec/devise
155168
* Ruby doc linki
169+
* http://railscasts.com/episodes/235-devise-and-omniauth-revised
170+
* http://railscasts.com/episodes/209-devise-revised
171+
* http://railscasts.com/episodes/209-introducing-devise
172+
* http://railscasts.com/episodes/210-customizing-devise
173+
* http://railscasts.com/episodes/233-engage-with-devise
174+
* http://railscasts.com/episodes/235-omniauth-part-1
175+
* http://railscasts.com/episodes/236-omniauth-part-2
156176

157177
#### globalize3
158178
Model katmanına çoklu dil desteği eklemek için kullanıyoruz.
159179

160180
* ruby-toolbox linki
161181
* https://github.com/svenfuchs/globalize3
162182
* Ruby doc linki
183+
* http://railscasts.com/episodes/338-globalize3
163184

164185

165186
#### devise_invitable
@@ -202,10 +223,11 @@ Rails' in standart error sayfasını daha kullanışlı bir sayafa ile değişti
202223
Google chrome ile rails'ın debug edilmesine yarıyor.
203224

204225
* https://github.com/dejan/rails_panel
205-
* http://railscasts.com/episodes/402-better-errors-railspanel
206226
* https://www.ruby-toolbox.com/gems/meta_request
227+
* http://railscasts.com/episodes/402-better-errors-railspanel
207228

208229
#### bullet
209230
Uygulamadaki N+1 problemlerini tespit ediyor.
210231

211232
* https://github.com/flyerhzm/bullet
233+
* http://railscasts.com/episodes/372-bullet

0 commit comments

Comments
 (0)