[Rails] Rails 3 too slow?

2010-12-08 Thread Victor Cisneiros
I'm using Ruby 1.9.2, Rails 3.0.3, Passenger 3.0.0 and MySQL 5.1 rails new library cd library rails generate scaffold Book name:string rake db:migrate RAILS_ENV=production rails console production 200.times { |i| Book.create(:name = Book #{i}) } ab -n 100 -c 10

Re: [Rails] Rails 3 too slow?

2010-12-08 Thread Conrad Taylor
On Wed, Dec 8, 2010 at 10:26 AM, Victor Cisneiros li...@ruby-forum.comwrote: I'm using Ruby 1.9.2, Rails 3.0.3, Passenger 3.0.0 and MySQL 5.1 rails new library cd library rails generate scaffold Book name:string rake db:migrate RAILS_ENV=production rails console production 200.times {