search for: digiprof

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

2009 Jan 20
2
Do I need an SSL certificate to use ActionMailer 2.2.2?
Hi guys - I''m sorry to post about this issue again but after several days I still cannot get ActionMailer working and I''ve been through every tutorial/forum looking for the answer. I know ActionMailer now requires SSL validation, does that mean I need to purchase an SSL certificate before I can send emails? If not, is there anyone out there who can help me set up my mailer to
2009 Jan 04
4
Adding routes and link_to
Hello. I''ve added some routes : map.news ''news'', :controller => :News, :action =>:index map.login ''login'', :controller => :Login , :action =>:index When I go to /news or /login before adding the routes, it works well. When I add the routes and clik on the link that goes to /news or / login, I got a 500 internal error with this :
2009 Jan 18
1
URL rewrite to force 'www' and '.html'
For SEO, I need to force the URL to contain ‘www’ so my app always appears in the browser as www.example.com and not ‘example.com’. I also need the filename (ex. index.html) to appear completely, and not be hidden. Can someone give us some pointers on how to set this up? I understand the first case involves .htaccess but I’m nervous about modifying that without good guidance. Thanks.
2009 Mar 28
2
Ruby on Rails integration with Red5 Chat
Hi Guys, I am wondering, if anyone has experience integrating Red5 chat inside Ruby on Rails application. We would like to use WebCam and chat and VOIP in a ROR application. Also I am open if there are any alternative we can explore. Thanks in advance, Sohel Merchant. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google
2010 Sep 04
2
Decimal numbers pain
Hi, What do you guys use to definitely handle decimal numbers? This is getting me crazy! I use BigDecimal, but it craps out of the input number is something like "14,53", Rails transforms it as 14.0 Any solution? -- 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
2009 Jan 17
3
[Cucumber] Struggling with "multiple step definitions"
Hey gang, I find myself struggling with multiple step definitions in cucumber all the time. I regularly test the contents of my flash[:notice] in steps, since I think that''s part of the behaviour of the app. So, while implementing a new feature, I ran into the following error: /opt/local/lib/ruby/gems/1.8/gems/cucumber-0.1.15/bin/../lib/cucumber/ step_mother.rb:81:in