Displaying 20 results from an estimated 20 matches for "rails_info".
Did you mean:
mail_info
2006 Apr 02
2
Recognition failed for "/rails_info/properties"
Hello. I can''t figure out why I''m getting the following problem, or
how to fix it.
I have Rails 1.1.0 installed on both OS X and Solaris, and in both new
and old projects, and using either WEBrick or lighttpd, I get:
Recognition failed for "/rails_info/properties"
when lining to it off the welcome to rails page. I get the following
errors through the console:
ActionController::RoutingError (Recognition failed for
"/rails_info/properties"):
/opt/csw/lib/ruby/gems/1.8/gems/actionpack-1.12.0/lib/action_controller/routing.rb:4...
2006 Mar 23
4
Error with Rails 1.1RC1 and Properties page
...9;' called for 1:Fixnum
RAILS_ROOT: script/../config/..
/usr/lib/ruby/1.8/cgi.rb:362:in `escapeHTML_fail_on_nil''
/usr/lib/ruby/gems/1.8/gems/actionpack-1.11.2.4008/lib/action_controller/cgi_ext/cgi_ext.rb:13:in
`escapeHTML''
/usr/lib/ruby/gems/1.8/gems/rails-1.0.0.4008/builtin/rails_info/rails/info.rb:55:in
`to_html''
/usr/lib/ruby/gems/1.8/gems/rails-1.0.0.4008/builtin/rails_info/rails/info.rb:53:in
`each''
/usr/lib/ruby/gems/1.8/gems/rails-1.0.0.4008/builtin/rails_info/rails/info.rb:53:in
`to_html''
/usr/lib/ruby/gems/1.8/gems/rails-1.0.0.4008/builtin/rail...
2006 Mar 16
2
WEBrick and OS X 10.4.5 problems?
...T /javascripts/effects.js
HTTP/1.1" 200 30257
http://localhost:3000/ -> /javascripts/effects.js
127.0.0.1 - - [16/Mar/2006:02:05:04 PST] "GET /images/rails.png HTTP/
1.1" 200 1787
http://localhost:3000/ -> /images/rails.png
127.0.0.1 - - [16/Mar/2006:02:05:06 PST] "GET /rails_info/properties
HTTP/1.1" 500 0
http://localhost:3000/ -> /rails_info/properties
127.0.0.1 - - [15/Mar/2006:22:05:43 PST] "GET /Mike HTTP/1.1" 500 0
- -> /Mike
127.0.0.1 - - [15/Mar/2006:22:05:43 PST] "GET /User HTTP/1.1" 500 0
- -> /User
Anyone else seen this beha...
2006 Mar 30
2
Confused about 1.1 installation
Hey all,
I just upgrade to Rails 1.1 and it seems to have gone fine (from 1.0).
However, when I create a new rails application and start it with Webrick, I
get this error when viewing my "Applications'' Environment"
Recognition failed for "/rails_info/properties"
So I went looking for the Rails installation. I found rails-0.14.3 and
rails-1.0.0 at "/usr/lib/ruby/gems/1.8/gems/", but no evidence of rails 1.1.
Anyone know where it goes? I''m on OS X (Tiger) and used the gem install
method (with dependencies). I also rec...
2006 Mar 28
3
Routing Error after upgrade
I successfully upgraded to Rails 1.1., but now when I point my browser
to localhost:3000, I get a the following:
Routing Error
Recognition failed for ?/rails_info/properties?
What?s the best fix for this?
--
Posted via http://www.ruby-forum.com/.
2006 Mar 28
2
Newbie question - ActionController::RoutingError
When i run my server and just chk in browser i get
---------------------------------------------------
ActionController::RoutingError (Recognition failed for
"/rails_info/properties"):
/usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.0/lib/action_controller/routing.rb:488:in
`recognition_failed''
/usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.0/lib/action_controller/routing.rb:478:in
`recognize!''
/usr/local/lib/ruby/gems/1.8/g...
2008 Dec 01
2
strange rails error on ubuntu 8.10
Just upgraded from 8.04 to 8.10, which bumped my Ruby version to
1.8.7, and my Rails app (frozen to 2.2.2) gets a strange error on
startup. I can easily reproduce just by running script/about:
$ script/about
/vendor/rails/actionpack/lib/action_view/template_handler.rb:11:in
`initialize'': wrong number of arguments (0 for 1) (ArgumentError)
Anyone else having trouble with Rails on Ubuntu
2006 Mar 04
1
Hiding and expanding form fields?
Hi, I''m wanting to create a form where some of the for fields are
hidden until the user clicks the advanced link. BTW, I''m looking for
the functionality similar to the Rails Welcome page (i.e.
http://localhost:3000). The relevant link hear is as follows:
http://localhost:3000/rails_info/properties
In short, it seems to be a expand and collapse functionality using
AJAX. However, I''ll be using form elements instead. For example,
<input type="text" name="my_text_field" value="" size="20" />
Well, I must go and thanks in adva...
2006 Feb 27
0
(no subject)
Anyone know why the rails_info/properties link on the 1.0 welcome
page would be dependent upon irb? I''m playing around with some
different Ubuntu configurations, and if I don''t install irb, the
properties link doesn''t work and I get a debug stack indicating that
the problem is caused by not bei...
2006 Apr 03
4
How to create new rails 1.1 app if only rails 1.0 installed?
I have rails 1.0 and I cannot install rails-1.1 system-wide.
However, I can freeze_edge (but just once because of svn 1.1.4 on
Debian).
Under this scenario, how can I create brand new rails-1.1 apps?
I know how to freeze_edge *existing* rails-1.0 apps but that process
seems to be imperfect because the script/about command and
/rails/info/properties URL do not work after freezing to 1.1.0
2007 Sep 16
2
Problem with recognize_path
Hello,
I am experiencing a weird problem on one of the 3 test servers I''m
using:
There is a controller named admin/statistics and I am trying to
access /admin/statistics
The matching rule is: map.connect '':controller/:action/:id''
On 2 of the 3 servers, recognize_path correctly matches to
Parameters: {"action"=>"index",
2006 Apr 23
3
Error on new install "View Application''s Environment"
Hello. I recently installed Rails on Gentoo, and did a "rails
/var/www/localhost/htdocs/parallel_bible/" just to test. Everything
*seemed* to work fine, but when I clicked on the "View your
Application''s Environment" link, this happens (screenshot attached):
http://thegoban.com/rorerror.png
Any ideas? Is this normal? I know it''s not actually stopping me
2005 Dec 29
3
Blank pages, ''missing default helper path rails_info_helper''
...page, and WEBrick entry that looks like:
<code>127.0.0.1 - - [28/Dec/2005:23:00:46 EST] "GET /aaa HTTP/1.1" 500
0</code>
That happens no matter which URL I access, including a controller/action
I built, a controller that doesn''t exist, and like I mentioned, the
/rails_info/properties that''s called on the "About your application''s
environment link."
I''ve tried deleting my Rails project, recreating it, creating some
controllers, scaffolding, etc.. tried copying my working
config/databases.yml to config/, etc. Absolutely no diffe...
2006 Jun 22
0
Welcome aboard actions
Hi
Does anyone know how I can deconstruct the welcome aboard page?
I found this thread that offers some info,
http://www.nabble.com/Strange-messages-in-%22congratulations%22-mode-t1106264.html#a2901229
"properties is the method that services the rails_info/properties action
invoked by the link"
How can I trace what is happening?
--
View this message in context: http://www.nabble.com/Welcome-aboard-actions-t1832101.html#a4999542
Sent from the RubyOnRails Users forum at Nabble.com.
2006 Jan 19
0
Rails with Apache - application failed to start
...1
-processSlack 1 \
-initial-env PATH=e:/ruby/bin;d:/windows/system32;d:/windows \
-initial-env RUBYOPT=rubygems \
-initial-env
MAGICK_CONFIGURE_PATH=e:/ruby/lib/ruby/gems/1.8/gems/RMagick-win32-1.7.0-mswin32/config
When I browse http://127.0.0.1/ it shows ok, but when I click
http://localhost/rails_info/properties or http/localhost/recipes/ I get:
Application error
Rails application failed to start properly.
I have Windows XPSP2, Apache 2.0.55, Oracle.
WebRick shows ok on port 3000.
Did anyone had this problem? I tried also unsuccessfully to install
rails on IIS.
--
Posted via http://www.rub...
2006 Feb 25
7
generating HTML instead of XHTML
After reading
http://www.hixie.ch/advocacy/xhtml
and having some headaches with IE, I wonder whether helpers can be
configured to generate HTML instead of XHTML.
-- fxn
2006 Jan 01
5
db connection problem: Mac X, MySQL 5, Rails 1
This has taken me quite a bit of time to sort out. The problem is this:
Whenever my Rails app tries to query the db, it hangs forever.
Having searched 5000+ emails to this group, I''ve not found an answer to my
problem. I''d be happy to turn on logging, but can''t seem to get the Mac
install of MySQL to boot up with the --log option set. I tried running
mysqld and
2006 Feb 11
5
Strange messages in "congratulations" mode
Hi All..
First off, I thought I''d let you know that im UBER new at ruby, so what
im asking you may have a really simple answer...
Anyway, i just started using RoR and i''ve set it up on OSX, running
Apache2.
It all goes fine and dandy, I get the "Welcome aboard" page to say that
its all setup and running ok, but when I click on "About your
applications
2005 Dec 12
9
Webrick is being stupid...no info on a brand new project
...500 (nothing explaining why), and there''s
nothing in the development.log. There is no server.log (should there
be? I don''t know).
Actually there is something in development.log, but unrelated to my
controller. "Controllers::RailsInfoController: missing default helper
path rails_info_helper"
I''m really clueless as to what''s going on. OS X, Ruby 1.8.2, Rails
0.14.4. I''d appreciate any help.
Pat
2006 Aug 09
21
DHH''s Post on Ruby Talk -- Rails 1.1.5: Mandatory security patch (and other tidbits)
We''re still hard at work on Rails 1.2, which features all the new
dandy REST stuff and more, but a serious security concern has come to
our attention that needed to be addressed sooner than the release of
1.2 would allow. So here''s Rails 1.1.5!
This is a MANDATORY upgrade for anyone not running on a very recent
edge (which isn''t affected by this). If you have a public