search for: mountcastle

Displaying 10 results from an estimated 10 matches for "mountcastle".

2006 Mar 03
8
How to use the sortable_element tagname option?
I''m having some difficulty adding drag-and-drop sorting to my application. I''m hoping that someone can help me figure out what I''m doing wrong: #view <table> ... <tbody id="item-list-body"> <tr id="view-item-<%= item.id %>"....</tr> </tbody> ... <%= sortable_element(''item-list-body'',
2014 Nov 01
2
linux kernel 3.17, freeze on resume
...see if gdm will restart on its own (due to X dying)? In > general, nouveau is less-than-great at resuming while 3d applications > are running. This used to be rare, but now people have things like > gnome-shell/etc which complicate matters. > > On Sat, Oct 25, 2014 at 10:25 AM, John Mountcastle <mtcstle at yahoo.com> wrote: >> This may not be the proper place to raise this question but I've had little >> luck elsewhere. >> After trying again, unsuccessfully this time, to install the proprietary >> NVIDIA driver, I've decided to focus my efforts on the...
2014 Nov 01
0
linux kernel 3.17, freeze on resume
...-training failure, but otherwise everything is fine. I presume the internal display is eDP, and so that roughly translates to screen remains off. Could you try 3.18-rc2 to make sure that the issue isn't already fixed, and if not, try bisecting? -ilia On Sat, Nov 1, 2014 at 2:15 PM, John H. Mountcastle <mtcstle at yahoo.com> wrote: > I haven't received a digest from the group in over six days. Have I fallen > off the list somehow? Is there an online spot where I may go to see if there > was any response to my last message? > 73 | KB3KEY | John | Mt.Airy,MD > On 10/25/2014...
2006 Jan 20
3
Is there a way to validate a model w/o saving it?
I have some code in my controller which looks like this: if request.post? and @account.save and @user.save ... end and in my Account and User models I have many :validates, like so account.rb validates_presence_of :subdomain, :on => :create validates_uniqueness_of :subdomain, :on => :create, :message => "is already being used" validates_exclusion_of
2006 Jan 18
2
How do you get link_to to work correctly when using subdomains as account keys?
When using subdomains as account keys (as per this HowTo: http://wiki.rubyonrails.org/rails/pages/HowToUseSubdomainsAsAccountKeys), how can you get link_to to spit out the correct URL (i.e. account123.domain.com)? <%= link_to "My Account", { :action => "show", :id => "account123" } %> would generate "http://www.domain.com/show/account123" I
2014 Oct 26
0
linux kernel 3.17, freeze on resume
...ry waiting ~2 minutes to see if gdm will restart on its own (due to X dying)? In general, nouveau is less-than-great at resuming while 3d applications are running. This used to be rare, but now people have things like gnome-shell/etc which complicate matters. On Sat, Oct 25, 2014 at 10:25 AM, John Mountcastle <mtcstle at yahoo.com> wrote: > This may not be the proper place to raise this question but I've had little > luck elsewhere. > After trying again, unsuccessfully this time, to install the proprietary > NVIDIA driver, I've decided to focus my efforts on the open source Nou...
2005 Dec 30
2
Setting up Subdomains as Account Keys Under Mac OS X
I''m trying to configure my Rails app to use the subdomain as the account key. I''ve followed along with the HowTo [1], but under Mac OS X (10.4.3) I cannot get sub.domain.mine to map to 127.0.0.1. I''ve modified /etc/hosts as explained in "Dynamic Vhosts Working" [2], but I do not want to use Apache ... I''m using Webrick for development. Since this is
2006 Mar 09
1
Rails File Upload w/ Ajax Update?
I''m trying to upload a file, display the upload progress and then update a table with the newly uploaded file. Is there a way to specify a :success handler for form_tag_with_upload_progress such that I have access to the request.response data (in the way I can with link_to_remote)? The :finish JavaScript is being executed but because there is no request object, the table
2006 Mar 05
4
Help implementing a 43things-like ''activity'' measurement
I''m trying to implement something in my app akin to 43things'' main page, where more active topics are bigger than the less active topics. The difference in my app is that I''m building a business-oriented app and want to have a list of clients, where clients with recent activity are larger than others. My perhaps too-clever way of going about this is by feeding each job
2014 Oct 25
4
linux kernel 3.17, freeze on resume
This may not be the proper place to raise this question but I've had little luck elsewhere. After trying again, unsuccessfully this time, to install the proprietary NVIDIA driver, I've decided to focus my efforts on the open source Nouveau driver. I've seen video drivers blamed for varying degrees of "freeze on resume" but I'm not certain that's what I'm up