Well i call it curious cos i been just told to upgrade Redmine without giving any other details. some strange situation :– [php] $ dpkg -l rails [/php] gave me nothing (omg my redmine instance running without Rails) After some googling and #redmine irc channel i figured out like python easy_install and ubuntu/debian ruby uses …
Category Archives: RoR
Running your first Ruby on rails application (hello world), on Ubuntu Lucid.
1.Installing Ruby and Ruby on Rails. $ sudo apt-get install ruby rails 2.Creating first application running on WEBrick server. $ rails test create create app/controllers create app/helpers create app/models create app/views/layouts create config/environments create config/initializers create config/locales create db create doc create lib create lib/tasks create log create public/images create public/javascripts create public/stylesheets create script/performance …
Continue reading “Running your first Ruby on rails application (hello world), on Ubuntu Lucid.”