On 5 January 2016 at 14:10, Ecoder 108 <lists@ruby-forum.com> wrote:
> Thanks Colin,
>
> Currently, when I run "# rake db:migrate", nothing happen. It is done
> normal.
>
> I will be pasting more information for the issue as below:
>
> 1. I followed the bluehost's document at:
> https://my.bluehost.com/cgi/help/redmine
> 2. # rails generate controller First list
> identical app/controllers/first_controller.rb
> route get 'first/list'
> invoke erb
> exist app/views/first
> identical app/views/first/list.html.erb
> invoke test_unit
> identical test/controllers/first_controller_test.rb
> invoke helper
> identical app/helpers/first_helper.rb
> invoke test_unit
> invoke assets
> invoke js
> identical app/assets/javascripts/first.js
> invoke css
> identical app/assets/stylesheets/first.css
> 3. I also attached development.log and production.log
>
> Thanks,
>
> Attachments:
> http://www.ruby-forum.com/attachment/11209/production.log
> http://www.ruby-forum.com/attachment/11210/development.log
I meant to copy/paste the section of the log showing the error, not
just attach the whole log. By doing that you are asking me to
download it and pour over it looking for the error.
In this case the server window output is probably better. Start the
server then attempt to open the page from the browser. You should see
the error in the server window. Then copy/paste the complete output
from the server window, from starting the server to the error.
Also which versions of ruby (ruby -v) and rails (rails -v) are you
using, and on which operating system.
Colin
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/CAL%3D0gLt_%2BFnkb5oR90OqkTmMf81pDYvmG-kJbWbNCM36rBpBRQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
No comments:
Post a Comment