[Rails] Re: Calculating business day

2009-10-05 Thread Ludmila Moraes
, 2009 at 5:35 PM, Ludmila Moraes ludmor...@gmail.comwrote: Thanks for all help. Finally, I could take out all the holidays. It is hard for holidays that change every year. 2009/9/20 pepe p...@betterrpg.com Sorry, I should also have added to take a look at ActiveSupport::CoreExtensions

[Rails] Re: Calculating business day

2009-09-28 Thread Ludmila Moraes
Thanks for all help. Finally, I could take out all the holidays. It is hard for holidays that change every year. 2009/9/20 pepe p...@betterrpg.com Sorry, I should also have added to take a look at ActiveSupport::CoreExtensions::Numeric::Time, which allows something like 1.week.from_now,

[Rails] Re: We're sorry something went wrong when I use -d mysql

2009-09-22 Thread Ludmila Moraes
check in your file database.yml Maybe you have to configure the adapter: mysql or check if you are using password in mysql 2009/9/22 Norm Scherer normsche...@earthlink.net about2flip wrote: Hi: I am trying to make an application using mysql. When I do rails name -- d mysql, and then