Feed items

mapsite:tinabentley - tinabentley

generic trileptal jane online drugstore cheap trileptal

prescription fosamax generic prescription fosamax alendronate

generic uroxatral 10mg uroxatral without prescription

cheap levitra cheapest levitra without prescription

bupropion without prescription bupropion dosage

Google Summer of Code 2010

Participate

* Join the Campfire chat:

Ideas

Your Ideas!

Remember, this list of ideas is only a starting point! What are _you_ passionate about? What parts of Rails do you think can be improved? What directions do you think the framework can be taken in that would open new vistas for Rails developers everywhere? We'd much rather have a proposal that makes us say “Wow, I wish I'd thought of that!” than a tired, recycled idea.

Ruby on Rails'e başlarken

Ruby on Rails'e başlarken

* İlk Adımlar
* Ruby Dili ve Rails İskeletine Genel Bakış
* Ruby on Rails'in Temel İlkeleri

* Kurulum
* İlk Uygulama
* Rails Sürümünü Yükseltme
* Rails ve Ruby Gem'ini Güncelleştirme
* Bir Uygulamayı Yeni Rails Sürümüne Yükseltme

mapsite:inakinney - inakinney

buy minocycline expiration date minocycline without prescription

differin online without prescription differin without prescription

buy cheap ranitidine ranitidine without prescription

maxalt without prescription prescription generic maxalt

order viagra maintaining an erection viagra prescriptions

rails:version3:plugins_and_gems

A maintained list of plugins and gems and their state of Rails 3 'readiness' - for a plugin or gem to be Rails 3 'ready', you should be able to utilize the intended, features without error

Plugin/Gem Name Works in Rails 3? Bundler Yes simple-navigation Yes Exception Notification Yes Formtastic Yes Haml …

IBM DB2 - 日本語版を作成

RailsからDB2を使用する

RailsのIBM DB2サポートはIBMから直接ibm_dbというオープンソースのgemで提供されています。このgemはRubyからDB2に通信するための(Cで書かれた)ドライバーと、ActiveRecordがDB2で動作するようにするRubyで書かれたアダプタを含んでいます。

Restful authentication - creata

restful-authentication è uno dei plugin che permette di aggiungere facilmente l'autenticazione utente nelle applicazioni rails. Include le seguenti funzionalità:

* Login e logout
* Crittazione delle password
* Attivazione dell'account tramite la convalida dell'indirizzo email
* Account approval and disabling by email
* Rudimentary hooks for authorization and access control

Installing Git - created

Mac OS X

There is a prebuilt OSX package of the latest build available for download.

http://code.google.com/p/git-osx-installer/downloads/list?can=3

Ubuntu 8.04/8.10

From Repo

The easiest method is to use apt-get to install Git.

$ sudo apt-get update
$ sudo apt-get install git-core

CouchDB

CouchDB d'Apache est une base de données distribuée, sans schéma et orientée document accessible via une API REST HTTP/JSON.

Les bases

CouchDB est un serveur de base de données orienté document, accessible via une API JSON REST utilisant le langage Javascript comme interface. CouchDB est une base de données non relationnelle, non orientée objet qui va dans le sens contraire de celui des conventions Rails: la structure de données ORM. CouchDB n'a pas pour but de remplacer ActiveRecord ou n'imp…

Capistrano - extra resource

Capistrano

Capistrano is a deployment tool that makes it easy to deploy and restart your application on any number of remote servers using remote execution. It is designed to work with Ruby on Rails but can be used to deploy almost any type of web application or to execute any commands on the remote servers.