This is an article I found from ruby website. Here is the link . here is the notes:
Rails’ MCV, model, control and view.
The Model Section helps us to analyse and design the data model for the application.
The View Section has everything to do with the look and feel of how the application presents the data mode.
The Controller section of this model determines how the application will react to all the different events and instances which are associated with that application.
Two RoR concepts:
“Convention over Configuration” means that a programmer only needs to write code for unconventional parts of the application they’re building
“Don’t Repeat Yourself” . As suggested by the name of the principle, Ruby on Rails makes repeating yourself unnecessary with the help of the ActiveRecord and the method of scaffolding
ActiveRecord and scaffolding
Instant Rail , just download, unzip, ruby, rail, mysql and apache. windows...
Content suppressed by ://URLFAN, for full article visit source
Ruby on rail wikiFrom: 4happy.wordpress.com
Post Date: 2008-02-08 06:33:53
The first step, study Rail.
Here is the link :
Installation:
$ sudo apt-get install ruby rubygems irb ri rdoc ruby1.8-dev build-essential
$ sudo gem install rails --include-dependencies
$ export PATH=$PATH:/var/lib/gems/1.8/bin
install database server and ssl
...
more The future of XMLFrom: 4happy.wordpress.com
Post Date: 2008-02-08 03:49:12
The original article is here .
You know, I was a lazy guy and I am now. I knew XML for a long time, even for HTML, but I didn’t really want to learn it. I can only write very simple HTML or XML now.
In the beginning, I knew XML was designed to store data. It can’t do any thing else than a storage. The good thing is it can storage a lots of things as you want. It doesn’t have big limit as HTML or other file system. That is the progress. On the other hand, It was design t...
more green in gymFrom: 4happy.wordpress.com
Post Date: 2008-02-07 07:43:52
human powered gym . It is simple idea, just need to apply it. You see, not all idea come from west to east
...
more