Category Archives: Information

Rails on Model-View-Controller

Railes uses the Model-View-Controller or MVC architecture like many current web frameworks for organizing application programming. MVC in general is an architectural pattern favorably used in software engineering where the application becomes easier and less complex to modify and adjust either the visual appearance of the application or the fundamental business rules without affecting the [...]

Posted in Information | Tagged , , | Comments closed

Ruby on Rails: Basic

by: Djai Tanji
Ruby on Rails (Rails or RoR) is written in the Ruby programming language which is a dynamic, reflective, general purpose object-oriented programming language that merge syntax influenced by Perl with features like Smalltalk. It is designed to make web development faster, simpler and more efficient. It supports multiple programming paradigms like object oriented, [...]

Posted in Information | Tagged , | Comments closed

Ruby and Merb get together and form Rails 3

Ruby on Rails is set to merge with its main competitor, Merb and end up becoming Rails 3:
We all realized that working together for a common good would be much more productive than duplicating things on each side of the fence. Merb and Rails already share so much in terms of design and sensibility that [...]

Posted in Information | 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 at once (as [...]

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