Displaying 20 results from an estimated 60000 matches similar to: "Net::HTTPServerException 404 "Not Found""
2011 Aug 21
1
dashboard 1.1.1 with filebucket doesn't show contents of the new file
Am using dashboard 1.1.1 with the use_file_bucket_diffs option.
When clicking on the links within a report it will show the old md5
file (on the left) but not the new md5 file (on the right)
like;
content content changed ''{md5}26a3112822d01f2ce6b3f052bf2809de'' to
''{md5}dd97364ab0559344d73231f517951595''
26a3112822d01f2ce6b3f052bf2809de ==> is displayed
2009 Feb 18
5
fields_for and Conflicting types for parameter containers. Expected an instance of Hash but found an instance of Array.
I''m trying to use ''fields_for'' in a form. I want the same form to
support both the creation of new obejcts as well as the editing of old
ones. So - in my controller, sometimes I will pass to the form an
object that already exists in my database and has an id and other
times I will pass it a newly created instance of an object that does
not yet exist in the database and
2007 Jan 28
3
always Not Found
hi!
I''m migrating to Rails 1.2.1 (from 1.1.6), but now I''m getting a 404
(Not Found) page for every url I call! Not even the error messages I got
before are shown on this page anymore. So I took a look into
development.log, but there everything is ok, WebRick sends Http 200 OK.
The routes.rb I left as the standard:
map.connect '':controller/:action/:projectid''
2012 Aug 08
5
Error Bundler
Any body can help me!
i try create a new project, at the end i had message
error bundler.
root@xxx:/home/xxx# rails new depot_b
create
create README.rdoc
create Rakefile
create config.ru
create .gitignore
create Gemfile
create app
create app/assets/images/rails.png
create app/assets/javascripts/application.js
create
2007 Jan 16
2
:include with conditions.
Lets say I have an owner record which has_many employees.
If I want to eager load the employees then Owner.find(:all, :include =>
:employee) works fine and dandy.
What if I only wanted to include male employees in the eager loading for
instance? Is there an elegant and simple way to eager load with a
condition applied to the included model?
Have google and API''d around but
2008 Jan 01
3
3rdrail run rake task error: no Ruby script found in input (LoadError) (Windows)
Hi, dudes
I got a question here. When I run "rake db:migrate" in 3rdrail, it
throws an error: D:\ruby\bin\ruby.exe: no Ruby script found in input
(LoadError). I have set the ruby interpreter paths, And can''t find the
solution on Google. Any good ideas?
Issac
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
2007 Jun 24
1
Cant test 404 pages in webrick
I tried running webrick in production mode with -e production option. I
changed development database name so as to make sure webrick was running
in production mode.
Now I wanted to test my new 404.html page so I typed an invalid URL, I
still get some routing error instead of my 404.html page.
Why is this happening with webrick in production. I haven''t even changed
any of the environment
2010 May 25
0
Using Puppet via a proxy.
Hi All,
There is no direct connection between the hosts I am managing and the
Puppetmaster. I have added the "http_proxy_host" option to the
"[main]" section of the Puppet config file (/etc/puppet/puppet.conf)
on the machine to be managed. The proxy server is squid and I had to
add the Puppet port to the "Safe_ports" ACL list and also allow usage
of the
2006 Aug 29
1
Scope problem with form_remote_tag, ajax?
Hi all,
I have tracked an odd behavior down to what I think is an issue of
scope. In short, when I use form_remote_tag to establish an AJAX form,
my database fields don''t get populated when performing an edit on the
record. Those same fields will get populated using start_form_tag and
no AJAX. I think that Ruby can''t find the local object that represents
the database
2008 Jul 08
8
POST instead of GET gives 404 (newbie)
Hi,
Using JRuby 1.1 and Rails 2.0, I created a small project in NetBeans
that allows me to generate a dynamic dialplan in XML. In case it
matters, I''m using builder-2.1.2 and activerecord-2.0.2.
Going in the browser to:
http://localhost:3000/routing/dialplan?Caller-Destination-Number=0
Does exactly what I want:
<document type="freeswitch/xml">
<section
2007 Aug 07
26
rmagick on windows
Is there any special way to set up rmagick on windows, I installed the
gem, and i install imagemagick, but it says it can''t find a CORE_.. .dll
file. Can someone give me a run down on how to do it on windows.
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby
2008 Sep 12
3
Help: A copy of ModelSecurity has been removed from the module tree but is still active!
Hi all, I''m posting this in the hope that someone who understands
rails dependencies can shed some light.
I''ve implemented a "ModelSecurity" module in the vein of Bruce Peren''s
old ModelSecurity plugin (http://rubyforge.org/projects/model-
security/).
My ModelSecurity module lives in $RAILS_ROOT/lib. It is automatically
included into ActiveRecord::Base by a
2007 Oct 31
3
Enable Repositories: [Errno 14] HTTP Error 404: Not Found
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi Centos Users
How to enable Repositories mentioned in "What are all the CentOS
repositories (directories) and what is each one for?" [0]
# yum -y update
Loading "installonlyn" plugin
Loading "protectbase" plugin
Setting up Update Process
Setting up repositories
base 100%
2008 Feb 27
2
problem installing webOrb => Plugin not found: "http://themidnightcoders.net:8089/svn/weborb"
I''m trying to install weborb in my applications but it is not working
as you can see:
C:\RoR\mijnapplication>ruby script/plugin install http://themidnightcoders.net:8
089/svn/weborb --force to reinstall
+ ./README
+ ./Rakefile
+ ./init.rb
+ ./install.rb
+ ./lib/AC_OETags.js
+ ./lib/InfoService.rb
+ ./lib/data-management-config.xml
+ ./lib/example.html
+ ./lib/example.mxml
+
2004 Sep 10
1
Net2Phone, Asterisk, and "404 Not Found"
Hi!
Net2Phone is getting a common SIP status code, "404 Not Found," when
trying to place a call to our Asterisk server. We're hoping someone on
the list can shed some light on why this is happening. We can process a
call from Asterisk to Net2Phone without any problems.
Net2Phone sends the INVITE but immediately gets the "404 Not Found."
The "To:" field
2007 May 20
1
Jack Slocum's Ext library in Rails
If anyone is familiar with Jack Slocum''s revolutionary Ext javascript
library (http://www.extjs.com) and wishes to use it with Rails (instead
of the traditional Prototype / Scriptaculous duo), I''ve create a
combination vendor/plugin and javascript library to help you.
If ye be brave and know how to use SVN:
Ext on Rails: http://www.extonrails.com
--
Posted via
2004 Aug 01
3
Binaries for Visual Studio.NET?
I apologize for what's surely a common question, but the Xiph
archive-searcher seems broken, and all my other searches have come up
dry. Anyway, my question is:
Are there any Theora binaries available for Visual Studio.NET?
Alternatively, how do I build Theora using Visual Studio.NET? I tried
using "\win32\theora_static.dsp", but VS.NET claimed it was corrupt
and couldn't
2005 Feb 10
4
why asterisk is replying 404 Not Found
[3000]
type=friend
dtmfmode=INFO
insecure=yes
canreinvite=no
auth=plaintext
host=dynamic
allow=ulaw
[2000]
type=friend
dtmfmode=INFO
insecure=yes
canreinvite=no
auth=plaintext
host=dynamic
allow=ulaw
i have declared these two users 3000 and 2000. they
are registering successfully.
problem is that
2024 Jan 03
1
404 - The file you requested could not be found
That 100% depends on what you're trying to access. Try accessing the /admin/ endpoint and see what you have set up there. You also need to specify a relay-stub in the xml configuration, see:?https://icecast.org/docs/icecast-2.4.1/relaying.html--MariusSendt fra min Galaxy
-------- Opprinnelig melding --------Fra: "Mayiani, Martin Martine - mayianmm" <mayianmm at jmu.edu> Dato:
2006 Sep 02
1
html not rendering apache/mongrel
We are running Apache and Mongrel on RHEL4 and have been experiencing
some interesting behaivor. Sometimes when someone logs into our
application (it uses the acts_as_authencticaed and acl_system2) the
following happens. Instead of the browser rendering the html and
displaying all the form elements corretly as you would expect, it simple
spews back the output without attempting to render. So