Ruby on Rails Saturday, October 1, 2011

On Sat, Oct 1, 2011 at 4:05 PM, Walter Lee Davis <waltd@wdstudio.com> wrote:
On Oct 1, 2011, at 8:49 AM, Peter Vandenabeele wrote:

> On Fri, Sep 30, 2011 at 6:35 PM, Andre Flory <lists@ruby-forum.com> wrote:
> I have somewhat of a complex issue involving several different programs
> including redmine, MySQL, Ruby, Ruby on Rails etc.
>
> I am following the redmine instructions here:
> http://www.redmine.org/projects/redmine/wiki/RedmineInstall
>
> I am on step 5. where I am suppose to type "RAILS_ENV=production rake
> db:migrate"
>
> When I type this in the command prompt and hit enter I get an error:
> "RAILS_ENV" is not a command blah blah.


Sorry, I think you typed "RAILS_ENV" and what I meant was

       RAILS_ENV="production"

quoting the value, not the name of the variable.

Walter

Walter, could it be that there is something incorrect in the quoting depth
of our conversation?

The text that is quoted above ("I have a somewhat ... blah blah")
was not written by me (Peter), but by the Original Poster (Andre).

However, the way I see it quoted in your reply, it looks as if I (Peter)
wrote that and it also looks as if you addressing your advice to
me (which is friendly but not very relevant for the OP).

I think (but could be wrong) that the section under the line

> On Fri, Sep 30, 2011 at 6:35 PM, Andre Flory <lists@ruby-forum.com> wrote:

should have been 1 more level indented to the right in your recent reply
(of Oct 1, 14:05 UTC). So it should have been indented with >> Like this:

> On Fri, Sep 30, 2011 at 6:35 PM, Andre Flory <lists@ruby-forum.com> wrote:
>> I have somewhat of a complex issue involving several different programs
>> including redmine, MySQL, Ruby, Ruby on Rails etc.

I think this is relevant to clearly understand who wrote what in a conversation.

Thanks,

Peter

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

No comments:

Post a Comment