Ruby on Rails Wednesday, August 29, 2012

On 29 August 2012 14:08, Tak G. <lists@ruby-forum.com> wrote:
> Colin Law wrote in post #1073724:
>> On 28 August 2012 22:36, Tak G. <lists@ruby-forum.com> wrote:
>>>>> but the error is pretty much this:
>>> have changed anything?
>> Are you asking whether changing the mother board could have changed
>> the text in some of your files on disk?
>>
>> More importantly you have not said whether, having found and corrected
>> those that are wrong, does it now work?
>>
>> I assume you are using a Version Control System such as git. If not
>> then you should be. Then you can look back through the history to
>> find when changes were made.
>>
>> Colin
>
> Well honestly, it was working before the change of motherboard, and
> after it now it doesn't work. I haven't made any changes. It still
> doesn't work, I have done everything that everyone has said except for
> the one where you try to check your database connection. I don't know
> how to check my database connection. And yes I do use git.

So you have searched the directory and looked for all references to
storytime (case insensitive) and made them so they are all StoryTime
(if that is what you want) and not Storytime or anything similar
(which is what you said you had in environment.rb). I am surprised it
ever worked with that. Another critical one will be the module
definition in config/application.rb.

Colin

>
> --
> Posted via http://www.ruby-forum.com/.
>
> --
> 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 https://groups.google.com/groups/opt_out.
>
>

--
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 https://groups.google.com/groups/opt_out.

No comments:

Post a Comment