Skip to content

Commit 22146cf

Browse files
author
Muhammet DİLEK
committed
Update tr/05-server-side-technologies.md
1 parent 374d134 commit 22146cf

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

tr/05-server-side-technologies.md

+8-3
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,22 @@
66
## Bundler Gemfile
77
## Rails
88
## Gems
9+
* [to_xls](https://github.com/arydjmal/to_xls) Excel export yapar.
10+
* [state_machine](https://github.com/pluginaweek/state_machine) Durum yönetimi yapıyor.
11+
* [savon](https://github.com/savonrb/savon) SOAP client.
12+
* [ransack](https://github.com/ernie/ransack) Arama ve sıralama.
13+
* [whenever](https://github.com/javan/whenever) Zamanlanmış görevler.
14+
* [resque](https://github.com/defunkt/resque) Arkaplan işlerini yönetir.
915
* [better_errors](https://github.com/charliesome/better_errors) - Rails' in standart error sayfasını daha kullanışlı bir sayafa ile değiştiriyor.
1016
* [cancan](https://github.com/ryanb/cancan) - Kullanıcı yetkilendirmesi yapıyor.
1117
* [client_side_validations](https://github.com/bcardarella/client_side_validations) - Modeldeki validasyonları alıp javascript ile client side' ta yapıyor.
12-
* [compass-rails](https://github.com/chriseppstein/compass) - Great gem that
13-
adds support for some css frameworks. Includes collection of sass mixins that
14-
reduces code of css files and help fight with browser incompatibilities.
18+
* [compass-rails](https://github.com/chriseppstein/compass) - Sass mixin kütüphanesi.
1519
* [devise](https://github.com/plataformatec/devise) - Kullanıcı authentication.
1620
* [friendly_id](https://github.com/norman/friendly_id) - İnsancıl url üretir.
1721
* [haml-rails](https://github.com/indirect/haml-rails) - Haml - Rails entegrasyonu yapar.
1822
* [haml](http://haml-lang.com) - Markup language.
1923
* [simple_form](https://github.com/plataformatec/simple_form) - Form generator.
24+
* [bootstrap-sass](https://github.com/thomas-mcdonald/bootstrap-sass) Twitter Bootstrap' ın Sass versiyonunu Rails' e entegre ediyor.
2025

2126
# DB
2227

0 commit comments

Comments
 (0)