Chad Woolley escreveu:
> Hi Rodrigo, I can provide some info...
>
> ...
>   
>> 2 - actionpack: I can't run any test and I get this message: "no such
>> file to load -- rack". But I do have rack 1.0.0 and rack-test 0.5.0 and
>> they load with no errors on irb.
>>     
>
> ActionPack uses Bundler (http://github.com/wycats/bundler) now.  Do this:
>
> [sudo] gem install bundler
> cd actionpack
> gem bundle
>   
That worked for me, thanks!
>> 3 - activerecord:
>>   mysql: 2 failing tests:
>>     
> You probably need to rebuild your databases.  See the example commands
> in the CI build script:
>
> http://github.com/rails/rails/blob/master/ci/ci_build.rb#L32
>   
Worked too, thanks again!
>> I'm also curious. In railties, 'rake -T' doesn't tell us that there is a
>> 'test' target, although it is there. What is the reason?
>>
>> Also, what is the regular_test task in railties? I can never get it to
>> run: "/home/rodrigo/src/git/rails/railties/lib/initializer.rb:17: It
>> looks like initializer.rb was required twice (RuntimeError)"
>>     
>
> These issues sound like bugs or outdated tasks?  I'd suggest you look
> at ci/ci_build.rb.
Anyway, maybe we should remove this outdated task if that is the case, 
don't you agree?

Thank you a lot for all your helpful tips! I'll try to update the 
"Contributing to Rails" guides as soon as possible to reflect these 
lessons :)

Best Regards,

Rodrigo.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Core" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-core?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to