You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert
あなたにとって重要なトピックや同僚の最新情報を入手しましょう最新の洞察とトレンドに関する最新情報を即座に受け取りましょう。 継続的な学習のために、無料のリソースに手軽にアクセスしましょうミニブック、トランスクリプト付き動画、およびトレーニング教材。 記事を保存して、いつでも読むことができます記事をブックマークして、準備ができたらいつでも読めます。
MacRuby is a version of Ruby 1.9 3月23日(米国時間)、「MacRuby 0.10」が公開された。MacRubyはRuby 1.9に対応したRubyプラットフォーム。Mac OS Xのコア技術であるObjective-Cランタイムおよびガベージコレクタ、CoreFoundationフレームワーク、LLVMなどを使って開発されており、Mac OS Xの性能を発揮しやすいという特徴がある。 MacRuby 0.10の主な特徴は次のとおり。 2011年2月に発表されたSandy Bridge搭載の最新MacBook Proに対応 Mac App Storeに登録するために必要になる修正を実施 Xcode 4インテグレーション 対応するのはMac OS X Snow Leopard以降のバージョンで、64ビット版のIntel CPUを搭載したモデル。32ビット版の
Module.class_evalやModule.module_evalがレシーバの定数しか探索しない不具合 不具合の説明 現在のMacRubyでは以下のスクリプトを実行すると定数が見つからないという例 外が発生する。当然cRubyでは動作する。ActiveSupportの随所でこのような実 装があるため、Railsを動かすためには必須となる。 (1) module A B = 10 Object.class_eval { p B } # => uninitialized constant Object::B (NameError) end (2) module A B = 10 def f class_eval { p B } # => uninitialized constant K::B (NameError) end end class K extend A f end (3) m
We are glad to announce the release of MacRuby 0.10, after just a few weeks of development since the last release. This release brings support for new MacBook Pro hardware (Sandy Bridge processors), App Store submission fixes, and Xcode4 integration. Users of MacRuby are encouraged to upgrade. You can download it from here. Please note that this package only works on Intel 64-bit machines running
Assertion failed: *1, function pop_current_exception, file vm.cpp, line 3434. エラーが発生しているのはvm.cppの以下の関数。 void RoxorVM::pop_current_exception(int pos) { RoxorSpecialException *sexc = get_special_exc(); if (sexc != NULL) { return; } assert((size_t)pos < current_exceptions.size()); std::vector<VALUE>::iterator iter = current_exceptions.end() - (pos + 1); VALUE exc = *iter; current_exceptions.erase(ite
はじめに MacRubyを普及させたい。その思いは日に日に高まっている。ではどうすればよ いのか。Mac上でRubyを使っている人がMacRubyに移行するにはどうすればよい のか。うん、それはRaiis。これが答え。 ということでMacRuby上でRailsが動くようにする。Railsには一切手を加えずに、 問題があればMacRubyを修正する。目標は7月。(当然、本業優先で) 高いハードルを乗り越えてこそハッカーへの道が開けるというもの。 Railsのインストール方法(cRuby編) さて、ひさしくRailsをさわっていないため、まずはcRubyでのRailsのインストール方法 の確認から。アジャレイルズ本の第四版を参考に作業する。 ※cRubyはtrunkを「19trunk」サフィックス付きでインストールしている。 $ sudo port upgrade sqlite3 $ ruby
Save file dialog boxes have always seemed magical to me because I have never done any client side applications. While working on a MacRuby client app I needed to save a file, obviously, and it was amazing how simple aSave file dialog boxes have always seemed magical to me because I have never done any client side applications. While working on a MacRuby client app I needed to save a file, obviousl
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く