/**
* @Author: Arash Karimzadeh
* @Email:
* @Desciption: Here, I post some of my recent
* researches. Also you can see my code projects.
*/
Home
Codes
Search
Articles
Downloads
Ajax
C #
Chrome
CMS
dateNet
Design Patterns
includeMany
JavaScript
jBind
Joomla
jQuery
Plugin
rails
ror
RubyOnRails
SQLite
xul
+ All tags
Content View Hits
: 345027
Search
1.
Ruby on Rails Jalali Date (Shamsi Date)
(Matching tags: ror,rails,RubyOnRails)
This is Jalali-Gregorian date converter and also Jalali Date tag creator. Also it extends rails FormBuilder. If you need this converter for your rails application just copy the jalali_date.rb file to your ...
2.
Install Ruby on Rails offline
(Matching tags: RubyOnRails)
This article shows how easily you can install RoR offline(locally). I have installed ruby and gems by using RubyInstaller and through this article we'll see what packages we need.
3.
How to Install Ruby on Rails on Windows
(Matching tags: RubyOnRails)
This article shows how easily you can install RoR on windows xp. Using RubyInstaller. I am using windows xp and I installed MySQL previously which I wont talk about right now. Lets start. 1.Get the RubyInstaller ...
4.
Ruby On Rails with MySQL "Rails Hello World"
(Matching tags: RubyOnRails)
If you do not have installed the RoR (Ruby on Rails) yet, read this article. Here we will create our first "hello world" application and gradually extend it to communicate with database. Lets create our ...