Re: [Rails] Re: MapServer setup with rails in ubuntu 12.04

2013-05-20 Thread 김성식
other gem are working fine but > getting problem with this gem only , i do not know weather it has any > relation with mapserver or not , because i do not have a mapserver > > Thanks > > > On Mon, May 20, 2013 at 1:19 PM, 김성식 wrote: > >> Even if you add the

Re: [Rails] Re: MapServer setup with rails in ubuntu 12.04

2013-05-20 Thread 김성식
Even if you add the gem to your system gem path, a rails application doesn't use it. We have to add it to a Gemfile. You can find the Gemfile at the root directory of your rails application. make sure install bundler, before you hit the bundle install. execute this to install bundler gem install

[Rails] Re: MapServer setup with rails in ubuntu 12.04

2013-05-20 Thread 김성식
just add this to the Gemfile gem "ruby_mapscript" and execute "bundle install". Then, You don't need to require it manually When the rails application start, it will require it automatically. 2013년 5월 20일 월요일 오후 4시 22분 34초 UTC+9, Arvind Vyas 님의 말: > > Hi i have one rails application in

[Rails] Re: Real-time events with WebSockets and fallbacks?

2013-04-09 Thread 김성식
Plug use the redis as a messaging system 2013년 4월 10일 수요일 오후 2시 15분 37초 UTC+9, 김성식 님의 말: > > If you're consider using Rails 4. A new feature comes out called > ActionController::Live. > > > http://blog.remarkablelabs.com/2012/12/live-streaming-rails-4-countdown-to-2013

[Rails] Re: Real-time events with WebSockets and fallbacks?

2013-04-09 Thread 김성식
If you're consider using Rails 4. A new feature comes out called ActionController::Live. http://blog.remarkablelabs.com/2012/12/live-streaming-rails-4-countdown-to-2013 2013년 4월 9일 화요일 오후 5시 49분 34초 UTC+9, Johan Vauhkonen 님의 말: > > Does Rails have anything that supports real-time events and c

[Rails] Re: Revisiting deployment on a dedicated server

2013-04-02 Thread 김성식
Depending on your app feature, The best choice is varying. For rails server, unicorn and puma are latest one. 2013년 4월 2일 화요일 오전 5시 10분 1초 UTC+9, Phil 님의 말: > > > I'm in the midst of a few new Rails deployments as well as being tasked to > revise an existing older deployment to help improve p