|
28 | 28 |
|
29 | 29 | *
|
30 | 30 |
|
31 |
| ---- |
32 | 31 |
|
33 | 32 | * [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. |
34 | 44 | * [to_xls](https://github.com/arydjmal/to_xls) Excel export yapar.
|
35 | 45 | * [state_machine](https://github.com/pluginaweek/state_machine) Durum yönetimi yapıyor.
|
36 | 46 | * [savon](https://github.com/savonrb/savon) SOAP client.
|
37 | 47 | * [ransack](https://github.com/ernie/ransack) Arama ve sıralama.
|
38 | 48 | * [whenever](https://github.com/javan/whenever) Zamanlanmış görevler.
|
39 | 49 | * [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. |
41 | 50 | * [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. |
45 | 51 | * [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. |
50 | 53 | * [globalize3](https://github.com/svenfuchs/globalize3) Model katmanına çoklu dil desteği eklemek için kullanıyoruz.
|
51 | 54 | * [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. |
53 | 60 | * [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