- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我在上下文 scala_tour
下将 Rails 应用程序部署到我的服务器.转到 URL 时,一切正常。但是,如果 url 编码为 scala%5ftour
(顺便说一句,这就是 SO 所做的),我从 Rails 和/或乘客那里得到一个错误。
乘客似乎可以识别 URL 并将其交给我的 Rails 应用程序,但 Rails 应用程序提示:
ActionController::RoutingError (No route matches "/scala%5Ftour" with {:method=>:get}):
# yum list installed | grep http
httpd.i386 2.2.10-2.el5.eapps installed
# yum list installed | grep passen
passenger.i386 2.2.2-1eapps installed
# gem list | grep rails
rails (2.3.2, 2.2.2)
# ruby -v
ruby 1.8.6 (2008-06-20 patchlevel 230) [i386-linux]
ActionController::Routing::Routes.draw do |map|
map.resources :wiki_pages do |wiki_map|
wiki_map.history 'history', :controller => 'wiki_pages', :action => 'history', :method => 'GET'
wiki_map.version 'version/:sha1', :controller => 'wiki_pages', :action => 'version', :method => 'GET'
end
map.history '/history.:format', :controller => 'wiki_pages', :action => 'wiki_history', :method => 'get'
map.resources :diagrams, :only => [:index,:new,:destroy,:edit,:show]
map.logout '/logout', :controller => 'sessions', :action => 'destroy'
map.login '/login', :controller => 'sessions', :action => 'new'
map.resources :users
map.resource :session
map.root :controller => 'wiki_pages', :action => 'show', :id => 'MainPage'
end
RailsBaseURI /scala_tour
PassengerPoolIdleTime 5
最佳答案
您可以立即想到两件事 mod_rewrite在 apache 中规范化 URL,或者您可以使用 Rack Middleware 重写它。 Here是可能会为您解决问题的 gem 。
关于ruby-on-rails - 在乘客和 Rails 之间,url 中的 url 编码下划线没有得到正确处理,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1406842/
我安装了 Apache、Passenger 和 Sinatra,并部署了一个应用程序。尝试访问时出错: An error occurred while starting up the preloade
我在使用 RJB 和 Passenger 时遇到一些问题。 我的系统:Debian 6 Java JDK 7 Apache2 + Passenger Ruby 1.9.2 Rails 3.2.6 我正
我试图在 CentOS 6.3 上使用 mod_passenger 将 Redmine 部署到 Apache 但出现错误: The application spawner server exited
我已经尝试过这里推荐的方法:Passenger: internal server error , 但在 config.ru 中没有发现对 STDOUT 的引用 我在 ruby-2.0.0-p247
在本地,我的应用程序运行良好并写入其日志。 我的生产服务器运行 CentOS,Apache 服务器运行 Passenger。尝试调试时,我注意到我的日志文件没有被写入。我做的第一件事是 chmod 0
我将 Rails 3.2 与乘客 + nginx 一起使用。当数据库服务器关闭时,我想显示漂亮的自定义 500 页面。当我的 rails 应用程序无法启动时,我想显示一些内容。这是我的 nginx:
按照教程 here提出了这个错误: The following packages have unmet dependencies: nginx-extras : Depends: perlapi-5
当我尝试在 Ruby on Rails 上传照片时使用 Paperclip在我的本地机器上,它运行良好。 当我尝试在带有 Apache 和 CentOS 的 Linux(Phusion Passeng
有一次,我在我的系统上使用 NGINX、Rails 和Passenger 一切都运行良好。 昨天我重新安装了Passenger,现在passenger-install-nginx-module失败。
Started GET "/home" for 117.55.68.xxx at 2012-11-05 22:56:06 +0900 Processing by PageController#home
我正在设置一个服务器,以使用Passenger在Fedora 12上运行Ruby on Rails应用程序。 我现在处于安装Passenger的阶段,按照规定进行设置,但是在重新启动Apache时出现
我们在 Apache 2.2 (CentOS 6.latest) 后面使用 Passenger 4.0.59 和 Rails 3.2。 在/etc/httpd/conf/httpd.conf 中,我们
我在服务器上部署 Rails 应用程序时遇到问题。我正在部署使用 Passenger 来提供页面。当我启动服务器时,我的页面上列出了以下错误。似乎我安装的 passenger 版本引用了 ruby
我正在尝试使用 Phusion Passenger 运行简单的 RoR 应用程序。在转到本地主机的那一刻,我看到了主题的错误。事实上,我没有任何待处理的迁移: Status Migrat
我正在尝试通过 Capistrano 将 Rails 应用程序部署到 VPS。我在 VPS 上安装了 passenger standalone 并使用 capistrano-passenger具有默认
我用 Nginx 安装了 Phusion Passenger,将 Nginx 配置为指向正确的目录,然后我运行 webapp 目录,这已经下载了 gemfile,但找不到 gem。 当我访问该网站时,
我试图用 Apache2 和 ruby 2.0 安装 passenger,但我在安装时遇到了这行错误: passenger-install-apache2-module 错误: ---------
我在我的生产应用程序上收到此错误,我仍然没有修复它的线索。该应用程序在开发模式下运行良好,但在我的生产服务器上出现捆绑程序错误。我正在通过 RVM + Nginx + 乘客使用带有 ruby 1.
当我尝试访问我的服务器时,出现以下错误 App 13379 stdout: App 13379 stdout: [ 2015-02-02 05:28:59.1782 13226/7fb5d969970
我已经在服务器(Ubuntu 12.04 LTS)上安装了 redmine 2.1,它现在会产生 500 Server 错误消息。 我已配置为使用 apache 乘客并通过安装 xxxx:/usr/l
我是一名优秀的程序员,十分优秀!