Displaying 3 results from an estimated 3 matches for "feed_url".
2008 Jun 16
2
simple rails login system
...uot;
else
render :text => "Login Failed"
end
end
end
def index
db = Mysql.connect(''localhost'',''root'',''godsp33d'',''netv_dev'')
feed_url = db.query("SELECT feeds FROM users WHERE username =
''#{@user.username}'' AND password = ''#{@user.password}''")
feed_url.each do |x|
x.each do |b|
@feeds = b.split(",")
end...
2006 Apr 01
0
select_tag problem
...|
| name | varchar(255) | YES | | | |
| type | varchar(255) | YES | | | |
| valid | int(11) | YES | | | |
In my feeds view i have :
----
<!--[form:feed]-->
<p><label for="feed_url">URL</label><br/>
<%= text_field ''feed'', ''url'' %></p>
<p><label for="feed_name">Name</label><br/>
<%= text_field ''feed'', ''name'' %></p>
<p>&...
2007 Jan 14
3
Podcast API?
Hi,
I''m looking into developing an API for publishing videso/audio/etc to
iTunes using Rails. Has anyone done anything like this? or can point
me in the right direction? The web doesn''t seem to have anything on
it, regarding Rails or other technologies.
Thanks
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the