search for: gem_dir

Displaying 3 results from an estimated 3 matches for "gem_dir".

2007 Feb 15
17
Odd parameter munging with with()
Hi, I have this setup block: setup do session[:login] = ''jhughes'' @user = mock("user") User.stub!(:find).and_return(@user) @params = {:cn => "Bilbo Baggins", :telephoneNumber => "416-277-4418", :mail => "bilbo at baggins.com"} end And then this spec: specify "should update and save the
2011 Sep 25
2
Noob Rails patcher - problems running the sqlite3 tests...
...and it starts ok, creates the db file alright. I guess there is a setup step missing for sqlite3 - will have a dig around further. Regards, Chris /home/rails/.rvm/gems/ruby-1.8.7-p352@p-rails-v3.0.10/gems/ bundler-1.0.18/lib/bundler/rubygems_ext.rb:43: warning: method redefined; discarding old gem_dir /home/rails/.rvm/gems/ruby-1.8.7-p352@p-rails-v3.0.10/gems/ bundler-1.0.18/lib/bundler/rubygems_ext.rb:154: warning: method redefined; discarding old hash /home/rails/.rvm/gems/ruby-1.8.7-p352@p-rails-v3.0.10/gems/ bundler-1.0.18/lib/bundler/rubygems_ext.rb:158: warning: discarding old eql? Using s...
2007 Nov 13
16
mongrel startup fails now: already initialized constant OPTIONS
I updated to ruby 1.8.6p111 last night and updated some gems and now mongrel doesn''t work: MacOS 10.4.10 $ ruby --version ruby 1.8.6 (2007-09-24 patchlevel 111) [i686-darwin8.10.1] $ gem list rails *** LOCAL GEMS *** rails (1.2.5, 1.2.4, 1.2.3, 1.2.2, 1.2.1, 1.2.0, 1.1.6) Here''s a simple test: $ rails test5 create ... $ cd test5 $ script/server => Booting