Re: [Rails] Re: Currency exchange dynamic data
On 5 March 2011 12:10, korssane korssane <lists@ruby-forum.com> wrote:
> Colin Law wrote in post #985599:
>> On 5 March 2011 03:47, korssane korssane <lists@ruby-forum.com> wrote:
>>> Hi Folks,
>>> i want to add a table with some currecny exchange values that i have to
>>> update 2-3 times a day.
>>
>> Do you mean a table on a web page or a table in the database?
>>
>>> the problem is i have to update the file and restart the webserver to
>>> have the change taking effect .
>>
>> I presume from this that you mean the data is in a file.
>>
>>>
>>> Is there another way to do it on a simple file without having to restart
>>> the webserver ?
>>
>> One solution is to put the currency data in a table in the database.
>> Write a rake task to read from the file and update the db and run this
>> when the file changes. You could just put the update code in
>> db/seeds.rb and then run rake db:seed (which runs seeds.rb).
>>
>> Colin
>
> thanks Colin for the logical suggestion, however i am new in RoR. do you
> have any tutos/video on how to proceed with tables and write rake task /
> tuto on hw to use seeds.rb?
railstutorial.org is a good free to use online tutorial. Forget about
your current project and work right through the tutorial to get the
hang of what it is all about. railsforzombies.org looks fun but I
have not tried it.
Also see the Rails Guides.
seeds.rb is just a file that is executed when you run rake db:seed.
Colin
--
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 unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home