|
This article covers the basic
Ruby is an interpreted
In this tutorial, we'll go
The Rails framework takes
services provided by the
scripting language, just
through the following
most of the headache away
ActionView. The ActionView
like Python and PHP.
steps:
Setup the
from developing these
helps you present data to
SitePoint's author Daniel
environment
Create the
relationships and almost
your users. Keep reading to
Bogan take a look at the
SQLite database
Develop the
entirely eliminates the need
learn some terminology and
language and how it can be
Rails application
Create
to write low-level queries
study an example application.
used in web development.
the RBA (= Ruby archive)
to your database. If you've
from the application with
spent time writing those
Tar2RubyScript
Create the
queries, Rails' ActiveRecord
standalone executable with
will make sense, but for
RubyScript2Exe
those of you who are just
getting started this can be
confusing.
Date: Aug, 31 2006 Date: Aug, 31 2006 Date: Aug, 31 2006 Date: Aug, 31 2006 |
|
IBM DeveloperWorks has a
helpful howto on how to
bring the worlds of Ruby on
Rails and your DB2 framework
together. From the article:
'Because Rails emerged from
the open source world, until
recently you had to use
MySQL or PostgreSQL to work
with it. Now that IBM has
released a DB2 adapter for
Rails, it's possible to
write efficient Web
applications on top of your
existing DB2 database
investment.'
Date: Aug, 31 2006 |