Displaying 20 results from an estimated 100 matches similar to: "Question about Callbacks in link_to_remote"
2006 Apr 23
5
Newbie Ajaxy Question
Hi all,
I''ve been trying to figure this out by myself and while I feel I''ve made
some progress, I feel kind of stuck. Let me see if I can explain what I''m
trying to do. I have a very simple form with a text box and a text area.
The text in each of these will eventually make it into a row in a table in
my database. For now, the value in the text box represents a
2006 Sep 06
2
RJS Javascript oddity - trying to call Element.setStyle
Hi all,
I have a really simple web page. Right now, it''s just a button and a square
div. What I want to do is to change the background color of the div to red
when the button is clicked. My form code looks like this:
<%= form_remote_tag :url => {:action => ''color_show''} %>
color_show.rjs looks like this:
page <<
2006 Jul 16
14
Rails, FCGI, DreamHost, and endless frustrations
Hi all!
I''m trying to deploy an application out to a subdomain at dreamhost. I am
getting the dreaded "Rails application failed to start properly" error. The
logs for my app are empty. In the DreamHost FTP app, when I look in the
error.log file (I''m guessing this the Apache error log file) I see the
following for each of my attempts:
[Sun Jul 16 12:36:32 2006]
2006 May 14
12
Is there a place for java in Ruby on Rails apps?
Hi all,
I''m asking this question from the standpoint of a developer with almost 10
years experience with Microsoft technologies, mostly doing server side
component and database work. So, I''m not very familiar with the java
world. Can anyon tell me how/if java development can complement Ruby on
Rails development? I''m not interested in how java can duplicate Rails
2006 Sep 06
22
ROR host: dreamhost or godaddy?
hi all,
i am looking for a host for my ROR web app. the target audience will be
70% from mainland china, and 30% from the rest of the world.
i dont want a chinese hosst because:
1. it''s very slow for the rest of the world to access to it.
2. the speed is quite ok for china to access the us sites.
both dreamhost and godaddy provide similar budget plans, and i saw them
all from this
2007 May 08
3
user and password verification (login form)
hello
I have created a registration form, from where the user is asked to fill
the userid and password and is stored in the database
now i want to create a login page which will take the user and password
and then verify with the database and if true then page 1 will open if
false page 2 will open.
can ne one tell me the code for it
thanks..
--
Posted via http://www.ruby-forum.com/.
2007 Mar 19
3
jQuery Users...
Any jQuery users out there? I would like to learn more about
incorporating jQuery with Rails as the performance seems to be the
best of any library I''ve seen and it is great in separating the
JScript from the HTML. Any suggestions on where to get started? I''ve
read this (http://b.lesseverything.com/2006/12/31/making-jquery-and-
prototype-play-nice-in-rails) but was looking into
2006 Aug 06
10
editor recommendation
Hello lsit,
I''am new to rails (about 2 hours) and after the first lines of code
I must say: Great! I love it!
Can someone recommend me a editor? I run Ubuntu Dapper.
Th?ngs
--
Jochen Kaechelin, fvgi242ss, wlanhacking.de
http://mail.wlanhacking.de/cgi-bin/mailman/listinfo
http://www.gissmoh.de - Mein sonstiges Leben!!
2007 Jul 23
2
possible corrupt rpm database
Hello,
I've got a centos5 box that at least has a dependency issue or a corrupt
rpm database. I am open to suggestions as to how to proceed. I have added
some extra repositories to my yum configuration, centosplus, rpmforge,
atrpms, and the kbs repos. I haven't been having issues with installs or
upgrades until today when i ran a yum update, and got a missing dependency
error for
2007 Sep 24
2
ferret fuzzy matches
Hi guys,
Is there some way of getting ferret matches string, when i do a fuzzy
search?
The scenario is this:
1. The user search for ''show''
2. Nothing was found
3. So I do a fuzzy search, passing ''show~''
4. It gives me somes results, most of all was matched with ''showcase''
5. So I want to tell the user that: Nothing was found with
2006 Jul 07
4
Help installing Ferret
http://wiki.rubyonrails.com/rails/pages/HowToIntegrateFerretWithRails
I followed everything here but at the last I get when loading page
get_results
Can only handle a String or a Query.
RAILS_ROOT: script/../config/..
Application Trace | Framework Trace | Full Trace
#{RAILS_ROOT}/app/models/result.rb:27:in `search_each''
#{RAILS_ROOT}/app/models/result.rb:27:in `search_index''
2006 Jan 15
7
Rad Rails?
Hi,
I''ve just now started learning Ruby on Rails. Someone told me that I
should get RadRails to use as my IDE. RadRails.org seems to be dead
now. Has something bad happened? Or do I just have my URL wrong? Is
there another good Rails IDE? I''m developing on windows right now.
Thanks!
TAD
--
Posted via http://www.ruby-forum.com/.
2006 Jan 17
5
Noob Question concerning code in Agile Web Development with Rails
Hi,
I''m currently learning Ruby on Rails using "Agile Web Development with
Rails." I am using RadRails as my development environment. Everything has
been going along well, until the end of chapter 7. Just before the end of
the chapter, we set up our store pages so that they can be styled with the
depot.css stylesheet. This is where I run into my problem. The stylesheet
2006 Jun 22
3
Partition results based on field
Hello all
I''m using Ferret for a site wide search where I have several kinds of
(similar) objects in a central index (using a "type" field containing
the class name). This works great, and I can search all objects with one
query.
What I''d like to do now is to limit the results so that there will be a
maximum of 10 (or 5 or whatever) results for each type.. I
2006 Apr 05
3
Missing Ferret 0.9.0 Field methods
The following instance methods seem to be missing from the
Ferret::Document::Field class in Ferret 0.9.0 using compiled C
extensions: #string_value, #reader_value and #binary_value. They are in
the pure ruby implementation).
I got round it by mixing in hacked versions of the pure Ruby methods
(@data replaced by self.data).
Many thanks for Ferret it''s shaping up to being a killer app
2007 Apr 20
1
Problem with form_tag
Hi all!
I''ve seen this problem in several places in the list, but none of the
remedies suggested seem to be helping me much.
I have a view like so:
HELLO
<% form_tag :action => "create" do %>
<p>My pretty form!</p>
<p><%= text_field "foo", "bar" %></p>
<p><%= submit_tag "Do
2006 Jan 16
3
Newbie hitting a wall on first project, help, please!
Hi Ruby and Rails gurus,
I am not a newbie to programming but am only a day''s worth of learning
into Ruby and Rails. Starting out with the Agile Web Development with
Rails book...
I did the first project fine, generated a controller (Say) with a method
(Hello) and an rhtml file (hello.rhtml) and everything works as expected
until I try to add a local variable and access it from the
2006 Apr 26
8
script/server lighttpd on Windows
Has anyone been able to get script/server to successfully use lighttpd
on a Windows box? When I try to start the server I get:
PROBLEM: Lighttpd is not available on your system (or not in your path)
So then I add "C:\lighttpd\sbin" to the path for the console session,
and it still fails with the same error.
If anyone has some success with this I sure would like to know. Webrick
2009 Jan 14
1
setting header in views?
currently iam using FasterCSV to render csv pages
format.csv do
csv_string = FasterCSV.generate do |csv|
# header row
csv << @query_result[0].keys
@query_result.each do |x|
csv << x.values
end
end
#send it to the browser
send_data csv_string,
:type => ''text/csv;
2006 Aug 12
0
How do I pass query from from to the controller?
Hi
I need to pass a query string for a search to a controller from the
view.
View:
<%= start_form_tag(:action => ''get_results'') %>
<%= text_field ''search'', ''search_term'' %>
<%= submit_tag "Search" %>
<%= end_form_tag %>
Controller:
def get_results(query)