Category Archives: Information

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

Scaffolding in Ruby on rails

Scaffolding, a meta-programming system of building database-backed software application is popularized by the Ruby on Rails framework. There are actually two ways of producing a scaffold in Ruby on Rails, the “dynamic scaffolding” and “scaffold generation.” This simple scaffolding is mostly used for prototyping applications and entering test data into a database. If you add [...]

Posted in Information | Tagged , , | Comments closed

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

Bad Behavior has blocked 34 access attempts in the last 7 days.