Displaying 20 results from an estimated 30000 matches similar to: "http://localhost:3000/index.html does not open my home page"
2006 Mar 23
11
Contact page
Hi
I have justed started using Rails.
How do I create a contact page. By this I mean one with a contact form
etc.
Thanks
--
Posted via http://www.ruby-forum.com/.
2008 Oct 05
2
create contact form
Hi all
I have a regular HTML form that I want to convert into a RoR form
Because I do not need to save the data in the database I think I need:
- a controller and a viewer
- send submitted fields through email
<h2>Contact Form</h2>
<form action="contact.html">
<fieldset>
<legend>Please send your message: </legend>
2009 Jul 24
5
Need help viewing my first App
Hi All,
I am new to ROR and I am experiencing a few problems viewing my first
app. Can anyone pls help me to get my first app up and running?
I created a rails application called my_app. I created a controller
called hello.
It looks something like this.
class HelloController < ApplicationController
def display
end
end
When I type http://localhost:3000/hello/display it says "we
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
2009 Feb 16
24
como consultar en oracle
holaa todos ante todo un cordial saludo alguien que me pueda ayudar.
se plantea lo siguiente necesito mostrar 2 campos de una tabla los
cuales son mtin_mtin,mtin_descri de una tabla llamada re_tmtinv de esos
dos campos se necesita obtener el codigo y la descripcion,y luego ser
mostrado para despues ser agregados a un formulario.
el problema que tengo es que ya tengo la vista pero esta en blanco
2009 Dec 30
9
Oracle adapter problem? How to fix this?
Hi,
My setup is:
Ruby 1.8.6
Rails 2.3.5
activerecord-oracle-adapter (1.0.0.9250)
I upgraded Rails and the adapter recently and I just went through hell
trying to find a problem while inserting a record in a table.
Rails was giving me this error:
OCIError (ORA-02289: sequence does not exist):
stmt.c:539:in oci8lib.so
c:/ruby/lib/ruby/site_ruby/1.8/oci8.rb:753:in `exec''
2006 Apr 26
1
cant able to c welcome page. ...http://localhost:3000/
Hi,
After starting instant rails and starting apache by using command
ruby script/server
i got all the messages perfectly as it was informed....and no error
was
shown
but after i entered http://localhost:3000 it was half way in loading
and i
cant able to get welcome page....
i tried deleting that instant rails and again extracted the new one
but
nothing works...
tell me what can be
2011 Aug 07
3
New field does now show in browser
Hi all
I just added a new field phone to form _form.html.erb created with:
rails generate migration AddPhoneTotickets phone:string
added with rake migraiton
and the new field does not show in the browser
new
<div class="field">
<%= f.label :phone %><br />
<%= f.text_field :phone %>
</div>
old
<p>
<%= f.label :phone
2008 Jun 24
3
Running the beast forum for the first time
Hey guys,
so I think I''ve done my installation of the beast forum correctly. Its
done the database migration and all the tables look fine. Now, when I
run
ruby script/server
and point my browser at http://localhost:3000/ I get a "500 Internal
Server Error" error.
Anybody know whats causing this? I''ve been trying to work it out for
ages now and its wrecking my head
2010 Apr 22
3
HOW TO Track How Many Recipients Open Your Mail IN RAILS?
HOW TO Track How Many Recipients Open Your Mail IN RAILS?
please help me PROVIDE SOLUTIONS AND STEPS OR ELSE ANY PLUGIN
--
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 this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To
2009 Apr 26
4
Weird auto-complete production problem in Rails 2.3.2
Hello.
ruby 1.8.6 (patchlevel 111)
rails 2.3.2
Windows XP Professional
I am getting quite a weird problem. I have several auto-complete
fields in a page. When I run the code in development mode everything
works but when the application runs in production mode one and only
one of the fields does not auto-complete anymore.
The database being used is the same in both cases (I''m just
2011 Mar 08
2
Comment creer un formulaire maitre-detail
Salut a tous!
Est-il possible de creer un formulaire maitre-detail?
J''ai besoin de creer une fenetre ou l''utilisateur rentre un commande et
les differents produits associaes a cette commande.
Puis-je afficher le tout dans une seule page? Faut-il un minimum de 2
pages
Comment visualiser le detail de la commande avec tous les produits
commandes, et l''imprimer si
2009 Jun 11
8
before_create return value breaking object.save: rails bug?
I know that usually when people say ''i think i found a bug in
rails/ruby'' they''ve done something dumb. I''m wondering if this is the
case here, but this does seem like a genuine rails bug to me.
In my user model i have a few different before_create callbacks. In one
of them, if it happens to return false (just because the last statement
in it evaluated to
2009 Mar 12
5
InvalidAuthenticityToken from home page
I''m trying to create a log in in index.html, but I keep getting an error
about InvalidAuthenticityToken. I understand this is something that RoR
puts in the forms, and it changes regularly. The problem is that the
home page in the public folder is html, and therefore static. has anyone
else put a log in on their home page?
--
Posted via http://www.ruby-forum.com/.
2010 Dec 13
9
created_at, updated_at and MSSQL
Hello,
I am running into a little issue. There is a considerable time
difference between the time that the console is giving me and the time
I am seeing in the created_at and updated_at column in the DB. The
difference is about 5 hours.
I don''t think the problem is in the DB, but I could be wrong.
Am I missing something obvious? Any clues?
--
You received this message because you are
2010 Nov 10
3
using DB2 with Rails 3
I have developed a rails 3 app and for various reasons I have been
compelled to try using DB2 as the underlying database system. Does
anyone have much experience of using DB2 with rails 3? Any good pointers
on resources? I have just been using postgres to date
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you are subscribed to the Google Groups "Ruby on
2008 Jul 08
5
map.root doesn't do anything, index.html can't be changed
Environment:
Apache/2.2.8 (Ubuntu)
DAV/2
SVN/1.4.6
PHP/5.2.4-2ubuntu5.1 with Suhosin-Patch
mod_ruby/1.2.6
Ruby/1.8.6(2007-09-24)
mod_ssl/2.2.8
OpenSSL/0.9.8g
Phusion_Passenger/2.0.1 Server
I''ve created several scaffolds that all work, and am trying to set the
root page for this app to default to one of the methods. Here''s my
routes.rb:
ActionController::Routing::Routes.draw do
2009 Jan 31
3
Is http://downloads.digium.com/pub/ down???
Anyone else having problems connecting to
http://downloads.digium.com/pub/ ??
Jonn
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/.
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