You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[globalize3](https://github.com/svenfuchs/globalize3) Model katmanına çoklu dil desteği eklemek için kullanıyoruz.
91
-
*[devise_invitable](https://github.com/scambra/devise_invitable) Kullanıcı davet sistemi için kullanıyoruz. İsmindende anlaşılacağı gibi devise gemi ile birlikte çalışıyor.
80
+
#### rails_config
81
+
Projeye config ayarları eklememizi sağlıyor.
92
82
83
+
* ruby-toolbox linki
84
+
*https://github.com/railsjedi/rails_config
85
+
* Ruby doc linki
86
+
87
+
#### to_xls
88
+
Excel export yapar.
89
+
90
+
* ruby-toolbox linki
91
+
*https://github.com/arydjmal/to_xls
92
+
* Ruby doc linki
93
+
94
+
#### state_machine
95
+
Durum yönetimi yapıyor.
96
+
97
+
* ruby-toolbox linki
98
+
*https://github.com/pluginaweek/state_machine
99
+
* Ruby doc linki
100
+
101
+
#### savon
102
+
SOAP client.
103
+
104
+
* ruby-toolbox linki
105
+
*https://github.com/savonrb/savon
106
+
* Ruby doc linki
107
+
108
+
#### ransack
109
+
Arama ve sıralama.
110
+
111
+
* ruby-toolbox linki
112
+
*https://github.com/ernie/ransack
113
+
* Ruby doc linki
114
+
115
+
#### whenever
116
+
Zamanlanmış görevler.
117
+
118
+
* ruby-toolbox linki
119
+
*https://github.com/javan/whenever
120
+
* Ruby doc linki
121
+
122
+
#### resque
123
+
Arkaplan işlerini yönetir.
124
+
125
+
* ruby-toolbox linki
126
+
*https://github.com/defunkt/resque
127
+
* Ruby doc linki
128
+
129
+
#### cancan
130
+
Kullanıcı yetkilendirmesi yapıyor.
131
+
132
+
* ruby-toolbox linki
133
+
*https://github.com/ryanb/cancan
134
+
* Ruby doc linki
135
+
136
+
#### friendly_id
137
+
İnsancıl url üretir.
138
+
139
+
* ruby-toolbox linki
140
+
*https://github.com/norman/friendly_id
141
+
* Ruby doc linki
142
+
143
+
#### devise
144
+
Kullanıcı authentication.
145
+
146
+
* ruby-toolbox linki
147
+
*https://github.com/plataformatec/devise
148
+
* Ruby doc linki
149
+
150
+
#### globalize3
151
+
Model katmanına çoklu dil desteği eklemek için kullanıyoruz.
152
+
153
+
* ruby-toolbox linki
154
+
*https://github.com/svenfuchs/globalize3
155
+
* Ruby doc linki
156
+
157
+
158
+
#### devise_invitable
159
+
Kullanıcı davet sistemi için kullanıyoruz. İsmindende anlaşılacağı gibi devise gemi ile birlikte çalışıyor.
160
+
161
+
* ruby-toolbox linki
162
+
*https://github.com/scambra/devise_invitable
163
+
* Ruby doc link
93
164
94
165
## Development Tools
95
166
96
-
*[better_errors](https://github.com/charliesome/better_errors) - Rails' in standart error sayfasını daha kullanışlı bir sayafa ile değiştiriyor.
97
-
*[sextant](https://github.com/schneems/sextant) Geliştirme sürecinde route' ları veiwde gösteren bir gem. rails 4 ile birlikte varsayılan olarak geliyor.
167
+
#### sextant
168
+
Geliştirme sürecinde route' ları veiwde gösteren bir gem. rails 4 ile birlikte varsayılan olarak geliyor.
169
+
170
+
* ruby-toolbox linki
171
+
*https://github.com/schneems/sextant
172
+
* Ruby doc linki
173
+
174
+
#### better_errors
175
+
Rails' in standart error sayfasını daha kullanışlı bir sayafa ile değiştiriyor.
0 commit comments