1
vote
1answer
101 views

can't rake, missing gem but it's available

I'm trying to rake but I keep getting this As you can see, i18n (0.6.4) is installed and alive, so what's going on? what am I missing? I have tried to uninstall and install again, all went well ...
0
votes
0answers
98 views

Maintaining ubuntu Server session after logout from remote server

I am using Ubuntu Server 12.04 for my rails production . I am using Thin server as web server for my rails application . Step Which i did to Start my rails server from remote location : Step 1. ...
-1
votes
1answer
310 views

How to share ubuntu (make server (Ruby on Rails)) in home, on virtual machine?

how can I share my ubuntu server () which is installed on virtual machine. Main machine is asus k52de, which OS is Windows 7 professional. How can i do, that i can attach to my ubuntu from another ...
3
votes
2answers
3k views

Tracking memory process wise on Ubuntu

I have an rails 3 application with 100-200 daily unique visitors. The total memory consumed on the server(Ubuntu) is around 1.5-2 GB. I want to know how much memory is used by each process. What are ...