Ruby is a great language to
Test-driven development is A
Yes, you can run Ruby on
Ruby on Rails is
use to create a dynamic
Good Thing. This article
Windows and eRuby on Windows
Model-View-Controller
website. Here's how to use
takes the example of a
IIS web servers. Ruby has
web-application framework.
it to do CGI scripting.
simple user authentication
many features to process
Rails uses ActiveRecord
Using eRuby ERB templating
system controller and
text files and to do system
database abstraction classes
to seperate the HTML from
explain how to do test
management tasks as
to work with SQL tables.
the script makes CGI a
driven development using
languages like Perl or
However, sometimes it is
perfect alternative to using
Rails.
Python do. Ruby is also a
more convenient to work with
the Rails framework. Easy
great web scripting
plain SQL queries(without
and faster than you would
language. Follow this
any model classes) for
expect. So easy in fact that
tutorial and you can use
specific database operations.
you may forget about using
Ruby on your Windows IIS web
Rails all together.
server by setting up eRuby
to process *.rhtml pages.
Date: Jan, 06 2007 Date: Aug, 31 2006 Date: Jan, 07 2007 Date: Nov, 06 2006 |
SUSIE is a simple image
How to setup a Windows
This tutorial will focus on
If you want create a dynamic
gallery that is an
development PC and a shared
the ActionController. The
web page that works on more
opensource eRuby
web host environment so you
first sections will cover
than just MySQL then try
application. It is
can start developing Ruby
the services provided by
Ruby DBI. Ruby DBI will help
interesting because it shows
web applications in the same
ActionController and the
you create a single database
how Ruby, a powerful and
way you do PHP, embedded in
techniques to access them.
interface for connecting
fully object oriented
HTML. Ruby is easy to learn
The final section will
your web application to
programming language can be
and has features that make
provide insight into using
multiple database types like
used to do the tiniest of
it more useful than other
these techniques in the real
MySQL, PostGreSQL and SQL
tasks. Ruby can be used as a
web scripting languages. Now
world.
Server. This article also
fast procedural code
you can use eRuby to create
explains some of the typical
language that rivals PHP and
robust web applications and
mistakes made when
still do things in OOP that
websites.
installing Ruby DBI.
Java and C# cannot.
Date: Jan, 07 2007 Date: Jan, 08 2007 Date: Aug, 31 2006 Date: Jan, 07 2007 |