Re: [Rails-core] Reverting of 6acebb3: Allow loading external route files from the router

2012-08-17 Thread Mikhail Bortnyk
It's pretty simple, but doesn't reloads included files in development. But Steve is right, Rails is Ruby after all, so it's simple to implement such behavior using ActionDispatch::Reloader. четверг, 16 августа 2012 г., 14:44:57 UTC+3 пользователь Pedro Nascimento написал: > > You can still do i

[Rails-core] Speeding up ActiveRecord

2012-08-17 Thread MikeGehard
Good morning all, I am wondering if there is any ongoing work to speed up ActiveRecord object instantiation from the database? I am working on a project where we have determined that loading AR records from the database has become a bottleneck in a coupe of spots. To alleviate this we have reso