Category Archives: Internet

Building Projects

Once you have successfully installed and tried that the install was a success through the Hello World program. You now begin building projects with the following syntax : “rails ProjectName”. You then start the WeBrick webserver with “cd ProjectName enter ./script/server”. The above procedures invoke the interpreter which may be required on some platforms as [...]

Also posted in Development, Programming Basics, Programming Language | Comments closed

Weak points…. or are they?

Before we jump into the programming itself, let us learn some of the so-called weak points that you might be able to consider and improve on ( or even share) with others out there to make the platform a better one.
First is speed, the information that I might have come upon may be a bit [...]

Also posted in Development, Programming Language | Tagged , , | Comments closed

Ruby On Rails: Less Codes and Zero Turnaround Time

Image source:www.flickr.com
Following the simple Rails programming gathering does more than just eradicate the need for configuration files. It also means that Rails can routinely handle myriad lower-level details without you having to tell it to do so. This means that you write fewer lines of code to implement your application. Keeping your code small means [...]

Also posted in Development, Features, General Info, Programming Basics, Programming Language, Protocol, Tutorials, Uncategorized | Comments closed

Ruby on Rails – Features

The rails part is the framework/platform where Ruby, the base programming language was standardized on in hopes of making it more standardized. Ruby has the following features and additions which makes it a favorable development tool to add to already existing applications. First, it uses familiar syntax so you do not get too confused, next [...]

Also posted in Development, Programming Language | Tagged , , , | Comments closed