[Rails-core] Re: wiki spam

2007-02-11 Thread Justin Forder
Rob Sanheim wrote: > Great, thanks for letting me know. > > Sorry I couldn't help out on it, been way too crazy with my job lately. That's OK. The CAPTCHA is making a huge difference - spam on the wiki had been peaking at around 3000 page changes a day, and now it's down to a handful. - Justi

[Rails-core] Re: Let's make RAILS_ROOT an absolute path on Windows

2007-02-11 Thread Nicholas Seckar
I'd also like to switch to realpath instead of cleanpath... On 2/11/07, Alexey Verkhovsky <[EMAIL PROTECTED]> wrote: > On 2/11/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > > As this Caboose article [] suggests > > > Oops, the missing link was > http://i.nfectio.us/articles/2007/02/10/ra

[Rails-core] Re: Let's make RAILS_ROOT an absolute path on Windows

2007-02-11 Thread Alexey Verkhovsky
On 2/11/07, Michael Koziarski <[EMAIL PROTECTED]> wrote: > > > expand_path doesn't play nice with symlinks, so RAILS_ROOT will be set > to deploy_dir/releases/9374789394 instead of /current. Right. Thanks for reminding me. We had exact same conversation two years ago, and I completely forgot abo

[Rails-core] Re: Let's make RAILS_ROOT an absolute path on Windows

2007-02-11 Thread Michael Koziarski
expand_path doesn't play nice with symlinks, so RAILS_ROOT will be set to deploy_dir/releases/9374789394 instead of /current. What in particular is breaking your application? -- Cheers Koz --~--~-~--~~~---~--~~ You received this message because you are subscri

[Rails-core] Re: documentation missing on Rails site for ActiveSupport::CoreExtensions::Module

2007-02-11 Thread Julian Tarkhanov
On Feb 10, 2007, at 7:10 PM, Chris T wrote: > Thought that might be the case, but would have expected these > methods to > be part of the public API -- they also don't seem to have #:nodoc on > them and do seem to have user-friendly documentation in the files. Alot of modules in AS are #nodoc

[Rails-core] Re: Let's make RAILS_ROOT an absolute path on Windows

2007-02-11 Thread Alexey Verkhovsky
On 2/11/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > As this Caboose article [] suggests Oops, the missing link was http://i.nfectio.us/articles/2007/02/10/rails_root-and-dir-chdir --~--~-~--~~~---~--~~ You received this message because you are subscribed

[Rails-core] Let's make RAILS_ROOT an absolute path on Windows

2007-02-11 Thread [EMAIL PROTECTED]
As this Caboose article [] suggests, I am not the only one who had this problem. RAILS_ROOT is a relative path on Windows, and it can bite you in unexpected ways. I had that problem while working on CruiseControl.rb. There is a trivial patch fixing it (by simply applying File.expand_path to the p