search for: faivrem

Displaying 6 results from an estimated 6 matches for "faivrem".

Did you mean: faivre
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
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:
2007 Dec 12
6
Establish Connection to a xmpp server and keep it !
Hello, (shamelessly adapted to my needs from a old message from this list) I want to integrate status messages over xmpp in my Rails application. My problem is that I do not want to establish a connection to the jabber server each time a message is sent and disconnect the connection afterwards. So I am looking for a solution to establish the connection and use this connection in my controllers
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 = "<%=