Ruby Before Rails

As I, like many people, are coming to ruby in the rails era, I’m curious
about how Ruby Web Dev was done prior to rails. Any veterans want to
share their insights?

On 5/18/06, Nathan P. Verni [email protected] wrote:

As I, like many people, are coming to ruby in the rails era, I’m curious
about how Ruby Web Dev was done prior to rails. Any veterans want to share
their insights?

A variety of different ways. Often CGI (cgi.rb), but there are other
web frameworks that existed before Rails.

-austin

On May 18, 2006, at 11:13 AM, Nathan P. Verni wrote:

As I, like many people, are coming to ruby in the rails era, I?m
curious about how Ruby Web Dev was done prior to rails. Any
veterans want to share their insights?

Probably much like:

perl + cgi
python + cgi
php + cgi
etc… :wink:


Robby R.
Founder & Executive Director

PLANET ARGON, LLC
Ruby on Rails Development, Consulting & Hosting

www.robbyonrails.com

+1 503 445 2457
+1 877 55 ARGON [toll free]
+1 815 642 4968 [fax]

Nathan P. Verni wrote:

As I, like many people, are coming to ruby in the rails era,
I’m curious about how Ruby Web Dev was done prior to rails.
Any veterans want to share their insights?

http://cerise.rubyforge.org/

-Drew

“Alder G.” [email protected] writes:

[1] should give some perspective. Something like Borges or Wee is

You might find this interesting

http://common-lisp.net/project/ucw/

Cheers,

Surendra S.
http://ssinghi.kreeti.com, http://www.kreeti.com
Read my blog at: http://cuttingtheredtape.blogspot.com/
,----
| Great wits are sure to madness near allied,
| And thin partitions do their bounds divide.
|
| (John Dryden, Absalom and Achitophel, 1681)
`----

On 5/18/06, Robby R. [email protected] wrote:

perl + cgi
PLANET ARGON, LLC


Rails mailing list
[email protected]
http://lists.rubyonrails.org/mailman/listinfo/rails

Actually, there were a lot of interesting ideas and implementations
(frameworks) floating around. In a sense, it’s natural that Rails
emerged from Ruby. Knowing the languages you mentioned, none of them
had the variety and audacity of the toys people played with on the
Ruby web arena even prior to Rails.

[1] should give some perspective. Something like Borges or Wee is
most definitely not likely to pop up in PHP, and afaik it doesn’t have
equivalents in Python or Perl (despite both having much more time and
larger communities).


-Alder

[1] http://raa.ruby-lang.org/search.rhtml?search=web+framework

On 5/19/06, Surendra S. [email protected] wrote:

Surendra S.
Rails mailing list
[email protected]
http://lists.rubyonrails.org/mailman/listinfo/rails

Yup. So the languages where Seaside(-like) frameworks evolved are:

Smalltalk, Ruby and Lisp.

Kind of telling, don’t you think? :wink:

“Alder G.” [email protected] writes:

On 5/19/06, Surendra S. [email protected] wrote:

“Alder G.” [email protected] writes:

Yup. So the languages where Seaside(-like) frameworks evolved are:

Smalltalk, Ruby and Lisp.

Kind of telling, don’t you think? :wink:

LOL. There are more. There is one for Java as well:
http://cocoon.apache.org/

There might be few in Scheme, and Haskell as well. I don’t know if they
are
really Seaside-like but they all are based on the idea of
continuations(Continuation - Wikipedia).

Cheers.


Surendra S.
http://ssinghi.kreeti.com, http://www.kreeti.com
Read my blog at: http://cuttingtheredtape.blogspot.com/
,----
| “All animals are equal, but some animals are more equal than others.”
| – Orwell, Animal Farm, 1945
`----