[Rails] Re: How to use unicorn server on Rails 3

2011-03-10 Thread Julien Palmas
`unicorn_rails` n'est en effet pas recommandé pour les apps rails 3 http://unicorn.bogomips.org/unicorn_rails_1.html quote It is designed to help Rails 1.x and 2.y users transition to Rack, but it is NOT needed for Rails 3 applications. Rails 3 users are encouraged to use unicorn(1) instead of

[Rails] Object.subclasses_of gone

2010-02-15 Thread Julien Palmas
Hi list, With Rails 3 beta, activesupport/lib/active_support/core_ext/object/extending.rb is gone, and with it Object.subclasses_of. Is there an official replacement for that ? Maybe in Ruby 1.8.7 ? Cordialement, Julien Palmas 05 82 95 00 73 06 07 47 85 87 jul...@cruxandco.com -- You

[Rails] Display ActiveRecord runtime info in the view

2009-12-21 Thread Julien Palmas
Hi list, In Rails logs, at the end of each request, the log states something like Completed in 37ms (View: 1, DB: 8) Is there a simple way to access the DB: 8 info in the view ? Thanks Julien -- You received this message because you are subscribed to the Google Groups Ruby on Rails: Talk