[Rails-core] Re: Running the Rails Test Suite

2009-12-16 Thread taryneast
Silly question (mainly because I'm stabbing in the dark) but have you installed rack as a gem, or have you run "gem bundle"? I found a lot of those messages cleared up when I ran gem bundle - because that's the 'official' way to load gems now. Cheers, Taryn On Dec 16, 8:48 am, Mitchell Hashimoto

[Rails-core] Re: Running the Rails Test Suite

2009-12-16 Thread taryneast
On Dec 16, 9:46 am, Matteo Vaccari wrote: > On Wed, Dec 16, 2009 at 10:41 AM, taryneast wrote: > > Silly question (mainly because I'm stabbing in the dark) but have you > > installed rack as a gem, or have you run "gem bundle"? > > I found a lot of those messages cleared up when I ran gem bundle

[Rails-core] Re: Running the Rails Test Suite

2010-01-19 Thread keavy
I'm also having trouble running the tests. I get a failure: 1) Failure: test_database_middleware_doesn't_initialize_when_activerecord_is_not_in_frameworks (ApplicationTests::InitializerCustomFrameworkExtensionsTest) expected but was <"constant">. ... rake aborted! There are errors relating to

Re: [Rails-core] Re: Running the Rails Test Suite

2009-12-16 Thread Matteo Vaccari
On Wed, Dec 16, 2009 at 10:41 AM, taryneast wrote: > Silly question (mainly because I'm stabbing in the dark) but have you > installed rack as a gem, or have you run "gem bundle"? > I found a lot of those messages cleared up when I ran gem bundle - > because that's the 'official' way to load gems

Re: [Rails-core] Re: Running the Rails Test Suite

2009-12-16 Thread Agustin Nicolas Viñao Laseras
Do you put your gem list in Gemfile? if there is, give the git repo for the gem. I guess you're try with rails 3 pre, if you're ussing that version, put the gem like this: #gem "name", "version", "source" gem "rails", "3.0.pre", :git => "git://github.com/rails/rails.git" Download and install bun

Re: [Rails-core] Re: Running the Rails Test Suite

2010-01-19 Thread Ryan Bigg
For the arel gem you will need to use the master branch on http://github.com/rails/arel and compile the gem from that. 2010/1/20 keavy > I'm also having trouble running the tests. I get a failure: > 1) Failure: > > test_database_middleware_doesn't_initialize_when_activerecord_is_not_in_framewor