I’ve been looking for icons for ruby files and other rails related files. Since I couldn’t find any, thought of making few myself using few available stuff.
Right click and save the files.
I’ve been looking for icons for ruby files and other rails related files. Since I couldn’t find any, thought of making few myself using few available stuff.
Right click and save the files.
Windows platform may not be the ideal place to develop or deploy your Apache/MySQL/PHP or RoR(Ruby on Rails) applications. However I came across few problems myself trying to setup Ruby on Rails Development Machina on Linux (Ubuntu 7.10). Once you fix them, it works like a charm
There are many installation instructions and fixes posted everywhere. I thought of putting my own version to consolidate installation instructions and fixes to possible problems. I’ve also listed the sources I’ve referred myself and its recommended visit those websites if you need more detailed instructions as well as up-to-date news.
POSSIBLE ISSUES
1. Install libopenssl-ruby1.8 » fixes the Webrick server error on startup
2. Install libmysqlclient15-dev » fixes the MySQL sock not found issue
Reference:
https://help.ubuntu.com/community/RubyOnRails
3. Install Ruby and Gems
Even though you can easily get ruby installed using apt-get it doesn’t fix the issue. We’ll have to compile it ourselves.
Reference:
http://www.thirdbit.net/articles/2007/10/04/installing-ruby-186-on-ubuntu-feisty-fawn-704/
http://www.urbanpuddle.com/articles/2007/08/17/mongrel-cluster-1-0-2-and-ruby-1-8-5
http://www.urbanpuddle.com/articles/2008/01/09/install-ruby-on-rails-on-ubutu-gutsy-gibbon-apache-version
4. Install Rails
Reference:
http://rubyonrails.com/down
http://rubyonrails.com/
sudo gem install rails –include-dependencies
We are done.. Worked for me, and fingers crossed it’ll work for anyone as well :)