[Rails] rails migration from 2.3.4 to 3.1

2012-01-04 Thread Jesus Granados
I have a RoR app running over Rails 2.3.4 and ruby 1.8.6 .. I am planning to migrate to Rails 3.1 What or how will be the best way to do it? is there any application that could help us to do this migration? Regards -- Posted via http://www.ruby-forum.com/. -- You received this message because

[Rails] Re: invalid date

2010-11-30 Thread Jesus Granados
Frederick Cheung wrote in post #965072: > On Nov 27, 3:30am, Tiesto wrote: >> Hi!! >> >> Somebody knows why throws me an exception?? >> > > Sounds to me like the soap response ruby is trying to parse for you > contains an invalid date (eg Februrary 31st). Have you tried looking > at the soap respo

[Rails] Re: invalid date

2010-11-29 Thread Jesus Granados
Humberto Ribeiro wrote in post #964474: > maybe you in windows right? > it was happening with me on windows ... so i loaded an linux > virtualbox and all works fine... > till now i didnt found any solution to make it works in windows... > if you find please tellme It didnĀ“t work...We also tried up

[Rails] cgi_process.rb:22:in `__send__': undefined method `env_table

2010-07-21 Thread Jesus Granados
.htaccess is like this... AddHandler fcgid-script .fcgi RewriteRule ^$ index.html [QSA] RewriteRule ^([^.]+)$ $1.html [QSA] RewriteCond %{REQUEST_FILENAME} !-f #RewriteRule ^(.*)$ dispatch.cgi [QSA,L] <--- commented RewriteRule ^(.*)$ dispatch.fcgi [QSA,L] if I run ./dispatch.rb ./../config