Ruby/How to install RoR7

From Meshplex

Jump to: navigation, search
Image:Ruby_on_rails_tutorials.jpg
Ruby for complete beginners
Ruby Introduction
What can I use RoR for?
Reasons for choosing RoR over other popular programming languages such as php or asp.net .What makes Ruby so much more special
Where can I find RoR? In what “forms” does it come?
How to install RoR.Solutions for both the novice and professional programmers on Windows,Mac OS X and Linux.Prerequisites.
** Install Ruby on Windows
** Install Ruby on Mac/Linux
** Install Ruby on Linux
** Install MySQL for Ruby
** Ruby Install Troubleshooting
** Ruby Install Troubleshooting2
Ruby programming tutorials for beginners:
Ruby Basics
Ruby Variables, Datatypes, Operators
Ruby Symbols
Ruby Statements
Ruby Converting data to another type: type conversion or typecasting
Ruby Arrays, Hashes, Ranges
Ruby Functions and built in functions
Ruby Control structures
Ruby Regular expressions and blocks
Ruby Loops
Ruby Recursion
Ruby Data Structures
Ruby Methods, Classes, Modules, Namespaces
Ruby Exceptions
Ruby Object Oriented Programming
Ruby Multithreading
Ruby File Handling.Input and Output
Ruby Basic GUI
Ruby and databases.Ruby on Rails and MySQL
Ruby Basic CGI.Using fastCGI
Ruby Basic Networking and web programming
Ruby Basic Graphics
Ajax and Rails.Web 2.0 and what it means
Ruby Testing, Debugging, Automation of tasks
Ruby Apache,Capistrano, Mongrel,lighttpd – reviews and tips
Finding a Ruby on Rails ready web hosting company
BONUS: mini tutorial for a simple RoR application

[edit] How to install RoR.Solutions for both the novice and professional programmers on Windows,Mac OS X and Linux.Prerequisites - page 7

[edit] Troubleshooting.When things go wrong.Page 2


Ok, so MySQL started in config mode.In case you're having problems you might see something like this:

Image:Mysql_start.gif

Maybe a bit different than mine because I actually stopped the server in order to take the screenshot so you won't be seing the same messages in the Log area. This is the best case I would say, usually to make things allright again, all you need to do is press the "start service" button.

In other cases tough, it happens that the MySQL service hasn't been installed correctly and you will get an error message along the lines of "No Service selected".In this case I would suggest installing everything once again or :

going to Start -> All Programs -> MySQL -> MySQL Server 5.0 -> MySQL Server Instance Config Wizard to restart the configuration wizard that you saw when you initially tried to install MySQL.Make sure you do everything right this time so things don't get messed up again.

Also, if you'd rather wait a bit more before having to resort to reinstalling, verify that both the MySQL server and Administrator use root with no pass associated and localhost as the host name.If settings are different for these 2, this could very well be the cause of your problems.

Alternatively, check your Network area settings to match what I have in the picture below:

Image:Mysql_good.gif

Previous Next