[Rails] Re: bundler 1.0.0 RC makes me crazy

2010-07-30 Thread Yehuda Katz
Can you ls -alt vendor/gems? I'm really curious about this and want to get to the bottom of it. -- Yehuda On Jul 30, 9:07 am, Matias Käkelä wrote: > Yehuda Katz wrote: > > Does this mean that vendor/gems is owned by a different user than the > > one booting the server? &g

[Rails] Re: bundler 1.0.0 RC makes me crazy

2010-07-30 Thread Yehuda Katz
It's still possible that the Ruby processes are being run as a different user. Can you run ps and take a look? -- Yehuda On Jul 30, 9:07 am, Matias Käkelä wrote: > Yehuda Katz wrote: > > Does this mean that vendor/gems is owned by a different user than the > > one booting th

[Rails] Re: bundler 1.0.0 RC makes me crazy

2010-07-30 Thread Yehuda Katz
Does this mean that vendor/gems is owned by a different user than the one booting the server? On Jul 30, 12:36 am, Matias Käkelä wrote: > Ivan Brykov wrote: > > Matias Käkelä wrote: > >> Still no luck with Bundler 1.0.0 rc.2. > > > Same for me. > > Ok, a workaround for the issue is to chmod 777 -

[Rails] Re: bundler 1.0.0 RC makes me crazy

2010-07-28 Thread Yehuda Katz
n. We should have another RC in the next day or so that resolves this issue. Thanks for your patience! -- Yehuda Katz On Jul 28, 11:14 pm, Matias Käkelä wrote: > > We are stuck with following error thrown at us by passenger: > > git://github.com/odorcicd/authlogic.git (at rails3) is no

[Rails] Re: Rails 3 RC

2010-07-25 Thread Yehuda Katz
Hey, Thanks for your attempts to put together a coherent answer for what's happening based upon reading our public utterances. Unfortunately, we don't always realize that out comments on the bug tracker, on the Rails core list, on Twitter, etc. cannot easily be put together to form a coherent und

[Rails] Re: Understanding where certain 'inherited' methods come from in ActionController::Base

2009-12-17 Thread Yehuda Katz
It might be easier to understand what's going on in Rails master. Take a look at http://github.com/rails/rails/blob/master/actionpack/lib/action_controller/base.rb#L5-37. As you can see, the Base class is including a series of modules. In Ruby, modules are like dynamic superclasses; including one

[Rails] Which test framework do you use?

2009-01-02 Thread Yehuda Katz
In the interest of collecting some demographic information on the community, Matt (Aimonetti, Rails evangelist) put together a poll of testing framework usage. Please vote at http://twtpoll.com/zhh2fm. Thanks! -- Posted via http://www.ruby-forum.com/. --~--~-~--~~~--