Viewing a Ruby on Rails script in my native browser -
I am new to development in Ruby and I am using IRB to experiment with most codes. For long scripts, it would be useful to be able to run them in my native browser (how do I run PHP scripts through MAPP). I believe this is a way to use the local host: 3000 but if I have not been able to work it then my question is, what is the best way to view the Ruby script in my original browser?
OK, running some ruby code in IRB does not have to be used to use Rail Framework.
Follow the tutorial to know the outline of the rail, now you have some understanding of the Ruby language.
Good luck.
Comments
Post a Comment