Skip to content

Commit ffc6578

Browse files
author
Onur Özgür ÖZKAN
committed
Update tr/05-gems.md
1 parent 01d1f67 commit ffc6578

File tree

1 file changed

+18
-11
lines changed

1 file changed

+18
-11
lines changed

tr/05-gems.md

+18-11
Original file line numberDiff line numberDiff line change
@@ -28,27 +28,34 @@
2828

2929
*
3030

31-
---
3231

3332
* [bootstrap-datepicker-rails](https://github.com/Nerian/bootstrap-datepicker-rails) Bootstrap temalı date picker.
33+
* [haml-rails](https://github.com/indirect/haml-rails) - Haml - Rails entegrasyonu yapar.
34+
* [haml](http://haml-lang.com) - Markup language.
35+
* [breadcrumbs_on_rails](https://github.com/weppos/breadcrumbs_on_rails) Breadcrumb(ekmek kırıntısı) için kullanıyoruz.
36+
* [client_side_validations](https://github.com/bcardarella/client_side_validations) - Modeldeki validasyonları alıp javascript ile client side' ta yapıyor.
37+
* [compass-rails](https://github.com/chriseppstein/compass) - Sass mixin kütüphanesi.
38+
* [simple_form](https://github.com/plataformatec/simple_form) - Form generator.
39+
40+
41+
## Server Side
42+
43+
* [rails_config](https://github.com/railsjedi/rails_config) Projeye config ayarları eklememizi sağlıyor.
3444
* [to_xls](https://github.com/arydjmal/to_xls) Excel export yapar.
3545
* [state_machine](https://github.com/pluginaweek/state_machine) Durum yönetimi yapıyor.
3646
* [savon](https://github.com/savonrb/savon) SOAP client.
3747
* [ransack](https://github.com/ernie/ransack) Arama ve sıralama.
3848
* [whenever](https://github.com/javan/whenever) Zamanlanmış görevler.
3949
* [resque](https://github.com/defunkt/resque) Arkaplan işlerini yönetir.
40-
* [better_errors](https://github.com/charliesome/better_errors) - Rails' in standart error sayfasını daha kullanışlı bir sayafa ile değiştiriyor.
4150
* [cancan](https://github.com/ryanb/cancan) - Kullanıcı yetkilendirmesi yapıyor.
42-
* [client_side_validations](https://github.com/bcardarella/client_side_validations) - Modeldeki validasyonları alıp javascript ile client side' ta yapıyor.
43-
* [compass-rails](https://github.com/chriseppstein/compass) - Sass mixin kütüphanesi.
44-
* [devise](https://github.com/plataformatec/devise) - Kullanıcı authentication.
4551
* [friendly_id](https://github.com/norman/friendly_id) - İnsancıl url üretir.
46-
* [haml-rails](https://github.com/indirect/haml-rails) - Haml - Rails entegrasyonu yapar.
47-
* [haml](http://haml-lang.com) - Markup language.
48-
* [simple_form](https://github.com/plataformatec/simple_form) - Form generator.
49-
* [breadcrumbs_on_rails](https://github.com/weppos/breadcrumbs_on_rails) Breadcrumb(ekmek kırıntısı) için kullanıyoruz.
52+
* [devise](https://github.com/plataformatec/devise) - Kullanıcı authentication.
5053
* [globalize3](https://github.com/svenfuchs/globalize3) Model katmanına çoklu dil desteği eklemek için kullanıyoruz.
5154
* [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.
52-
* [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.
55+
56+
57+
## Development Tools
58+
59+
* [better_errors](https://github.com/charliesome/better_errors) - Rails' in standart error sayfasını daha kullanışlı bir sayafa ile değiştiriyor.
5360
* [rails_panel](https://github.com/dejan/rails_panel) Geliştirme sürecinde sql sürelerini ve sayfa yüklenme sürelerini gösteriyor. Gemi kullanabilmek için [RailsPanel](https://chrome.google.com/webstore/detail/railspanel/gjpfobpafnhjhbajcjgccbbdofdckggg) chrome eklentisine iytiyacımız var.
54-
* [rails_config](https://github.com/railsjedi/rails_config) Projeye config ayarları eklememizi sağlıyor.
61+
* [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.

0 commit comments

Comments
 (0)