Ruby/How to install RoR6

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 6

[edit] Troubleshooting.When things go wrong.


First of all, how do you tell that everything is allright wich most of the times means that the server is running correctly?

You open on MySQL Administrator.If you manage to connect successfully you will see "MySQL Server is running" in the "Server Information" area in the left side menu.

Otherwise, you will get a similar message to this:

Image:Mysql_error.gif

Btw, you also want to check your firewall settings if you all of a sudden expericen problems starting the server, it happened to me and found out that my firewall was blocking the server, so pay attention to everything,including such an unexpected case.

Another thing that you want to look out for is this: go to configure-service mode which can be done by opening MySQL Administrator and while you get this screen:

Image:Mysql_skip.gif


hold Ctrl down and click on Cancel which turns into a Skip button, to avoid having to enter your user & pass (in this tutorial these being "root" with no pass assigned) and to be taken to the config area.

Image:Mysql_cancel.gif

This will allow you to see if an instance of the server is running and if not,to start it.

Previous Next