Skip to content

Commit

Permalink
Add railscasts videos
Browse files Browse the repository at this point in the history
  • Loading branch information
Onur Özgür ÖZKAN committed Feb 21, 2013
1 parent f6d12cc commit 3f42f86
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion tr/503-gems.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,16 @@ Markup language.
* https://www.ruby-toolbox.com/projects/haml
* https://github.com/haml/haml
* Ruby doc linki
* http://screencasts.org/episodes/introduction-to-haml
* http://www.youtube.com/watch?v=ILt6q_o2hts

#### haml-rails
Haml - Rails entegrasyonu yapar.

* https://www.ruby-toolbox.com/projects/haml-rails
* https://github.com/indirect/haml-rails
* Ruby doc linki
* http://screencasts.org/episodes/using-haml-with-rails-3

#### bootstrap-datepicker-rails
Bootstrap temalı date picker.
Expand All @@ -53,20 +56,23 @@ Modeldeki validasyonları alıp javascript ile client side' ta yapıyor.
* ruby-toolbox linki
* https://github.com/bcardarella/client_side_validations
* Ruby doc linki
* http://railscasts.com/episodes/263-client-side-validations

#### compass-rails
Sass mixin kütüphanesi.

* ruby-toolbox linki
* https://github.com/chriseppstein/compass
* Ruby doc linki
* http://railscasts.com/episodes/334-compass-css-sprites

#### simple_form
Form generator.

* ruby-toolbox linki
* https://github.com/plataformatec/simple_form
* Ruby doc linki
* http://railscasts.com/episodes/234-simple-form

#### chosen-rails
[chosen](https://github.com/harvesthq/chosen) javascript kütüphanesini projeye entegre etmemizi sağlıyor. Chosen uzun ve hantal select box' ları güzelleştiriyor.
Expand Down Expand Up @@ -104,62 +110,77 @@ Durum yönetimi yapıyor.
* ruby-toolbox linki
* https://github.com/pluginaweek/state_machine
* Ruby doc linki
* http://railscasts.com/episodes/392-a-tour-of-state-machines

#### savon
SOAP client.

* ruby-toolbox linki
* https://github.com/savonrb/savon
* Ruby doc linki
* http://railscasts.com/episodes/290-soap-with-savon

#### ransack
Arama ve sıralama.

* ruby-toolbox linki
* https://github.com/ernie/ransack
* Ruby doc linki
* http://railscasts.com/episodes/370-ransack

#### whenever
Zamanlanmış görevler.

* ruby-toolbox linki
* https://github.com/javan/whenever
* Ruby doc linki
* http://railscasts.com/episodes/164-cron-in-ruby-revised

#### resque
Arkaplan işlerini yönetir.

* ruby-toolbox linki
* https://github.com/defunkt/resque
* Ruby doc linki
* http://railscasts.com/episodes/271-resque

#### cancan
Kullanıcı yetkilendirmesi yapıyor.

* ruby-toolbox linki
* https://github.com/ryanb/cancan
* Ruby doc linki
* http://railscasts.com/episodes/192-authorization-with-cancan

#### friendly_id
İnsancıl url üretir.

* ruby-toolbox linki
* https://github.com/norman/friendly_id
* Ruby doc linki
* http://railscasts.com/episodes/314-pretty-urls-with-friendlyid

#### devise
Kullanıcı authentication.

* ruby-toolbox linki
* https://github.com/plataformatec/devise
* Ruby doc linki
* http://railscasts.com/episodes/235-devise-and-omniauth-revised
* http://railscasts.com/episodes/209-devise-revised
* http://railscasts.com/episodes/209-introducing-devise
* http://railscasts.com/episodes/210-customizing-devise
* http://railscasts.com/episodes/233-engage-with-devise
* http://railscasts.com/episodes/235-omniauth-part-1
* http://railscasts.com/episodes/236-omniauth-part-2

#### globalize3
Model katmanına çoklu dil desteği eklemek için kullanıyoruz.

* ruby-toolbox linki
* https://github.com/svenfuchs/globalize3
* Ruby doc linki
* http://railscasts.com/episodes/338-globalize3


#### devise_invitable
Expand Down Expand Up @@ -202,10 +223,11 @@ Rails' in standart error sayfasını daha kullanışlı bir sayafa ile değişti
Google chrome ile rails'ın debug edilmesine yarıyor.

* https://github.com/dejan/rails_panel
* http://railscasts.com/episodes/402-better-errors-railspanel
* https://www.ruby-toolbox.com/gems/meta_request
* http://railscasts.com/episodes/402-better-errors-railspanel

#### bullet
Uygulamadaki N+1 problemlerini tespit ediyor.

* https://github.com/flyerhzm/bullet
* http://railscasts.com/episodes/372-bullet

0 comments on commit 3f42f86

Please sign in to comment.