Category Archives: Programming

Ruby On Rails Flexibility

As far as programming is concerned, compatibility and ease of use of the logic is what any programmer would certainly dream off. With the fast paced technology we live on today, more programming languages have made interface for people to understand how to get new means of programming logic to go by. Rails works with [...]

Also posted in Basics | Comments closed

Ruby Shortcuts Program Scripts Logically

As far as scripting is concerned, it would be less of a headache if programming scripts were used in the lesser means of coding. Too much scripts and line breaks in the usual scripting techniques of programming today makes it more complicated and harder to trace the root of the actual problem at hand. What [...]

Also posted in Basics | Comments closed

Using the IF Statement

If you are a programmer then most probably you know that when the IF statement is used, it stands for options as far as the program flow is concerned. It is not different in Ruby on Rails and other programming languages since normally, the need to provide users of the program with the variable options [...]

Also posted in Sample Code | Comments closed

Benefits of Using Ruby On Rails

For most business owners, it has been advised the Ruby on Rails is the best way to go especially if you don’t want too much technical terminology with reference to the programming included in the whole package. Known to be an extension of the Ruby programming language, it is a very powerful and enriching programming [...]

Also posted in Basics | Comments closed

Ruby on Rails is Leading in Web Application Development

The obvious need today is to go with the flow of technology as aggressive web applications are being produced here and there. Ruby on Rails has been identified as the best interface software that programmers look forward to today since it simple yet great output makes the world of programming all the more simpler. You [...]

Also posted in Advanced, Basics | Comments closed

Rails web server

If Mongrel and lighttpd are not installed, by default Rails will use WEBrick, the webserver that ships with Ruby. All these will guarantee you to always get up and run promptly. Rails will check first if Mongrel exists when you run script/server, then check on lighttpd and would finally fall back to WEBrick which is [...]

Also posted in Basics | Tagged , , , | Comments closed

A Complete Cross-Platform Application

Image Source:oreillynet.com Ruby on Rails is a complete cross-platform application for web development. It is the best architecture for developing application programming. Ruby on Rails has several advantages over other frameworks. They are what makes Ruby development tasks fast and easy. It provides a meta programming method for the creation of databased web applications, which [...]

Posted in Programming | Tagged | Comments closed

Several Command-Line Options

Image Source: www.anylinuxwork.com Here are some few command line options in which can guide you in programming your Ruby on Rails: -0[octal} The number “0” flag specifies the record separator character (\0, if no digit follows). -00 indicates paragraph mode: records are separated by two successive default record separator characters. -0777 reads the entire file [...]

Also posted in Advanced, Basics, Information, Medium, Sample Code, Set-Up | Comments closed

RUBY with just-in-time compilation

There are several alternative implementations and completion of the Ruby language as of 2008 including JRuby, Rubinius, IronRuby and YARV. Each of them has different approach especially that JRuby provides just-in-time compilation functionality. JIT or just-in-time compilation is also known as Dynamic Translation. In computing, it is a system and a technique for improving runtime [...]

Also posted in Basics | Tagged , | Comments closed

Ruby on Rails Cleans Site Malfunctions

In the world of programming and scripting, most programmers are bound to find some odds and ends especially when they are on the verge of compiling their designed program. Debugging them prior to compilation will surely return some errors and for sure, programmers will be wondering which part of their script needs to be double [...]

Posted in Programming | Comments closed