I've just merged a fix by Christian for the migration. If you have pulled before, you can redo the migration by
bundle exec rake db:rollback bundle exec rake db:migrate The original notes are not lost if you ran the migration the first time. No worries. But then again, it is always better to make backups ;-) Reinier > -----Oorspronkelijk bericht----- > Van: Reinier Balt [mailto:[email protected]] > Verzonden: donderdag 12 april 2012 13:49 > Aan: [email protected] > Onderwerp: faster home page > > Hi all, > > I have just merged some changes into master and 2.1_branch which will > speed up your home page a lot if you have many todos on it. (On my ~80 > todos home page about 60% server-side) > > The biggest action server-side that took a lot of time was the > markdown/sanitize step on a todo's note. I've changed Tracks to store the > rendered note in the database on saving the todo. > I read a tip on this and had a why-didn't-I-think-of-this-before moment > > I'm going to include this for 2.1, but the change is a bit intrusive. Please help > test this! > I'm considering doing a 2.1RC2, what do you think? > > If you pull in the latest 2.1, please note that you need to migrate your > database. Also note that the client-side rendering in your webbrowser is not > changed by this. There is room for improvement there, but I like to pick that > one up for 2.2 on rails3 > > Reinier _______________________________________________ Tracks-discuss mailing list [email protected] http://lists.rousette.org.uk/mailman/listinfo/tracks-discuss
