Displaying 20 results from an estimated 6000 matches similar to: "cant able to c welcome page. ...http://localhost:3000/"
2008 Apr 15
1
codes for MCMC
I look for codes sources of R (examples of application) to implement
examples on Monte Carlo, MCMC and Gibbs sampling.
--
Dr. P. NGOM,
Facult? des Sciences et Techniques
D?partement de Math?matiques et Informatique
Universit? Cheikh Anta Diop Dakar - S?n?gal
----------------------------------------------------------------
Universite Cheikh Anta DIOP - DAKAR
2006 Apr 27
12
Stealing users IP address
Is there a functiaon to take the IP address of person who submits to a
form
example:
<input id="user_ip" name="user[ip]" type="hidden" value="<%=
some_ip_call %>" />
--
Posted via http://www.ruby-forum.com/.
2006 May 10
7
AJAX effects
I was at http://rails.techno-weenie.net/ and I like what ajax does when
you click on "login" how can I do this on my own website? Is this with
the defualt JS libary?
--
Posted via http://www.ruby-forum.com/.
2006 May 11
9
Undoing a SHA1
Hello for my password recovery system I want to recover the users
password and send it to them. In the DB its saved via SHA1 (login
generator)
--
Posted via http://www.ruby-forum.com/.
2006 Jun 01
1
How to achieve anchor in the html http://localhost:3000/event/event_info/100#comment5
I want to have the final URL something like this
http://localhost:3000/event/event_info/100#comment5
comment_anchor = ''#comment5''
redirect_to :controller => ''event'', :action => ''event_info'' , :id =>
@session[:event_id]
Now how do I pass this comment_anchor as html param to redirect_to ?
Thanks.
-------------- next part
2006 Mar 23
0
Why browsing "http://localhost:3000" get redirect?
Sometime after I finished the Rolling with Rails tutorial, when I
browser http://localhost:3000, instead of the Rails page, I get a
redirect to http://localhost:3000/recipe/list. Clearing the cookie fix
the problem.
Can someone explain why its like this?
--
Posted via http://www.ruby-forum.com/.
2013 Aug 22
1
Unable to submit report to http://localhost:3000/reports/upload [401] Authorization Required
Hi,
I''m having some troubles related with reports.
Catalogs are updated between server and clients but I cannot submit reports
because of the 401 error. All is caused by the security that I had to put
and I don''t know how to solve it.
Anybody knows how to fix it?
Thanks in advance.
--
You received this message because you are subscribed to the Google Groups "Puppet
2008 Oct 11
1
http://localhost:3000/index.html does not open my home page
Hi all
How can I change the setup in order to open my home page "index.html"
located inside the Public folder when I type
http://localhost:3000/index.html
thanks
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to
2008 Feb 12
0
button_to problem http://localhost:3000/art/151470;edi
hi all,
now i am facing problem with button_to , it shows the path like
http://localhost:3000/art/151470;edit instead of
http://localhost:3000/art/edit/151470
the path is not displaying problem, so i got the error , no route found.
in application_helper :
def button_to(name, options = {}, html_options = nil)
html_options = html_options.stringify_keys
2009 Oct 02
4
Can't access http://localhost:3000
Hello,
Pure newbie question.
After installeing Ruby, Rail and al the gems I am following the
tutorial here
http://guides.rubyonrails.org/getting_started.html
I start a server with Mongrel and it seems to be working, but when I
try to acces http://localhost:3000 i get a firefox error:
Firefox can''t establish a connection to the server at localhost:3000
I work under Vista with Ruby the
2006 May 04
6
Login generator ALWAYS says login unseccesfull
Hey I just ran this "ruby script/generate login loging_in" here is my
SQL:
CREATE TABLE `users` (
`id` int(11) NOT NULL auto_increment,
`user_name` varchar(80) default NULL,
`login` varchar(120) NOT NULL default '''',
`last_update` timestamp NOT NULL default ''0000-00-00 00:00:00'',
`last_attack` timestamp NOT NULL default ''0000-00-00
2006 Jul 14
5
browser connection issue to http://localhost:3000/ on XP ?
Hi,
I think I have network issue on my XP PC here trying to run up
InstantRails and using it. I create an application and run up the
server "ruby scripts/server" and it runs up, but then when I try to
browse to it the browser just sits and spins and doesn''t connect :(
* I''ve tried: localhost:3000, 127.0.0.0:3000, 127.0.0.1:3000 + the IP
address that
2006 Apr 27
2
Red cloth
what is the require I must put in my enviremnt to use red cloth?
--
Posted via http://www.ruby-forum.com/.
2006 Apr 29
2
Creating your own params
I want to pass my own param called randid so I can do this
@rnd = params[:randid]
this will work if I can pass the :randid
--
Posted via http://www.ruby-forum.com/.
2006 Jul 14
2
browser connection issue to http://localhost:3000/ on XP ?
http://www.ruby-forum.com/topic/73035#new
Hi,
I think I have network issue on my XP PC here trying to run up
InstantRails and using it. I create an application and run up the
server "ruby scripts/server" and it runs up, but then when I try to
browse to it the browser just sits and spins and doesn''t connect :(
Note that I posted this at
2006 Mar 29
8
Action Mailer
Does anyone know where I can download an demo app of action mailer. I''ve
looked every where. I''ve also done the tuts. but, they don''t work for
me. Thanks...
--
Posted via http://www.ruby-forum.com/.
2013 Apr 13
3
Cannot reach http://localhost:3000 after starting Ruby on Rails server
I cannot reach http://localhost:3000 after starting Ruby on Rails
server when running Windows 8. After running rails server in the
directory that I want the server to start, the following prompt shows
up:
C:\Users\Brian\railsapp>rails server
=> Booting WEBrick
=> Rails 3.2.13 application starting in development on http://0.0.0.0:3000
=> Call with -d to detach
=> Ctrl-C to shutdown
2015 Jul 02
0
Fraud Protection Alert Message-ID: <1435820092.18157.qmail@welcome.com> From: "American Express" <AmericanExpress@welcome.com> Content-Type: text/html <html><head> <meta http-equiv="content-type" content="text/html; charset=UTF-8"></head><body><div
[This email is either empty or too large to be displayed at this time]
2006 Apr 26
7
Not updating
I copied the scaffolding edit and update and made it like this,
Note: awnser is edit.
Admin_contoller.rb
def awnser
@question = Question.find(params[:id])
end
def update
@question = Question.find(params[:id])
if @question.update_attributes(params[:question])
flash[:notice] = ''Question was successfully updated.''
redirect_to :action => ''list''
2016 Feb 17
5
shared folders not working with . separator
Hi,
I've been trying this for weeks and never managed to get my mail client
to see shared folders.
Apparently imap_acl works fine as I can see these entries in the
dovecot-acl-list files and the correct entries persist in the client.
This is my first dovecot setup so I hope I've configured it right.
Everything else works beautifully, thanks.
# dovecot -n
# 2.2.21 (5345f22):