search for: _doc

Displaying 3 results from an estimated 3 matches for "_doc".

Did you mean: _do_
2005 Aug 08
1
url_for()/link_to() Broken under Webrick?
...ironment working (i.e. through "script/server --site=foo"). However, when I go to run a site under Webrick, I get two major errors: (0) Routes don''t seem to work properly, specifically the root-level route gets ignored. Instead, ''/'' redirects to ''/_doc''. (1) link_to() (actually url_for()) doesn''t work, as it doesn''t seem to recognize the current controller/action (this may be related to #0). If I don''t specify a controller and an action in my link_to(), I get: No url can be generated for the hash {:page...
2019 Oct 07
0
Changing HTML Error code message
...Save token # saveRDS(token, "droptoken.rds") token <- readRDS("droptoken.rds") server <- shinyServer(function(input, output) { # --------------------------------------------------- filePutReport <- reactive( paste(input$Cat, "_", input$Year, "_Doc.html", sep = "") ) filePutReport2 <- reactive({ # Search if the file exists in DropBox drop_download(path = paste("shiny_docs/shinydbtest/", filePutReport(), sep = ""), overwrite = TRUE, local_path = "./www",...
2005 Jan 22
6
Still having config problems
Hi, Having completely failed to sort out my apache 500 error, I thought I would work through the "Rolling with Ruby on Rails" tutorial at http://www.onlamp.com/pub/a/onlamp/2005/01/20/rails.html I am using webrick, not apache - and still getting 500 errors. When I get to page 4 where http://127.0.0.1:3000/recipe/new should give me a data entry screen, instead I get...