The complexities of Rails compared to other development platforms for your web applications is compared to be the main detractor of the overall status of Rails, unable to progress into a more preferred language. Rails on the code side can be compared to COBOL and C++ that used to be done with millions of lines [...]
Older versions of Ruby and Ruby on rails have been wondering what would happen to them as newer and improved versions and flavors of the much loved yet less used open-source platform, and they got an answer form Engine Yard who has announced it will be taking over the responsibilities of maintaining the older release [...]
Old news as it may be, the already powerful language that is Ruby on Rails is set to get a very much needed boost with their partnership with Merb. Why all the interest in so a discreet language? Well Twitter is one example which is based on RoR and as we can see, has swept [...]
By Bart | January 10, 2009
The many open-sourced programs that have been developed are the view of things to come when the proposed cloud computing platform is implemented. Google, one of the staunchest supporter of open web development and the many other internet leaders have been trying to get cloud computing off the ground for quite some time with some [...]
By Bart | January 4, 2009
イメージ提供:terminally-incoherent.com
レイルズ・マイグレーションはルビーの良い機能の一つです。 これによりルビーを使い、データーベース構造の変更を定義できます。 これによりバージョン・コントロール・システムを使い、実際のコードと同期化させます。 実際には良い使用法がいろいろあります。 開発者は他の開発者がスキーマを変更した際、更新し、rake migrateを流す必要があります。 データーバース更新に新しいリリースを持ち込む際、生産サーバーには、rake migrateを流します。 マイグレーションは複数の機械におけるあなたの仕事の同期化を助けます。 レイルズでは以下のような様々なことが出来ます。
作る_表(名前,オプション), 落とす_表(名前),
改名する_表(古い_名前,新しい_名前), 追加する_コラム(表_名前,コラム_名前,タイプ,オプション),
改名する_コラム(表_名前,コラム_名前,新しい_コラム_名前),
変更する_コラム(表_名前,コラム_名前,タイプ,オプション), 取除く_コラム(表_コラム,コラム_名前),
追加する_索引(表_名前,コラム_名前,索引_タイプ), 取除く_索引(表_名前,コラム_名前).
By Bart | November 26, 2008
写真提供: share.skype.com
データベース駆動タイプアプリケーションの開発に最適なのはルビーオンレイルズを使うことでしょう。 これは新しいオープンソースのアプリケーションフレームワークです。
ルビープログラマーまたはルビー開発者のマスターになりたいなら、特定のブログ、フォーラム、ソーシャルネットを読むことです。 これらはルビープログラミングを学習するのに最適の場所です。 皆の技術をじかに学ぶ事が出来ます。 ルビープログラミングは容易です。 数ヶ月ほどで技術を改善し、ウェブ開発の資格を持てます。
デビッド・ヘイネメイアー・ハンソンは最初のルビープログラマーで、創設者、創造者でもあります。 ルビの技術は2005年の7月末頃、発表され、徐々に強力なプロジェクトに成長し、2006年にはMacのOSレオポルドで配布されました。
By Bart | November 25, 2008
Image Source: bp2.blogger.com
Most often, you come across so many messages, error messages for one, that you have no idea what its all about. You try to look for some answers by Googling it and you’ll be directed to hundreds of pages, which in the end, does not answer [...]
By Bart | October 6, 2008
Image Source:terminally-incoherent.com
Rails Migration is one good functionality of Ruby. It allows you to use Ruby to define certain changes to a database schema. This will enable you to use a version control system to keep things synchronized with the actual code. In actuality, [...]
By Bart | September 29, 2008
Image Source: share.skype.com
The best way to develop database-driven applications is using Ruby on Rails. It is a new open source application framework.
If you want to a master Ruby programmer or Ruby developer, you try reading specific blogs, forums and social nets. It is the best [...]
By Bart | August 18, 2008
Image source:www.flickr.com
Following the simple Rails programming gathering does more than just eradicate the need for configuration files. It also means that Rails can routinely handle myriad lower-level details without you having to tell it to do so. This means that you write fewer lines of code to implement your application. Keeping your code small means [...]