search for: fiverun

Displaying 11 results from an estimated 11 matches for "fiverun".

Did you mean: firerun
2006 Aug 14
2
Rails Monitoring, reprise
...oring and administration demo is particularly interesting. It goes beyond the normal ping monitoring and even can call up metrics like VM memory usage, requests per second, number of open resources... The whole suite appears to have a lot of Trac-like functionality as well. It looks like FiveRuns (http://fiveruns.com/) is right there with JBoss ON but it''s not yet available. Does anyone know other similar packages for Rails system administration? Thanks, Mat
2006 Feb 08
3
OpenRico LiveGrid or similar
Hi Has anyone used OpenRico''s "on-demand listbox" LiveGrid or something similar in a Rails app already? How well does it behave? I''m asking this because I need a scrollable list but the number of records in the table could be well above 5000. In the past I''ve used similar "on-demand fetchings" in desktop apps and it was a real blessing (the
2007 Jan 07
2
random numbers/characters for a spam preventer
hi, I''m doing a registration form with rails, is there any simple method to do a spam preventer with a generator of random number/characters? thanks :) -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group,
2009 Apr 08
3
Rails 2.3 memcache performance drop
After much effort I upgraded our fairly large Rails app from 2.1 to 2.3. After deployment yesterday I noticed an across the board increase in response times. It seems that every call to memcache now takes 10x longer than before. Here are some example numbers from my development log (below), with memcache running locally. We see similar scale of performance drop in production as well - average
2008 Oct 28
3
Backwards N+1 problem
...s = @Phrases.uniq if @Phrases != nil @new_phrases = @Phrases.paginate(:page => params[:page], :order => ''word ASC'', :per_page => 5) end ## if @phrase !=nil end ##def index The full capture can be found under my Five Runs Account https://tuneup.fiveruns.com/runs/699 If you have any suggestions i would love for my main page to not take 5000 milliseconds to load : ) -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby o...
2007 Dec 18
0
anybody using pclinuxos?
how is it working for ya installing ruby, rails, and gems? did you use the FiveRuns RM installer? thanks. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh...
2009 Aug 25
17
WHy is rails so annoying to deploy?
I''ve been having great fun trying to deploy a fresh install of rails on debian, specifically xlsuite to test it out, but my god how many more errors can I take before I give up. RAILS IS NOT NICE After battling with countless different errors from trying Ubuntu, Fedora, Windows and now Debian the list goes on and on and ON... now the latest error `load_missing_constant'':
2008 Jan 21
14
properly restarting mongrel instances
Hi folks. Using mongrel_rails and the mongrel_cluster capistrano recipes, I often encounter a situation where some of the mongrel processes don''t die in time to be restarted. The output of capistrano will tell me something like "mongrel on port 8001 is already up", but that''s only because capistrano/mongrel_rails failed to take it down in the first place. The solution
2006 Jan 26
42
ruby script/generate scaffold Product Admin hangs
Hi I am running Mac OX tiger with the installed ruby 1.8.2, and mysql5 (I checked that it was running in preference). I tried to run the various fixes recommended in agileweb. I am stuck on page 57, script/generate scaffold... > Could you paste in your database.yml file, from the > "config" folder inside your Rails app? If you have any > passwords entered there, you should
2006 Feb 04
1
i2 vs. instiki-ar
Just wondering if anyone can tell me the differences between i2 and instiki-ar? Is one preferred over the other? Also, instiki-ar has support for file uploads but it doesn''t look like i2 does. Is there any plan to add that support? Any insights would be appreciated. Thanks. Steven Smith
2006 Mar 22
2
Edge Rails (1.1.0 RC1) and Typo Trunk
I tried the current Typo trunk with Edge Rails (1.1.0 RC1) and ran into the following problems: 1) /public/../config/environment.rb:107: undefined method `enable_upload_progress'' for ActionController::Base:Class (NoMethodError). I commented this line out and installed the Upload Progress plugin and this problem _appears_ to have gone away. 2) The second problem I