Ruby on Rails Tuesday, June 30, 2015

Hi~

I have raspberry pi 2 and odroid c1 server. (arm v7)

There's same trouble on rails 4.2.x(4.2.0~4.2.3)

I can not connect rails server page. (there's no error)

I could not find a log(blank file).

I'm using rbenv. Already, I had tested ruby source compile, too.


But There was not problem on rails 4.1.x

=====================================================
rails new test2
cd test2
bundle install
rails server
=====================================================
c1omv:~/work/test2# rails s
=> Booting WEBrick
=> Rails 4.2.3 application starting in development on http://localhost:3000
=> Run `rails server -h` for more startup options
=> Ctrl-C to shutdown server
[2015-07-01 02:24:55] INFO  WEBrick 1.3.1
[2015-07-01 02:24:55] INFO  ruby 2.0.0 (2013-11-22) [armv7l-linux-eabihf]
[2015-07-01 02:24:55] INFO  WEBrick::HTTPServer#start: pid=21393 port=3000

--
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/27721c97-4ce3-491f-a9a6-85d8cc4b0cb1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment