Displaying 14 results from an estimated 14 matches for "swenson".
Did you mean:
swanson
2005 Dec 28
3
problems with lighty on linux
I''m trying to get our app running on Lighty... I followed Ezra''s
instructions: http://brainspl.at/pages/rails_stack... Currently the app
runs fine with webrick, but with lighty I get 404 errors on everything.
I found if I don''t edit the lighttpd.conf file to use absolute paths, it
works fine. But this is not good for production because I need to run it
with the -d
2005 Dec 19
3
tough activerecord problem
I have an application that is using active record outside of rails. the app
works fine w/o the activerecord code, but when I added activerecord to the
mix I started having trouble with constants not being recognized, e.g.:
[echo] 1) Error:
[echo] test_pipeline_cruncher(IntradayCruncher::TestPipelineCruncher):
[echo] NameError: uninitialized constant INFO
[echo]
2007 Jun 14
4
How to convert a table to JSON (or to Javascript array)
Is there a way to retrieve an HTML table in javascript and convert it
to JSON using prototype?
I''m stumped :(
phil
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group.
To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To
2006 Jan 05
2
Rails 1.0 Crashing: Errno::EPIPE (Broken pipe):
Since we upgraded to Rails 1.0 and lighty last week we''ve had the rails
application crash daily with the following error in the production.log
file:
Errno::EPIPE (Broken pipe):
/usr/local/lib/ruby/1.8/mysql.rb:1042:in `flush''
/usr/local/lib/ruby/1.8/mysql.rb:1042:in `write''
/usr/local/lib/ruby/1.8/mysql.rb:462:in `write''
2006 Jan 02
1
best way to detect drop down changes
So I want to have a form with a drop down that lists all our customers.
And when a user selects a customer, I want it to automatically list the
customer names emails below the drop down.
Anyone have any thoughts as the best approach to do this? I could just
write javascript, but it seems like there would be a rails tag for this.
thanks,
phil
--
Posted via http://www.ruby-forum.com/.
2005 Dec 22
1
Lighttpd/rails deployment error
I have been trying to get Lighttpd working.... we have been using
webrick, but want to move to a production quality web server. I
followed the instructions found here :
http://brainspl.at/pages/rails_stack
We are developing on windows and deploying to Fedora Linux. We''re using
rails 1.0. The build actually happens on the windows box and using ant
transfers the code to the Linux box.
2005 Dec 16
6
active record outside of rails
I really like how Active Record logs the SQL that is executed inside of
rails. Is there a way to get the SQL output when using Active Record
outside of rails?
Thanks,
phil
_______________________________________________
Rails mailing list
Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
http://lists.rubyonrails.org/mailman/listinfo/rails
2006 Apr 04
1
integration tests - 1.1
I?m using the new 1.1 integration test facility? I?m trying to write a
test that sees if a controller redirects to the correct place and
preserves the query string.
Here?s the code:
class LoginRedirectTest < ActionController::IntegrationTest
def test_non_admin_auth
request_uri = "/datafeed/event/report?blah=blah"
get(request_uri)
follow_redirect!
2006 Jan 13
1
REPLACE INTO with Active Record
Is there any support for MySQL''s REPLACE INTO syntax using ActiveRecord?
The only way I''m aware of to take advantage of this feature is to use
ActiveRecord.connection.execute.
thanks,
phil
--
Posted via http://www.ruby-forum.com/.
2005 Dec 08
3
Different controllers placement
request: /blog
controller placed at /app/controllers/test/blog_controller.rb:
class Test::BlogController < ApplicationController
def index
render :text => ''Hello, World!''
end
end
What the write map.connect shoud I use? Any Idias?
I see that map.connect ''/blog'', :controller => ''test/blog'' working
correctly, but what about
2020 Aug 09
0
Re: Libvirtd Fails to Launch First Time
On 8/8/20 10:44 AM, Ken Swenson wrote:
> Hello,
>
> I'm having a quite odd issue with libvirtd. I have it set to start on
> boot via systemd service, however it seems to fail and the service
> 'succeeds' and does not continue running the daemon. There is nothing in
> the journal logs however the...
2006 Mar 31
0
HELP! native mysql bindings on windows/cygwin
I?m having trouble getting the native mysql bindings for windows/cygwin
going. Could someone give me some tips on this?
I tried the gem install and it failed? I read elsewhere that you have to
compile all of mysql to use the gem install. That sounds like a
horrible process, so I sought out the mysql.so file.
I put mysql.rb in my rubylib. I tried putting the mysql.so in cygwin
2005 Dec 14
1
monitoring rails applications
I am curious what people use to monitor their rails applications..
Specific things I''m interested in are:
-web traffic
-detecting processing errors (currently go to log files, but ideally would
be sent to monitoring solution)
-running database queries to see if there are new entries in the last X
minutes
-performance metrics (query performance)
-up/down detection of
2004 Oct 18
0
Problem mapping to public share from XP
I have a stand alone RH ES 3 server which handles student email and a home
directory for each student. It is not linked to the Active Directory side
of my house and it does not need to be. No student accounts are in Active
Directory. They exist solely on this Server.
I am running Samba 3.0.4 (The upgrades after this have caused problems with
how I create accounts and set passwords)
Within