[Rails] How to configure Microsoft Exchange Server using ActionMailer

2013-11-22 Thread Sly Verano
Hi Guys, I'm having some hard time to configure the Microsoft Exchange server, however if I used the the GMAIL server the mail was successfully sent to the target user. I also tried this one http://www.breckenedge.com/2011/07/configuration-of-ruby-on-rails-actionmailer-for-microsoft-exchange-

[Rails] Dynamic Select Menus for Rails 3

2012-02-05 Thread sly verano
Guys help me please. How to convert this rails-cast to rails 3 ? I'm trying to convert it but still there is no luck. http://railscasts.com/episodes/88-dynamic-select-menus Thanks in Advanced. c",) -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Tal

[Rails] Re: How to Send ESC commands to a DOT MATRIX printer in Ruby on Rails?

2012-01-05 Thread sly verano
Hi Michael, We will use a client workstation. Thanks for the response. On Jan 5, 4:33 pm, Michael Pavling wrote: > On 5 January 2012 03:04, sly verano wrote: > > > Guys I need your help. I need to print RAW data to format the settings > > of the printer. > > You do

[Rails] How to Send ESC commands to a DOT MATRIX printer in Ruby on Rails?

2012-01-05 Thread sly verano
Guys I need your help. I need to print RAW data to format the settings of the printer. The below data are my example of RAW data... ! HELLO WORLD chr(27) + '!' + chr( 1) ! HELLO WORLD chr(27) + '!' + chr( 2) ! HELLO WORLD chr(27) + '!' + chr( 3) ! HELLO WORLD chr(27) + '!' + chr( 4) ! HE