[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

comp.lang.ruby

[ANN] Family Connection 1.0

Duane Johnson

1/4/2006 5:11:00 AM

This is a follow-up announcement from the 0.9 release. There are no
major changes, but this release marks a downloadable (tgz) file as
well as a promotional website, a demo application and screenshots.

Family Connection is an easy-to-setup online hub for your family that
includes a Family News section, and an Address Book.

http://familyconnect.ruby...

Please note that the download (tgz) may not be available for another
hour or so as it propagates through the rubyforge mirrors. You can
access the subversion repository immediately at:

svn export svn://rubyforge.org/var/svn/familyconnect/tags/1.0
familyconnection-1.0

For anyone interested in a copy of this family site without the
hassle of setting it up or maintaining it, I can set something up for
you for a small monthly charge. Contact me privately to talk about
this option.

Regards,
Duane Johnson
(canadaduane)
http://blog.inquir...


3 Answers

Ara.T.Howard

1/4/2006 6:59:00 AM

0

Phil Rhoades

1/6/2006 9:46:00 AM

0

Duane,


On Wed, 2006-01-04 at 14:11 +0900, Duane Johnson wrote:
> This is a follow-up announcement from the 0.9 release. There are no
> major changes, but this release marks a downloadable (tgz) file as
> well as a promotional website, a demo application and screenshots.
>
> Family Connection is an easy-to-setup online hub for your family that
> includes a Family News section, and an Address Book.
>
> http://familyconnect.ruby...
>
> Please note that the download (tgz) may not be available for another
> hour or so as it propagates through the rubyforge mirrors. You can
> access the subversion repository immediately at:
>
> svn export svn://rubyforge.org/var/svn/familyconnect/tags/1.0
> familyconnection-1.0
>
> For anyone interested in a copy of this family site without the
> hassle of setting it up or maintaining it, I can set something up for
> you for a small monthly charge. Contact me privately to talk about
> this option.
>
> Regards,
> Duane Johnson
> (canadaduane)
> http://blog.inquir...


I have downloaded this and set it up:

- untarred into: /home/phil/src/ror/familyconnection-1.0

- edited the database.yml file for postgres (8.0.4):

adapter: postgresql
database: family_connection
username: phil

- done: rake db_schema_import

(the tables are setup in postgres OK)

- I then ran: ruby ~phil/src/ror/familyconnection-1.0/script/server

( which seemed to work OK)

but when I try and use:

http://127.0.0.1:3000/family_connection/administr...

I get:

no such file to load -- RMagick

RAILS_ROOT: /home/phil/src/ror/familyconnection-1.0/script/../config/..

Application Trace | Framework Trace | Full Trace
/usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:21:in `require__'
/usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:21:in `require'
/usr/local/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_support/dependencies.rb:214:in `require'
#{RAILS_ROOT}/vendor/plugins/file_column/lib/magick_file_column.rb:139:in `file_column'
#{RAILS_ROOT}/vendor/plugins/file_column/lib/file_column.rb:686:in `file_column'
#{RAILS_ROOT}/app/models/user.rb:7
#{RAILS_ROOT}/lib/login_system.rb:1
#{RAILS_ROOT}/app/controllers/application.rb:1

This error occured while loading the following files:
/home/phil/src/ror/familyconnection-1.0/script/../config/../app/controllers/application.rb
login_system.rb
user.rb
RMagick


Does the setup HAVE to have RMagick? It looks like a pain to install . .

Thanks,

Phil.
--
Philip Rhoades

Pricom Pty Limited (ACN 003 252 275 ABN 91 003 252 275)
GPO Box 3411
Sydney NSW 2001
Australia
Mobile: +61:(0)411-185-652
Fax: +61:(0)2-8221-9599
E-mail: phil@pricom.com.au




Ara.T.Howard

1/6/2006 3:16:00 PM

0