@@ -25,13 +25,16 @@ Markup language.
25
25
* https://www.ruby-toolbox.com/projects/haml
26
26
* https://github.com/haml/haml
27
27
* Ruby doc linki
28
+ * http://screencasts.org/episodes/introduction-to-haml
29
+ * http://www.youtube.com/watch?v=ILt6q_o2hts
28
30
29
31
#### haml-rails
30
32
Haml - Rails entegrasyonu yapar.
31
33
32
34
* https://www.ruby-toolbox.com/projects/haml-rails
33
35
* https://github.com/indirect/haml-rails
34
36
* Ruby doc linki
37
+ * http://screencasts.org/episodes/using-haml-with-rails-3
35
38
36
39
#### bootstrap-datepicker-rails
37
40
Bootstrap temalı date picker.
@@ -53,20 +56,23 @@ Modeldeki validasyonları alıp javascript ile client side' ta yapıyor.
53
56
* ruby-toolbox linki
54
57
* https://github.com/bcardarella/client_side_validations
55
58
* Ruby doc linki
59
+ * http://railscasts.com/episodes/263-client-side-validations
56
60
57
61
#### compass-rails
58
62
Sass mixin kütüphanesi.
59
63
60
64
* ruby-toolbox linki
61
65
* https://github.com/chriseppstein/compass
62
66
* Ruby doc linki
67
+ * http://railscasts.com/episodes/334-compass-css-sprites
63
68
64
69
#### simple_form
65
70
Form generator.
66
71
67
72
* ruby-toolbox linki
68
73
* https://github.com/plataformatec/simple_form
69
74
* Ruby doc linki
75
+ * http://railscasts.com/episodes/234-simple-form
70
76
71
77
#### chosen-rails
72
78
[ 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.
104
110
* ruby-toolbox linki
105
111
* https://github.com/pluginaweek/state_machine
106
112
* Ruby doc linki
113
+ * http://railscasts.com/episodes/392-a-tour-of-state-machines
107
114
108
115
#### savon
109
116
SOAP client.
110
117
111
118
* ruby-toolbox linki
112
119
* https://github.com/savonrb/savon
113
120
* Ruby doc linki
121
+ * http://railscasts.com/episodes/290-soap-with-savon
114
122
115
123
#### ransack
116
124
Arama ve sıralama.
117
125
118
126
* ruby-toolbox linki
119
127
* https://github.com/ernie/ransack
120
128
* Ruby doc linki
129
+ * http://railscasts.com/episodes/370-ransack
121
130
122
131
#### whenever
123
132
Zamanlanmış görevler.
124
133
125
134
* ruby-toolbox linki
126
135
* https://github.com/javan/whenever
127
136
* Ruby doc linki
137
+ * http://railscasts.com/episodes/164-cron-in-ruby-revised
128
138
129
139
#### resque
130
140
Arkaplan işlerini yönetir.
131
141
132
142
* ruby-toolbox linki
133
143
* https://github.com/defunkt/resque
134
144
* Ruby doc linki
145
+ * http://railscasts.com/episodes/271-resque
135
146
136
147
#### cancan
137
148
Kullanıcı yetkilendirmesi yapıyor.
138
149
139
150
* ruby-toolbox linki
140
151
* https://github.com/ryanb/cancan
141
152
* Ruby doc linki
153
+ * http://railscasts.com/episodes/192-authorization-with-cancan
142
154
143
155
#### friendly_id
144
156
İnsancıl url üretir.
145
157
146
158
* ruby-toolbox linki
147
159
* https://github.com/norman/friendly_id
148
160
* Ruby doc linki
161
+ * http://railscasts.com/episodes/314-pretty-urls-with-friendlyid
149
162
150
163
#### devise
151
164
Kullanıcı authentication.
152
165
153
166
* ruby-toolbox linki
154
167
* https://github.com/plataformatec/devise
155
168
* 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
156
176
157
177
#### globalize3
158
178
Model katmanına çoklu dil desteği eklemek için kullanıyoruz.
159
179
160
180
* ruby-toolbox linki
161
181
* https://github.com/svenfuchs/globalize3
162
182
* Ruby doc linki
183
+ * http://railscasts.com/episodes/338-globalize3
163
184
164
185
165
186
#### devise_invitable
@@ -202,10 +223,11 @@ Rails' in standart error sayfasını daha kullanışlı bir sayafa ile değişti
202
223
Google chrome ile rails'ın debug edilmesine yarıyor.
203
224
204
225
* https://github.com/dejan/rails_panel
205
- * http://railscasts.com/episodes/402-better-errors-railspanel
206
226
* https://www.ruby-toolbox.com/gems/meta_request
227
+ * http://railscasts.com/episodes/402-better-errors-railspanel
207
228
208
229
#### bullet
209
230
Uygulamadaki N+1 problemlerini tespit ediyor.
210
231
211
232
* https://github.com/flyerhzm/bullet
233
+ * http://railscasts.com/episodes/372-bullet
0 commit comments