similar to: Slow initial controller request in development mode

Displaying 20 results from an estimated 30000 matches similar to: "Slow initial controller request in development mode"

2013 Jul 22
0
rails is not to logging controller, action, parameters, complection time, etc in development mode
For this one particular project, rails is not to logging controller, action, parameters, complection time, etc in development mode. And I am not sure why. When I check in the console the log level I notice: Rails.logger.level => 0 So I am not sure why it doesn''t log the information it usually does during a request. -- You received this message because you are subscribed to
2015 Mar 18
0
Bug 3831: basic_ncsa_auth Blowfish and SHA support, really fixed?
Hi, I'm using squid-3.3.8-12.el7_0.x86_64 on CentOS 7 I've configured squid for basic authentication, md5 password *works*, but if fails when I try to use either blowfish or sha password. Below is the cache.log when it fails: 2015/03/18 17:21:02.637 kid1| Checklist.cc(275) matchNode: 0x7f217e8baca8 matched=0 async=0 finished=0 2015/03/18 17:21:02.637 kid1| Checklist.cc(299)
2012 Feb 01
0
How can I force Rails 3.2 to reload mounted rack app per request in development mode?
How can I force Rails 3.2 to reload mounted rack app per request in development mode? I have mounted grape <https://github.com/intridea/grape> app this way mount API2, :at => "/api2" However rails doesn''t reflect changes in app without web server restart. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk"
2008 Feb 10
2
Mongrel in development mode not reloading classes
Hi there, Even though I am running Mongrel in development mode, I have to manually restart Mongrel to load any changes that I have made to controller or model code. This is the output when I start Mongrel: $ script/server start ./script/../config/boot.rb:29:Warning: require_gem is obsolete. Use gem instead. => Booting Mongrel (use ''script/server webrick'' to force WEBrick)
2006 Feb 10
1
Caching in development mode on webrick
Hi, I''m running a more or less up-to-date system, and am encountering something that''s irritating me: I make changes to the .rhtml file, and yet don''t see them from my browser. The development.log file indicates that 1) I am indeed in development mode, and 2) queries are being run against the database, so something is happening - it''s just not reading in the
2014 Apr 24
2
[PATCH] virt-v2v: Catch invalid initrd path
In some cases (specifically, SUSE grub2 environments) it is possible to fail to update the block entries in device.map. In turn, this causes an invalid path to be returned in perl-Bootloader code, which causes the conversion to fail with the following message: is_file_opts: is_file: is_file_stub: path must start with a / character This patch prevents the problem by adding device.map (for
2010 Dec 05
1
[PATCH 4/5][REPOST][BTRFS-PROGS] Avoid to scan cdrom and floppy
Hi all, the commands "btrfs filesystem show" and "btrfs device scan" look at the /dev directory (and it subdirectories) for every block devices. This is a slow process because floppy and cdrom are also checked. Moreover, as highlighted by Helmut, if udev is not used, the /dev directory is populated by high number of non-existant devices, which slow the process. My patch
2006 May 17
0
lib and webserver in development mode
Hi, I have some files in lib sub directory (and also helpers without controllers). Webrick and Apache seems to cache thoses files in development mode, so when I do some changes, I always need to restart them. Is there a way to avoid this? Thanks Seb
2007 Mar 03
0
config.cache_classes value ignored in development mode under Apache 2
I''m running latest version of RoR under Apache 2 (using a virtual host), if I change the environment config within the virtual host (SetEnv RAILS_ENV development) then it changes environment as expected. However when I''m working with views and not the model I would like have RoR cache the model files, I have tried changing the value of config.cache_classes to true in the
2008 Jul 20
1
Caching controller code in development
I am running Rails 2.1.0 on an XP box. In development I have config.cache_classes = false. But...when I mod my controller code it does not pick up the change. This happens in Webrick and Mongrel (1.1.5) Ideas? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this
2006 Aug 17
1
Mongrel, development mode, and deleting/moving templates
I''m not sure what''s to blame, but it seems that if I delete or move a template, restarting is necessary. For example, I recently moved a partial from app/views/members/_login.rhtml to app/views/members/_login.mab, after which I got a blank-page-of-death. Once I restarted my Mongrel cluster, it worked. Shouldn''t changes like this get picked up automatically in
2006 Jun 13
0
Moving from a development to a production environment Qs
People, I have done a few little RoR apps and have struggled to move them from the WeBrick development environment to a production environment - I have actually succeeded but what I have done seems clumsy so I must be missing some things, eg: In public/.htaccess RewriteBase /library In app/views/layout/*.rhtml change: <li><a href="/library">Home page</a>
2002 Mar 29
0
FW: Newbie struggling with "factors"
Hint #1, to do any useful transformations on your variables you will probably need to convert them temporarily into character variables (aka strings). Do that with as.character(n$OSUSE) Probably your will want to convert each of the variables that are in this format into a set of numeric variables. Something like this: n <- data.frame(OSUSE =
2009 May 01
1
Server test suite
Hi, I have an interest in software that will allow me to define test suites for servers. We have several thousand Linux systems, and after we build or rebuild each one, we have a checklist. I am trying to automate this checklist, and ideally have it run against all of our servers on a regular basis and report inconsistencies. Is anyone aware of open-source software that will do this, or do I
1998 Jul 13
0
Re: RedHat 5.X Security Book
Somebody wrote: >>> The only thing I can see coming out of a "checklist" security setup >>> is a false sense of security. Depends on how you use it. For me, a checklist is a starting point -- an outline of what I need to know about. For others, a checklist is a labor-saving device. And some might use it both ways. In other words, there's the thing, and
2013 Oct 12
0
Re: [PATCH] virt-v2v: Convert RedHat.pm to Linux.pm - for SUSE support
On Friday, October 11, 2013 04:57:32 PM Mike Latimer wrote: > I think I've addressed all the concerns you raised in the following patch. > Can you take a look and let me know if I've created any new ones? ;) Other than the concern about being a little too obsessed about the 79 character line length. ;) This version of the patch has all the unecessary cleanup removed, and only
2006 Feb 19
2
Missing text/html content in production (but not development)
Hi, everyone. I''m getting a production server ready for a site I''m working on, and I''ve been a bit stumped by a difference between the development server (running under Webrick) and the production server (running under lighttpd). Here''s the scenario: I''m working on a variation of an e-commerce system. When someone finalizes an order with our
2009 Mar 30
0
Sub-Controller Issue on Host Server - Very Mysterious
Hello all. On my host server, I currently have the paths "<root>/cars" and "<root>/cars/ford" and a default index page comes up for each. I created these by running "ruby script/generate controller cars index" and "ruby script/generate controller cars/ford index". However, when I try to do the same thing to make
2015 Jul 09
3
[LLVMdev] New backend help request.
I'm trying to figure out how to map more complex CISC instructions now. For example on the 68000, you have things like -- add.w (a0)+,(a1)+ So that equates to: temp1 = load a0 add 2, a0 temp2 = load a1 temp1 = add temp1, temp2 store temp1, a1 add 2, a1 How do I express that in a form for LLVM? I see things like pre_store and post_store, but I cant find anything in the way of documentation
2005 Dec 17
0
Passing multiple parameters with select-option to controller
Hi all, I''m using Windows Xp, Mysql 5, Webrick, Rails 1.0 I''ve 3 tables which have HABTM relationship. My tables names are all set to uncountble. Name of tabels are anabilimdali (includes department info id name etc.), ogretimuye (personel information like id , name , dept. ) yayin (document information), and for relationships yayin_anabilimdali , yayin_ogretimuye . The