Rails Petstore v0.1 Released

A

Aaron Rustad

I have released Rails Petstore, a rails implementation of JPetstore.
The goals of the project is to build a reference web application that
exercises the capabilities of the Rails framework, illustrates best
practices, and provides a useful starting point for those new to Rails.

With the initial v0.1 release, I can't claim that any of the goals have
been achieved, but I am confidant that with the help of the Rails
community, we can.

The status of the project is this: Currently, it is pretty much a
straight port of iBatis JPetstore with minor modifications to the data
model. It's buggy, but provides much of the same functionality. Over
the next couple weeks, I hope to take any suggestions that are sent my
way an incorporate them into the application...eventually, I'd like to
get one or two other people helping out.

So, if you have a few minutes to spare, please download Rails Petstore
and have a look. Send me suggestions, comments, or complaints to
arustad *AT* gmail dot com.

Rails Petstore
http://www.anassina.com/projects/railspetstore/


Thanks!
Aaron.
 
M

mcdtracy

It worth mentioning that you must create a database and create tables
for this to
work. I used the sql scripts (in the db directory) on a database I
created called rpetshop_test. Then a went into the rpetshop directory
and edited config/database.yml
to use this specific database "rpetshop_test" and started the webbrick
web server:

ruby script/server

and it worked like a champ. I do find webbrick to be a very sluggish
web server.
Does fastcfg fix this performance issue?

McD
 
G

gabriele renzi

mcdtracy ha scritto:
and it worked like a champ. I do find webbrick to be a very sluggish
web server.
Does fastcfg fix this performance issue?

well, fastcgi shpould be quite faster, but it should be also noticed
that webrick could be faster, since rails serializes all requests (IIRC)
 
G

gabriele renzi

gabriele renzi ha scritto:
mcdtracy ha scritto:



well, fastcgi shpould be quite faster, but it should be also noticed
that webrick could be faster, since rails serializes all requests (IIRC)
^^^^^^^^^^^^^^^^^^^^^^^
well, obviously on webrick, not in the general case :)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,175
Messages
2,570,946
Members
47,498
Latest member
yelene6679

Latest Threads

Top