Deploying RoR is HARD....from a beginner's perspective

On 2/10/07, Adam Keith B. [email protected] wrote:

While I know that there’s probably no WYSIWYG IDE for RoR out there

Adam,

If you add the MasterView plugin to your rails app then you can write
view
templates that are editable via a standard WYSIWYG html editor like NVU.
We
have also designed it to have the full power of Rails, using layouts,
partials, and helpers. It has a scaffold generator that can get you
closer
to production ready CRUD than the default one. There is a couple videos
about how it works on http://masterview.org/

I would be happy to answer any questions that you might have.

Blessings,

Jeff


Jeff B., MasterView core team
Inspired Horizons Ruby on Rails Training and Consultancy
Next Ruby on Rails plus JRuby workshop Feb 22-24 St. Louis, MO
http://inspiredhorizons.com/training/rails/index.html
Limited seating, register now!

Here is a barebones cap deploy how to

I had someone at the cap list go over it

This does not help you deploy cap with apache or a database

it shows how to use cap with rails and svn

hope this helps as much as it helped me

I found the other capistrano docs missing small steps that could make a
beginner become a quitter

:smiley:


From: [email protected]
[mailto:[email protected]] On Behalf Of Jeff B.
Sent: Sunday, February 11, 2007 7:06 AM
To: [email protected]
Subject: [Rails] Re: Deploying RoR is HARD…from a beginner’s
perspective

On 2/10/07, Adam Keith B. [email protected] wrote:

While I know that there’s probably no WYSIWYG IDE for RoR out there

Adam,

If you add the MasterView plugin to your rails app then you can write
view
templates that are editable via a standard WYSIWYG html editor like NVU.
We
have also designed it to have the full power of Rails, using layouts,
partials, and helpers. It has a scaffold generator that can get you
closer
to production ready CRUD than the default one. There is a couple videos
about how it works on http://masterview.org/

I would be happy to answer any questions that you might have.

Blessings,

Jeff


Jeff B., MasterView core team
Inspired Horizons Ruby on Rails Training and Consultancy
Next Ruby on Rails plus JRuby workshop Feb 22-24 St. Louis, MO
http://inspiredhorizons.com/training/rails/index.html
Limited seating, register now!