Displaying 12 results from an estimated 12 matches for "mortonda".
Did you mean:
morton
2008 Jan 19
10
lose focus event?
...planation, in case there''s a better way to do it...
I want it to search as I type, displaying possible matches, and let me
complete with one of the matches, or if there is no match use the
current search to create a new record.
David Morton
Maia Mailguard http://www.maiamailguard.com
mortonda@dgrmm.net
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (Darwin)
iD8DBQFHkipRUy30ODPkzl0RAi1bAKDNUbpfevGbpbkDQ8SqXXLZdDcrwQCfcE9G
3SLeVn92PcX8dgBXonwo0TA=
=ndvX
-----END PGP SIGNATURE-----
2007 Jan 05
1
[OT] too much spam, goodbye
...ll the talk I hear about how good gmail is at blocking spam,
you''d think the spam problem coming from googlegroups would be an
easy fix.
I think I''ll just watch from the forum. I love rails, but spam
annoys me more.
David Morton
Maia Mailguard http://www.maiamailguard.com
mortonda-0/IDydmJJnNeoWH0uzbU5w@public.gmane.org
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)
iD8DBQFFnqV+Uy30ODPkzl0RAqZhAJ46MKiBvkyT/2IXY8qwPp4RMhXZ5ACfX08W
jQkIX2eayn0ylLpX5AyBMmI=
=RePg
-----END PGP SIGNATURE-----
--~--~---------~--~----~------------~-------~--~----~
You received t...
2007 May 24
4
Create a virtual host using Instant Rails 1.7
Hi,
I created a new rails application called demo using Instant Rails 1.7.
It runs at the URL http://localhost:3003/blog/
The applications that a packaged with the zip file, cookbook and typo are
currenlty the two virtual hosts. I can already run them using the following
URLs
http://www.mycookbook.com and http://typo/
Now, I want to add my application demo as the third virtual host in
2005 Apr 04
10
Encrypted ASP.Net type viewstate
Does rails have any builtin functionality similar to that of ASP.Net''s
encryptable ViewState? For those that don''t know what the ASP.Net viewstate
is, it is essentially just a hidden form field with the name __VIEWSTATE,
that stores a series of encoded(or encrypted) key/value pairs as it''s value.
When the form is submitted the viewstate value is decoded/decrypted on the
2005 Apr 20
5
ActionMailer: Net::SMTPSyntaxError (502 unimplemented (#5.5.1) error
Quick ActionMailer Question:
I''m trying to send a test email message using ActionMailer and I get a
Net::SMTPSyntaxError (502 unimplemented (#5.5.1) error.
I''m attempting to access a remote smtp server and have setup my
settings in the environment.rb file according to the "how to" article.
My test controller:
class MailTestController < ApplicationController
2005 Apr 20
4
Error in tutorial or sintax changed?
Hi,
In this tutorial
http://wiki.rubyonrails.com/rails/show/HowtoUseJoinsWithFindAll
it sad:
sql =<<SQL
SELECT articles.*, authors.name AS author_name
FROM articles
LEFT JOIN authors ON author_id = authors.id
SQL
and this return
*app/controllers/media_controller.rb:366: can''t find string "SQL"
anywhere before EOF*
what is wrong? the tutorial or ruby changed?
please,
2006 Apr 04
4
Ruby 1.8.4 on SUSE 10.0 howto
All,
I just installed ruby 1.8.4 on my SUSE 10.0 box. It was slightly
convoluted so I thought I would post the solution here.
Once this runs for a day or so I will try upgrading my rails to 1.1
=== Ruby 1.8.4 on SUSE 10.0 Howto
I downloaded the src.rpm from
http://mirrors.kernel.org/opensuse/distribution/SL-OSS-factory/inst-source/suse/src/ruby-1.8.4-9.src.rpm
Then I installed it with
2008 Jan 17
7
1.9.4 released
Hi
Just a quick note to say we released a new version, 1.9.4. The main
purpose of this release is to offer an OS X gem that''s compatible with
both 10.4 and 10.5 - The wxruby-1.9.3 OS X binary gem would only work
with version 10.5 (Leopard).
Version 1.9.4 also includes a couple of other minor fixes and
enhancements, including
* Some new AuiNotebook methods added in recent wxWidgets
2006 Jan 19
6
One Last Question for me..
And then I should be ready to roll with my project.. I have some fine
tuning of the looks to do after, but funtionality first!
This is probably a rails question.. but I''m not sure where to sign up
for the rails questions email group? (I guess I turned this into a 2
question email).
I''ll ask here and then if someone will send me the url of where I go
to sign up for the rails
2006 Apr 05
25
How to avoid bunch of <% %> ??
Hello, I would like to know is there is a way to avoid poluting the
views with tons of <% %> ?
Like this
<%= start_form_tag() %>
<%= text_field_tag(''category[title]'', category.title, {:size => 20,
:maxlength => 128}) %>
<% if not category.parent_id.nil? %>
<%= select("category", "parent_id",
Category.find(:all,
2006 Feb 17
21
''Best'' IDE for testing and debugging
I''m trying to decide which IDE to go with for RoR development. I put a high premium on integrated test automated tools and debugging capabilities. I''d appreciate any sharing of experience.
I''m currently running Instant Rails on a Windows 2000 box (using IR due to problems I encountered trying to get all the components set up individually). Also, I''m using
2006 Mar 29
42
Production environment for Rails on Win32, anyone interested for a binary release?
Hi all, as part of adopting Rails in my company I had to go through
the hassle of setting up a Rails production environment on Win32
system since we mostly use MS SQL as our database back end and also
because we mostly dealing with customers who become green-blue-purple
as soon as you mention Unix/Linux and run for the door.
I also need to mention that most of our web applications are internal
and