Displaying 11 results from an estimated 11 matches for "bjeeyj9ojedqt0dzr".
2006 Dec 07
6
form_tag not producing output
I''ve got two servers, both with Rails 1.1.6 on them. I''m trying to
remove some of the newly-deprecated stuff in my app, and I''ve run into
a problem. My login page used to look like this:
<div title="Account login" id="loginform" class="form">
<h1>Please Sign In</h1>
<%= start_form_tag :action =>
2005 May 14
6
HELP!! Serious memory leak in my rails app!!
I''m having a huge memory leak problem with a rails application I''m developing!
I first noticed that when running under webrick (via script/server) there was
a fast memory leak.. several users using the app for a few hours would use 2
gig of memory!!!
I searched the archives and found that some users found that it could be
avoided by saying --daemon when launching webrick..
2005 Dec 30
1
metaprogramming in controller: accessing instance variables
Hi all,
I''m trying to move a bunch of methods out of a controller into a
library that I can include and call a class method to have it
dynamically add a bunch of methods to the controller.
The goal is to just add to each controller:
include UIEnhancements::SubList
sub_list ''Note'', ''incomplete''
and have the sub_list method create all the methods
2005 Apr 09
0
Overriding Human Name
Hi All,
Is there any (easy?) way to override column.human_name in ActiveRecord??
Thanks in advance!
2006 Dec 31
0
Load Testing Rails Apps with Jmeter
I am experimenting with using Jmeter to load test my Rails Application.
I am looking to find the session variable name that identifies the
session id. This needs to be added to a HTML URL Re-writing modifier,
to associate a request with a session.
Any assistance would be appreciated.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to
2007 Jan 30
0
Autocomplete nested within AJAX partial
I have the scriptaculous autocomplete working perfectly for normal
page access. But having problems when combining with AJAX.
The page contains a div that is updated dynamically via AJAX.
Also the autocomplete field lives within this dynamic region.
On first load (normal page access) the autocomplete works fine. However
it stops to respond once AJAX updates the region.
It seems I am missing
2007 Mar 22
0
Safari 2.0.4 display of raise is incorrect
Using Mac G4 Quicksilver 867mhz Mac OS X 10.4.8 Ruby 1.8.5 and Rails
1.2.2
I''m new to RoR so I cannot quite understand why Safari displays a
raise action this way
RuntimeError
in Admin contactsController#set_contact_postcode
{"action"=>"set_contact_postcode",
"id"=>"2",
2007 Jun 07
0
EBR Time.now display problem
As a new RoR user I need a little help please. I am using Mac OS X
10.4.9 and
Ruby version 1.8.6 (powerpc-darwin8.8.0) RubyGems version 0.9.2 Rails
version 1.2.3
Active Record version 1.15.3 Action Pack version 1.13.3 Action Web
Service version 1.2.3
Action Mailer version 1.3.3 Active Support version 1.4.2
In one of my layouts I have the following:
<p> This is a listing of all the
2008 Aug 21
0
session cookie missing
I am running RAILS 1.2.6 with apache balancing between a cluster of
mongrel processes. It appears that intermittently the server is not
receiving the session cookie from the browser for certain users.
Wondering what situations could cause this... I know one is if the
user has cookies turned off. Are there other situations where this
could arise? The net effect is that users experiencing this
2009 Jan 12
0
how to rename and xml element
Is there an easy way to rename an element within an XML file after I
have called object.to_xml?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email
2007 Oct 12
5
Evalscripts
Hey all,
I''m just checking my understanding. Would someone be so kind as to
comment on the following?
Event.observe(''this_link'', ''click'', function() {
AJAX.Updater(''that_div'', ''my.php'', { evalscripts: true}) });
<div that_div>
</div>
///////
my.php