search for: fvooflc7iwo

Displaying 7 results from an estimated 7 matches for "fvooflc7iwo".

2005 Dec 17
13
Rookie with ActionMailer
...39;s been intended to programmatically send email. I''m looking at examples in AWR and also on the wiki. I feel that I sort of have things set up right but I''m getting an error I can''t grok: Net::SMTPFatalError in Home#email_list 550 5.7.1 Unable to relay for jpfeifer-fVOoFLC7IWo@public.gmane.org /app/controllers/home_controller.rb:34:in `email_list'' script/server:54 jpfeifer-fVOoFLC7IWo@public.gmane.org is my email and is pulled from my database table I''m set up like this: Controller: def email_list email = Email.find(:first) MailList::deliver_send...
2005 Dec 07
1
Navigation
Greetings, I appreciate the help from here as I seem to be asking the noob questions a lot, but what is a good way to deal with navigation pulled from a database? I have this in my view: <% @nav_buttons.each do |nav_button| %> <li><a href="#" class="nav"><%=h nav_button.name %></a></li> <% end %> this in my controller def
2005 Jun 14
7
OT: US city proximity search
Does anyone know where I might be able to download/purchase a database of US cities and their longitude/latitude coordinates? I''d like to provide a search option on a website that allows users to search by city but include cities in the surrounding area. Thanks, Carl Youngblood _______________________________________________ Rails mailing list
2005 Apr 14
0
Recognizing routes?
Hi, I''m wondering if there''s a way to get at the Routes object in the Routing module from a controller. I want to write a non-! ''recognize'' method that will take some path string and return the appropriate url options for my defined routes. I''m a bit new to the way modules, etc. work, specifically with Rails, so forgive me if this is very obvious.
2005 Dec 05
3
Noob Question about databases in rails
Ok, This sounds like it should be easy but I am having a hard time with it. I am making a website but I''m trying to make everything in it fairly database driven, this is really pretty much my first rails project. I have a table called ''nav_items'' to display the nav choices, but there is also other dynamic data on the homepage such as the ''events''
2005 Aug 11
6
Need just a little help to start a rails app
I''m very new to Ruby and RoR, have been trying to get it working with no success. I''m on Ubuntu, installed Rails correctly, run scripts for model, controller and scaffold no problem, installed fcgi which now appear in apache header. When I point browser to http://localhost/tada/public/category I get: Not Found The requested URL /tada/public/category was not found on this server.
2005 Oct 04
6
RadRails
Anyone using RadRails here? How is it if so? I am trying to use it and it opens fine on my win2000 box at work, but I have XP pro at home here and it keeps telling me I need the javaw.exe in the bin file in the radrails folder in my desktop. If anyone knows why this is it would be appreciated. I''m a noob for sure. Thanks, J