Extracting OS Name

Hello,

From my rails application, I have given a download button, which will
download a file from the server.
At the time of downloading, I want to save the values of IP Address &
Client
Type
( from which OS - Mac/Windows/Linux & system it was downloaded ) to
the database.
Any ideas how can I achieve this ?

Thanks.

On 11 September 2012 15:18, Avi [email protected] wrote:

Hello,

From my rails application, I have given a download button, which will
download a file from the server.
At the time of downloading, I want to save the values of IP Address & Client
Type( from which OS - Mac/Windows/Linux & system it was downloaded ) to the
database.
Any ideas how can I achieve this ?

google for
rails get client os ip

Colin

Thanks a lot. It seems useful. I am going to try this.

http://mohitsharma.net/how-get-browser-operating-system-and-client-ip-rails

2012/9/11 Avi [email protected]

Client

To view this discussion on the web visit
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
To view this discussion on the web visit
https://groups.google.com/d/msg/rubyonrails-talk/-/md1DkzPU2wUJ.

For more options, visit https://groups.google.com/groups/opt_out.


thiagocifani
Thiago Cifani - Brazil, Software Developer | about.me http://del.icio.us/thiagocifani
http://del.icio.us/thiagocifani

On 11 September 2012 20:30, Avi [email protected] wrote:

Hello,

Thanks for the reply.
I got correct solution for system os. But I am getting the ip as 127.0.0.1
which is default.
I tried a few solutions. but nothing seems to be working. All are giving me
same results.
How can I change the ipaddress to the current system;s ipaddress ?

That is just because you are accessing the app from the same PC as the
server is running on.
If you go to a different PC and access the server on the first PC from
there you should find that it shows the correct IP address.

Colin

Thanks a lot. I tried with another system & it is working.

Hello,

Thanks for the reply.
I got correct solution for system os. But I am getting the ip as
127.0.0.1
which is default.
I tried a few solutions. but nothing seems to be working. All are giving
me
same results.
How can I change the ipaddress to the current system;s ipaddress ?