ZURB's Foundation is a front-end for quickly building applications and prototypes. It is similar to Twitter Bootstrap but uses Sass instead of LESS. Here you will learn the basics of the grid system, navigation, tooltips and more. (11 minutes)
2010.07.09 次世代Ruby on RailsサーバーUnicorn(汎用のRackアプリケーションサーバ)を使ってみた 2010.07.20追記: prefixを指定した運用も可能でした。ご指摘頂きありがとうございます。 2010.07.28追記: 関連記事「RailsサーバUnicornを飼いならす! 運用時の便利技」へのリンクを張りました。 Railsサーバはたくさんあってややこしいですね! 最近さらにUnicornというものが頭角を表してきたようで、Twitterやgithubも使っているようなので使ってみましたので、特徴や使い方などレポートしてみたいと思います。 このブログの他にもEngine Yardのブログ記事「Everything You Need to Know About Unicorn」やgithubの記事「Unicorn!」が非常に参考になると思いますので、
This webpage was generated by the domain owner using Sedo Domain Parking. Disclaimer: Sedo maintains no relationship with third party advertisers. Reference to any specific service or trade mark is not controlled by Sedo nor does it constitute or imply its association, endorsement or recommendation.
I’ve been working on revamping the Active Record query interface for the last few weeks ( while taking some time off in India from consulting work, before joining 37signals ), building on top of Emilio’s GSOC project of integrating ARel and ActiveRecord. So here’s an overview of how things are going to work in Rails 3. What’s going to be deprecated in Rails 3.1 ? These deprecations will be effecti
注意 現在ObjectiveResourceは iOS4.0 に対応できてないようです。 詳しくは こちら iPhoneはゲームのようにiPhoneだけで完結するアプリもありますが、たいていのアプリはサーバーと連携することで大きな可能性を得る事ができると思います。 その際にサーバー側のシステムとiPhone側のサーバーとの通信をどうするかは悩みどころですが、ObjectiveResource + Ruby on Rails を使うと本当に簡単にサーバー側と通信を行う事が出来ます。 サーバー側は Ruby on Rails ご存知のように、Ruby on Rails を使う事で高機能なWebサイトが短期間で構築できます。 例えば、上の画像のようなToDo を管理するようなWebアプリは 以下の様にコマンドを入力するだけで出来てしまいます。 % rails todo % cd todo % .
Posted By: Praveen Devarao Date: 2010-01-21 03:08 Summary: IBM_DB gem version 2.0.0 released Project: Rails Adapter/Driver for IBM DataServers New version 2.0.0 of ibm_db gem is now available. This release of the gem adds support for ActiveRecord to use parameterized SQL Queries with DB2. With this support you can now reap more performance benefits for your Rails applications. Enabling this fe
Archives 2008年 5月 2008年 4月 2008年 3月 Category Amazon (2) Tips (7) Web API (1) Webサイト (1) エディタ (1) オープンソース (1) プラグイン (6) ホスティング/サーバ (1) 開発 (6) Meta ログイン RSS コメント RSS Valid XHTML XFN WP リンク MOONGIFT Open Service Cool Coding MOONGIFTブログ Resident of Net Rails2.0になった際に、ページネーションとAction Web Serviceがそれぞれプラグインで提供されるようになりました。Action Web Serviceは script/plugin install http://biorails.org/svn/biorails
_ Kai Plugin for Ruby on Rails [kai][rails] @sawamur さんが Ruby on Rails の Kai プラグインを公開してくれました. sawamur's active_kai at master - GitHub ActiveRecord のように継承してモデルクラスを作ります.また,Kai ク ラスタのサーバ (あるいはロードバランサ) は以下のように指定します. class Book < ActiveKai kai_servers ['192.168.10.1:11211','192.168.10.2:11211','192.168.10.3:11211'] end このモデルクラスのオブジェクトは,":id" (キー) を指定して作成しま す."save" メソッドを呼ぶと,シリアライズされて Kai クラスタに保存 されます."
はじめに 前回はGoogle AppEngine(GAE)の概略と、GAEとRailsの相性は悪くはないのではないか(良いとは言い切れないところが少し苦しいですが)という話をしましたが、その結果GAEの話ばかりでソースコードもほとんど出てこない、Rubyとあまり関係のない内容になってしまいました。今回はそれを埋め合わせるべく、実際にRailsで小さなサンプルを作成してGAE上で動作させるまでを説明したいと思います。それではさっそくRubyの話に進みましょう。 RailsをGAEの上で使うために GAEはDBとしてBigTableを使っているのでActiveRecordが使えないことについては前回書きました。それでは ActiveRecordを使っていないRailsアプリなら特別な作業をせずに簡単にGAE上で動かせるのでしょうか?結論から言うと、残念ながらそんなことはありません。GAE上で初
Rails, Emacsemacs-railsを捨てて,rinariを使い始めた.理由はコードネームにnariが入っていて,好感をもったから.emacs-railsのココが好き flymakeが使える riが引ける rdocが引けるemacs上でテストが実行できる TAGが作れるemacs-railsのココが嫌い デカイ 読み込むだけでruby-modeを汚染する メソッド単位のテストができない そこでrinariの登場 メソッド単位のテストができる 検索が賢い flymakeは自分で設定すればいける素晴らしい紹介があるので,あとはこちらで.emacsとRinariで快適Rails開発! - おもしろWEBサービス開発日記 設定など ;; C-c ' がprefixキー (setq rinari-minor-mode-prefixes (list "'")) (require 'rinar
unshiuとは? 株式会社ドリコムがCGMサイト作成のために社内で利用しているrailsアプリケーションです。 Peeled unshiu とは? unshiuのオープンソース版プロダクト名です。 ライセンスに関して MPLの元に公開しています。基本的に商用利用に制限はありませんが質問がありましたら unshiu@gmail.com へご連絡ください。 MPLに関して 以下を参照してください。 http://www.mozilla.org/MPL/MPL-1.1.html http://www.mozilla-japan.org/MPL/MPL-1.1J.html 開発者 オープンソースに関する開発は gaooh によって行われています。ただし、100%この開発に仕事としてフルコミットしているわけではないので 開発の協力者を募集しています。エンジニア問わず興味がある人は un
環境 Ubuntu 8.1.0 jruby 1.1.6 Rails 2.2.2 MySQL 5.0 Rails 2.1 から Rails 2.2 にバージョンアップしていたら、View の date_select で以下のエラーが出た。 can't convert Symbol into String なんでだ!? エラー内容を見ると、 〜/jruby/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/helpers/date_helper.rb:564:in 'select_date' 〜/jruby/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/helpers/date_helper.rb:845:in 'to_date_select_tag' などなど出てい
It occurred to me today that a lot of people probably want a JRuby deployment option that works with a front-end web server. I present for you the trivial steps required to host a JRuby server behind Apache. Update: It's worth mentioning that this works fine with JRuby + Mongrel too, though Mongrel doesn't automatically multithread without this patch and Rails' production.rb config.threadsafe! lin
Rails' support for IBM DB2 is provided directly from IBM itself through an open source gem called ibm_db. This gem contains a driver (written in C) that allows Ruby to communicate with DB2, and an adapter written in Ruby that enables ActiveRecord to work with DB2. With the ibm_db gem installed, Rails can be used with any recent version 1) of the DB2 data server, including the unlimited data, free
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く