Tagged Questions
13
votes
2answers
691 views
What causes the extreme slowness when changing from rails 3.2.12 to 3.2.13
This morning, I updated rails from 3.2.12 to 3.2.13, which resulted in a major delay in loading my views.
This is from loading my home page:
Rails 3.2.12:
Completed 200 OK in 387ms (Views: 339.0ms | ...
0
votes
2answers
321 views
Ruby on Rails runs extremely slowly (5-10 minutes per command)
I have begun teaching myself Rails with http://ruby.railstutorial.org. I have set up an environment using Railsdownloader, with gitbash and vim in windows
It seems to me the commands react too ...
0
votes
2answers
540 views
Puppet facter slow for some network facts
I'm learning about vagrant and puppet.
When I use the vagrant lucid32 (Ubuntu 10.04), puppet seems very slow.
I've fixed the fqdn problem (question 7780322) but it's still very slow.
I've traced ...
0
votes
1answer
65 views
Rails 2 call from one model to another is slow
In Rails 2, I'm trying to optimize the performance of a web page the loads slowly.
I'm timing the execution time of statements in a model and finding that a surprising amount of the time is in a ...
5
votes
1answer
381 views
Why does Ruby run so much slower on windows server than on windows dev machine?
First of all, I would switch to Linux if I could, but I can't, due to a 3rd party dependency.
I'm in the process of finishing and deploying a rails app onto a windows 2008 server. While testing on ...
5
votes
1answer
536 views
Rails 3 Cli executes commands really slow?
somebody knows why my rails 3.0.7 cli is so slow? when i run rails s or rails g it takes like 5sec till he actually executes the command...
any advice? thanks