rutema version 0.8.0 has been released! ## DESCRIPTION: rutema is a test execution tool with a twist. It allows you to combine test tools while it takes care of logging, reporting, archiving of results and formalizes execution of automated and manual tests. It's purpose is to make testing in heterogeneous environments easier. …
Blogs / RubyForge: Welcome
Latest posts
-
Project Automation Tools in Ruby:rutema 0.8.0 Released
http://rubyforge.org/forum/forum.php?forum_id=25685 -
IO::Like 0.1.0 Released
http://rubyforge.org/forum/forum.php?forum_id=25684The first release of the IO::Like module is now available. The IO::Like module makes it easy to provide IO-like functionality in your classes.…
-
rspec-rails 1.1.4 Released
http://rubyforge.org/forum/forum.php?forum_id=25665rspec-rails version 1.1.4 has been released! Behaviour Driven Development for Ruby on Rails. Changes: ### In Development (git clone git://github.com/dchelimsky/rspec-rails.git) * Add conditional so Rails 2.1.0 doesn't warn about cache_template_extensions (patch from James Herdman) * Fixed stub_model …
5,475 blog reactions
-
Scott Motte » Scott Motte codes a lot
http://scottmotte.comirb puts 'hello world' exit As long as that didn’t throw any errors than your ruby is setup correctly. Time to get watir. Wait first we have to install rubygems. 3. Install ruby gems a. Go to the rubyforge ruby gems installation page and download the latest version as a tgz file. (rubygems-1.2.0.tgz at the time of this writing) b. Save this file to My computer c:\cygwin\home\user name\sources (you’ll need to create the directory sources)
-
revival and matroska
http://eastblue.org/blag/2008/07/06/revival-and-matroskaruby-matroska
-
Installing Ruby on Windows and Setting up Watir on Windows
http://scottmotte.com/archives/114irb puts 'hello world' exit As long as that didn’t throw any errors than your ruby is setup correctly. Time to get watir. Wait first we have to install rubygems. 3. Install ruby gems a. Go to the rubyforge ruby gems installation page and download the latest version as a tgz file. (rubygems-1.2.0.tgz at the time of this writing) b. Save this file to My computer c:\cygwin\home\user name\sources (you’ll need to create the directory sources) c. Open up cygwin and do the following cd ~/sources tar -pxzf rubygems-1.2.0.tar cd rubygems-1.2.0 ruby setup.rb
-
[技術][Ruby][Ruby on Rails]RSpec on Railsを使ってみた
http://d.hatena.ne.jp/idesaku/20080705/1215281567rspec-railsインストール せっかくなんで、流行のGitを使った。たぶんRubyforgeに行ってrspec-rails-1.1.4.tgzを落としてきて使っても問題ない。
-
sqlite3 won't load on Ruby Enterprise Edition - but there's a solution
http://art-on-rails.blogspot.com/2008/07/sqlite3-won-load-on.../usr/lib/ruby/gems/1.8/gems/passenger-2.0.1/ext/apache2/mod_passenger.so PassengerRoot /usr/lib/ruby/gems/1.8/gems/passenger-2.0.1 PassengerRuby /usr/bin/ruby1.8 RailsEnv production RailsMaxPoolSize 10 RailsPoolIdleTime 120 So after installing Ruby Enterprise Edition for Ubuntu, I only had to change one line: #PassengerRuby /usr/bin/ruby1.8 PassengerRuby /opt/ruby-enterprise-1.8.6-20080624/bin/ruby I restarted apache (just to be sure). The result was not what I actually expected:
-
Redmineをherokuに設置してみよう
http://devml.blogspot.com/2008/07/redmineheroku.htmlpushとアーカイブしてファイルをアップロードというパターンがありますが、こちらも後者で行います。 ローカルの適当な場所にRedmineのソースを落とす(RubyForge Redmine
-
Mr.Y Weblog | ウェブを作る人のブログ
http://www.mryworks.com/weblogまずは、Rubyをインストールしなければ! http://rubyforge.org/projects/rubyinstaller/ Apacheで動かすためにこれをダウンロードする。これもインストール! http://rubyforge.org/projects/rubyforapache/ このままではApacheで動かない。 phpのインストールと同じようなことをしなければいけないので、ググってみた。 apache設定ファイルhttpd.confを修正します。
-
Ubuntu üzerinde RubyOnRails (?)
http://www.soyoz.com/gunce/ubuntu-uzerinde-rubyonrailsAşağıda, ev dizinimizin altında oluşturduğumuz RoR klasörüne girerek, işlemlerimize devam ediyoruz. Sizin, bu sayfayı okuma tarihinize göre, RubyGems’in son kararlı versiyonu değişmiş olabilir. Bu değişikliği RubyForge‘daki, RubyGems‘in proje sayfasından takip ederek, yükleme bağlantısı ile ilgili değişikliği yapabilirsiniz. cd ~/RoR wget http://rubyforge.org/frs/download.php/38646/rubygems-1.2.0.tgz tar -zxvf rubygems-1.2.0.tgz
-
Ubuntu üzerinde RubyOnRails geliştirme ortamının hazırlanması
http://www.soyoz.com/gunce/ubuntu-uzerinde-rubyonrails-gelis...Aşağıda, ev dizinimizin altında oluşturduğumuz RoR klasörüne girerek, işlemlerimize devam ediyoruz. Sizin, bu sayfayı okuma tarihinize göre, RubyGems’in son kararlı versiyonu değişmiş olabilir. Bu değişikliği RubyForge‘daki, RubyGems‘in proje sayfasından takip ederek, yükleme bağlantısı ile ilgili değişikliği yapabilirsiniz. cd ~/RoR wget http://rubyforge.org/frs/download.php/38646/rubygems-1.2.0.tgz
-
rubygemsのアップデート
http://www.ok.kmd.keio.ac.jp/ruby/?p=24ダウンロードページ