-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Onur Özgür ÖZKAN
committed
Jan 26, 2013
1 parent
2e9b43c
commit 01d1f67
Showing
1 changed file
with
54 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
# Ruby Gems | ||
|
||
# Ruby Gems | ||
|
||
## Client Side | ||
|
||
### Twitter Bootstrap | ||
|
||
#### bootstrap-saas | ||
|
||
**Açıklama:** Twitter Bootstrap' ın Sass versiyonunu Rails' e entegre ediyor. | ||
|
||
* https://www.ruby-toolbox.com/categories/css_with_ruby#bootstrap-sass | ||
* https://github.com/thomas-mcdonald/bootstrap-sass | ||
* http://rubydoc.info/gems/bootstrap-sass/frames | ||
|
||
**Kaynaklar** | ||
|
||
#### bootstrap-wysihtml5-rails | ||
|
||
**Açıklama:** Bootstrap temalı HTML5 wysing editör. | ||
|
||
* https://www.ruby-toolbox.com/projects/bootstrap-wysihtml5-rails | ||
* https://github.com/Nerian/bootstrap-wysihtml5-rails | ||
* http://rubydoc.info/gems/bootstrap-wysihtml5-rails/frames | ||
|
||
**Kaynaklar** | ||
|
||
* | ||
|
||
--- | ||
|
||
* [bootstrap-datepicker-rails](https://github.com/Nerian/bootstrap-datepicker-rails) Bootstrap temalı date picker. | ||
* [to_xls](https://github.com/arydjmal/to_xls) Excel export yapar. | ||
* [state_machine](https://github.com/pluginaweek/state_machine) Durum yönetimi yapıyor. | ||
* [savon](https://github.com/savonrb/savon) SOAP client. | ||
* [ransack](https://github.com/ernie/ransack) Arama ve sıralama. | ||
* [whenever](https://github.com/javan/whenever) Zamanlanmış görevler. | ||
* [resque](https://github.com/defunkt/resque) Arkaplan işlerini yönetir. | ||
* [better_errors](https://github.com/charliesome/better_errors) - Rails' in standart error sayfasını daha kullanışlı bir sayafa ile değiştiriyor. | ||
* [cancan](https://github.com/ryanb/cancan) - Kullanıcı yetkilendirmesi yapıyor. | ||
* [client_side_validations](https://github.com/bcardarella/client_side_validations) - Modeldeki validasyonları alıp javascript ile client side' ta yapıyor. | ||
* [compass-rails](https://github.com/chriseppstein/compass) - Sass mixin kütüphanesi. | ||
* [devise](https://github.com/plataformatec/devise) - Kullanıcı authentication. | ||
* [friendly_id](https://github.com/norman/friendly_id) - İnsancıl url üretir. | ||
* [haml-rails](https://github.com/indirect/haml-rails) - Haml - Rails entegrasyonu yapar. | ||
* [haml](http://haml-lang.com) - Markup language. | ||
* [simple_form](https://github.com/plataformatec/simple_form) - Form generator. | ||
* [breadcrumbs_on_rails](https://github.com/weppos/breadcrumbs_on_rails) Breadcrumb(ekmek kırıntısı) için kullanıyoruz. | ||
* [globalize3](https://github.com/svenfuchs/globalize3) Model katmanına çoklu dil desteği eklemek için kullanıyoruz. | ||
* [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. | ||
* [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. | ||
* [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. | ||
* [rails_config](https://github.com/railsjedi/rails_config) Projeye config ayarları eklememizi sağlıyor. |