[Rails] Need Help!

2009-04-06 Thread Junior Junior wangsa
hi.. i'm new at ruby on rails.. first i have a table with a column named status(this column use to store a status of an access point ("online" or "offline") after my application have done pinging the access point) i use a net-ping library.. how can i update the data in column status "automatica

[Rails] Re: ask net-ping

2009-04-01 Thread Junior Junior wangsa
Thanks Julian i already try it.. and it works.. how i call and show the data in my html.erb?? can u show me how?? -- Posted via http://www.ruby-forum.com/. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Ruby on

[Rails] ask net-ping

2009-04-01 Thread Junior Junior wangsa
hi, can anybody help me? i wanna create a RoR monitoring application for my project. i have a database with table named nodes in that nodes i have id and ipadd. here's my code: #nodes_controller.rb require 'net/ping' include Net class NodesController < ApplicationController def index @no