UNLIMITED JAVA

WEB技術や普段の生活のブログ

Rails

IronRuby + IIS + Railsアプリケーションをやってみようと思ったけど。

ironrubyのインストール 公式から落としてくる。 zipで。 2011年11月現在ではversion1.0.0が安定版の最終バージョンらしいので、こっちを落とす ruby 1.8.6バージョン。 落としてきてbinに入れてパスを通せばOK.>ir -v IronRuby 1.0.0.0 on .NET 4.0.30319.2…

How to use Devise and Rails , without EMail

Deviseでユーザ名だけで使うときに「Email can't be blank」とか言われちゃう場合の対処。 I thoght to use Devise only UserName. But there are two problems. 1.It's called error message "Email can't be blank". 2.It's called error message "usernam…

Deviseで認証を作る。

Railsで認証機能の作成。 いくつか認証用のプラグインがあるけど、Deviseが流行りっぽかったので、Deviseを選択。 (流行重要)