search for: faivr

Displaying 8 results from an estimated 8 matches for "faivr".

Did you mean: fair
2003 Nov 19
1
RE : SYSLINUX 2.07-pre6 and memdisk decompression problems
Hi, I tested this version and it works all right ! Thanks a lot for the quick fix. Do you still want to see the output in order to check everything is OK, or you don't need it ? --------------------- Sylvain Faivre EdifiXio - AIH Team +33 1 56 90 51 24 www.edifixio.com > -----Message d'origine----- > De : H. Peter Anvin [mailto:hpa at zytor.com] > Envoy? : mardi 18 novembre 2003 20:23 > ? : Sylvain Faivre > Cc : syslinux at zytor.com > Objet : SYSLINUX 2.07-pre6 and memdisk decompress...
2007 Dec 15
10
1) Error 2) sending request to a specific worker
Hello ! 1) I have this error logged by bdrb: undefined method `send_request'' for nil:NilClass framework/packet_master.rb:58:in `ask_worker'' backgroundrb/server/master_worker.rb:59:in `process_work'' backgroundrb/server/master_worker.rb:16:in `receive_data'' backgroundrb/framework/bin_parser.rb:29:in `call'' backgroundrb/framework/bin_parser.rb:29:in
2006 May 17
1
Renaming controllers/views/models
Hi, What would be the best way to rename a controller and associated models/views ? Do we have to do it by hand ? Is there a tool that could help us renaming pluralized words too ? Mickael. On 5/11/06, Ryan Prins <rprins@gmail.com> wrote: > Following up on this, does this delete the associated tests as well and > other items that are created when you do script/generate controller
2006 May 25
0
Fwd: [ADV] Announcing FamilyAnywhere.com
...come! > I must know how you did those screenshots! That''s some nice AJAX > (right?) > > Good luck, > Jin Lee Like Michael said, it''s Lightbox. Not really "AJAX" per se, but definitely some javascript goodness :) On May 25, 2006, at 9:49 AM, Mickael Faivre-Macon wrote: > Any chance you add translation engines ? > I could help translate it in french. > Mickael. We''d like to get to that point at some time in the future, but we''re not ready for multilingualization yet. Thanks for your offer, however! We''ll tr...
2006 May 25
1
AppMailer and McCray''s theme generator
Hi, I am using Matt McCray''s theme generator. http://rubyforge.org/projects/theme-generator/ Everything works fine, but rendering an action in a controller using the AppMailer raises this: undefined method `current_theme'' for #<AppMailer:0x39df950> Is there someone who could help me ? Thanks ! Mickael. Traces:
2010 Jan 26
7
updated rails now missing rails gem
So i updated rails and this is now what i''m getting. i tried reinstalling rails and it didn''t help. it''s installed. this is driving me nuts. i''m at rails 2.3.5 and ruby 1.8.7 Missing the Rails gem. Please `gem install -v= rails`, update your RAILS_GEM_VERSION setting in config/environment.rb for the Rails version you do have installed, or comment out
2006 May 26
7
Instant Rails and your own applications
Hi, I want to make an open source rails project as easy as possible to install. Can I use Instant Rails for this? I treid to look at the FAQ but could not see this was possible. Ideally I would like to have Instant Rails install Ruby, Rails, MySql, etc and then have it add my application and add the mysql user (could be just root also) and then the sql for creating the tables. Sound like fun
2006 May 26
0
Expanding javascript before sending it
Hi, I had a simple javascript function directly in the rhtml with a rails helper in it. Before the page was sent to the client the rails help was of course expanded. Moving it into a separated .js file, the rails code is, once again of course, no more expanded. function save(id) { var el = document.getElementById(''s''+id); el.src = "<%=