[Rails] Suggestions for a secure rails setup regarding system users, groups and permissions.

2011-04-10 Thread Tainted R Moo
Howdy. After much experimentation with Capistrano, my deploy.rb file seems to be working without problems, but I would like to verify what is recommended in regard to users, groups and permissions. I run Rails with Apache, Passenger, ImageMagick, Thinking Sphinx, and of course, deploy with Capist

[Rails] Re: api.rubyonrails.org site is taken over by a domain squatter

2010-04-21 Thread Moo
> Pointless remark? Ha. Cant this be avoided for the second time if not for > the first time? > I dont still believe this it could happen to ROR. it's not the freaking rails framework man. it's the domain name registrar. On Apr 21, 7:39 am, Amala Singh wrote: > Pointless remark? Ha. Cant this be

[Rails] Re: api.rubyonrails.org site is taken over by a domain squatter

2010-04-20 Thread Moo
API doesn't work with .com On Apr 20, 3:12 pm, jhaagmans wrote: > You can use rubyonrails.com now. > > On Apr 20, 10:11 pm, dan wrote: > > > is there a direct ip for ruby rails site? > > > -- > > You received this message because you are subscribed to the Google Groups > > "Ruby on Rails: Talk

[Rails] Re: ActiveRecord Comparison Bug?

2009-04-15 Thread Moo
en i create a new object: > new = Something.new => # > new.id = 1 # something like this is possible, how or why is another story... > new => # now do: > new == old => true > old == new => false == method should be commutative, right? appreciate any comments! -Moo On Apr

[Rails] Re: ActiveRecord Comparison Bug?

2009-04-10 Thread Moo
Anyone has any thoughts on this please? On Apr 8, 5:29 pm, Moo wrote: > Hi Everyone, > > I'm running into a problem with the ActiveRecord::Base "==" method > defined here (it's 2.3.2, but it looks the same in older versions > too): > >       # File r

[Rails] ActiveRecord Comparison Bug?

2009-04-08 Thread Moo
the values too and why does it matter if it's a new record or not? Thank you! -Moo --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to r