[Rails] file upload

2009-03-16 Thread Ralph Herve
Hi!!! i'm trying to send file via mails but i can get it work this is my form  add your file: when i'm receiving the mail i can see only the path of file for exple C:\image.gif but i want to send the file itself -- Posted via http://www.ruby-forum.com/. --~--~-~--~~-

[Rails] ActionMailer

2009-03-02 Thread Ralph Herve
i have this in my mdel infomailer.rb class Infomailer < ActionMailer::Base helper :application end but i can't understand why i can't use method defined i application_helper.rb in template app/views/infomailer/send_order.html.erb please help -- Posted via http://www.ruby-forum.com/. --~--~

[Rails] Fckeditor

2009-02-26 Thread Ralph Herve
Please help when i try to load images with fckeditor i have this error The server didn't send back a proper XML response. Please contact your system administrator. XML request error: Internal Server Error (500) Requested URL: /fckeditor/command?Command=GetFoldersAndFiles&Type= Image&CurrentF

[Rails] sending mail

2009-02-17 Thread Ralph Herve
how to send email in html and xml format? -- Posted via http://www.ruby-forum.com/. --~--~-~--~~~---~--~~ 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@

[Rails] Re: live_tree

2009-02-09 Thread Ralph Herve
Thank u Nicolai -- Posted via http://www.ruby-forum.com/. --~--~-~--~~~---~--~~ 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@googlegroups.com To unsub

[Rails] acts_as_tree

2009-02-09 Thread Ralph Herve
i'm using the command script/plugin install acts_as_tree but i'm still having Plugin not found: ["acts_as_tree"] any helps!!! -- Posted via http://www.ruby-forum.com/. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[Rails] live_tree

2009-02-09 Thread Ralph Herve
please how to install live_tree on rails 2.0.2 -- Posted via http://www.ruby-forum.com/. --~--~-~--~~~---~--~~ 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-

[Rails] how to load excel file in mysql table

2009-02-05 Thread Ralph Herve
Hello guys i would like to know how to load excel file in mysql table with ruby on rails scripts -- Posted via http://www.ruby-forum.com/. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.

[Rails] logged_in?

2009-01-27 Thread Ralph Herve
how to use this method -- Posted via http://www.ruby-forum.com/. --~--~-~--~~~---~--~~ 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@googlegroups.co

[Rails] lighttpd,ruby on rails et php???

2009-01-14 Thread Ralph Herve
How can i configure lighttpd server to run ruby and php scripts with him?? Any helps! -- Posted via http://www.ruby-forum.com/. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To

[Rails] Re: Net::SMTPUnknownError

2008-12-26 Thread Ralph Herve
Oooh sorry i forgot to start mysqld deamon /etc/init.d/mysqld start -- Posted via http://www.ruby-forum.com/. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send

[Rails] Net::SMTPUnknownError

2008-12-26 Thread Ralph Herve
when i'm trying to send mail i got this error Net::SMTPUnknownError (relaylock: Unable to connect to Plesk Database: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) ): and it do not send the mail any helps please -- Posted via http://www.ruby-forum.com/. --~-

[Rails] Re: problem with FCKeditor

2008-12-23 Thread Ralph Herve
i'm using linux -- Posted via http://www.ruby-forum.com/. --~--~-~--~~~---~--~~ 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@googlegroups.com To unsubs

[Rails] problem with FCKeditor

2008-12-23 Thread Ralph Herve
Please i need some help !! i'm trying to upload image with fckeditor but the server it is sending me this error The server didn't send back a proper XML response. Please contact your system administrator. XML request error: Not Found (404) Requested URL: /fckeditor/editor/filemana

[Rails] problems with view_paths

2008-12-04 Thread Ralph Herve
Hello i'm trying do add view paths to my project In my local machine it is working fine but when i'm trying to host my project it is not working i don't understand why? I'm using rails 2.0.2 This is my controller class FrontEndController < ApplicationController before_filter :get_site be