[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Configuration Inquiry

Emilio Taylor

6/6/2008 3:10:00 AM

I've been racking my brain on configurations of Ruby, Rails, and
Streamlined or Active Scaffold.

It always seems that upon starting my web server, I receive error
messages which keeps my web server from starting properly.

Would someone be so kind as to explain configurations / setups that
have worked for you?

Which:
Ruby Version
Rails Version
Gems Version
Streamlined or Active Scaffold Version

If you also have any tips on how you installed each component, that
would be greatly appreciated.

Environment:
OS: Windows Vista << Ya ... I know. Time to get a Mac ... lol
Database: MySQL

This is what I've tried:
Ruby Version: 1.8.6
Rails Version: 2.1.0, 2.0.2, and 1.2.3
Streamlined Version: 1.0 RC3 and 1.0 RC1
Active Scaffold Version: 1.1.1

Much thanks in advance.

E
--
Posted via http://www.ruby-....

4 Answers

Oscar Del Ben

6/6/2008 5:42:00 AM

0

[Note: parts of this message were removed to make it a legal post.]

what's the error?

Emilio Taylor

6/6/2008 1:23:00 PM

0

Oscar Del ben wrote:
> what's the error?

Well,

I re-installed everything, and was able to get Streamlined working
with:

Ruby: 1.8.6
Rails: 2.0.2
Streamlined: Latest version obtained from :
http://svn.streamlinedframework.org/edge/s...

However, with the same configuration, with Active Scaffold, I tried to
obtain the plug-in from:
/script/plugin install
http://activescaffold.googlecode.com/svn/tags/activ...

... and I receive the following error message:

NoMethodError in [ModelName]Controller#index

undefined method `active_scaffold' for [ModelName]Controller:Class

> Replace [ModelName] with Books for instance

Thanks again for the reply!

E

--
Posted via http://www.ruby-....

Oscar Del Ben

6/6/2008 1:44:00 PM

0

[Note: parts of this message were removed to make it a legal post.]

I don't use active scaffold, but are you sure you don't need to include it
in your application?

Emilio Taylor

6/6/2008 2:00:00 PM

0

Thanks for the reply!

I'm actually testing both plug-ins to see the flexibility of each.

Thanks again,

E

--
Posted via http://www.ruby-....