Skip to content

Commit 374d134

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

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

tr/05-server-side-technologies.md

+11
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@
66
## Bundler Gemfile
77
## Rails
88
## Gems
9+
* [better_errors](https://github.com/charliesome/better_errors) - Rails' in standart error sayfasını daha kullanışlı bir sayafa ile değiştiriyor.
10+
* [cancan](https://github.com/ryanb/cancan) - Kullanıcı yetkilendirmesi yapıyor.
11+
* [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.
15+
* [devise](https://github.com/plataformatec/devise) - Kullanıcı authentication.
16+
* [friendly_id](https://github.com/norman/friendly_id) - İnsancıl url üretir.
17+
* [haml-rails](https://github.com/indirect/haml-rails) - Haml - Rails entegrasyonu yapar.
18+
* [haml](http://haml-lang.com) - Markup language.
19+
* [simple_form](https://github.com/plataformatec/simple_form) - Form generator.
920

1021
# DB
1122

0 commit comments

Comments
 (0)