[Rails] Routing error

2016-05-12 Thread Yuri Redaelli
Hi all, for first sorry for my english. I've a Rails app with a namespaced route that works fine on localhost but does not work on remote Server. This is my error: ActionController::RoutingError (uninitialized constant Monitor::PapTagsController): My routes.rb namespace :monitor do

[Rails] Rails migration fault

2016-02-05 Thread Yuri Redaelli
Hi all, for first sorry for my english. I'm trying to create a Rails migration but I encouter this error: .rvm/gems/ruby-1.9.3-p327@global/gems/json-1.8.0/lib/json/common.rb:67: [BUG] Segmentation fault ruby 2.0.0p645 (2015-04-13 revision 50299) [universal.x86_64-darwin15] -- Crash Report log

[Rails] Re: Rails migration fault

2016-02-05 Thread Yuri Redaelli
Colin Law wrote in post #1181203: > On 5 February 2016 at 09:43, Yuri Redaelli <li...@ruby-forum.com> wrote: >> Hi all, >> >> for first sorry for my english. >> >> I'm trying to create a Rails migration but I encouter this error: >> >> .rvm/g

[Rails] Re: Rails migration fault

2016-02-05 Thread Yuri Redaelli
Is it correct to have a config like this? RubyGems Environment: - RUBYGEMS VERSION: 2.0.14 - RUBY VERSION: 2.0.0 (2015-04-13 patchlevel 645) [universal.x86_64-darwin15] - INSTALLATION DIRECTORY: /Users/myname/.rvm/gems/ruby-1.9.3-p327@global - RUBY EXECUTABLE:

[Rails] Re: Re: Rails migration fault

2016-02-05 Thread Yuri Redaelli
Colin Law wrote in post #1181211: > On 5 February 2016 at 11:47, Colin Law wrote: > [BUG] Segmentation fault show (is 'which ruby' the right command on OSX for findinq which >>> which ruby >>> /usr/bin/ruby >> >> You are using the wrong ruby. Since you are using rvm

[Rails] Re: Rails migration fault

2016-02-05 Thread Yuri Redaelli
In order to fix what showed during RVM INFO I needed to move this line [[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # Load RVM into a shell session *as a function* at the bottom of my bash_profile See this topic

[Rails] Re: Rails migration fault

2016-02-05 Thread Yuri Redaelli
Ok, thanks for your support. -- 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 unsubscribe from this group and stop receiving emails from it, send an email to

[Rails] Re: Faild to build RMagick

2015-12-15 Thread Yuri Redaelli
Hi all, re-installing Ruby 1.9.3 through RVM seems solved the issue. Thanks. -- 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 unsubscribe from this group and stop receiving emails from it,

[Rails] Re: Faild to build RMagick

2015-12-04 Thread Yuri Redaelli
I don't understand what is "Development tool" about the phrase: ... "You have to install development tools first" ... It'a about XCode or about a particular missing Libray? Thanks again. -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the

[Rails] Re: Faild to build RMagick

2015-12-04 Thread Yuri Redaelli
Marco Antonio Almeida wrote in post #1179662: > Hi Yuri, > > Maybe you're missing to accept the terms in Xcode. Open the program and > see > if it shows a license for you to accept. > > If this don't work you might want to try to install the command line > tools > from the apple developers site:

[Rails] Faild to build RMagick

2015-12-04 Thread Yuri Redaelli
Hi all, for first sorry for my english. Recently I've updated my Mac to El Capitan and re-installed (with Homebrew) ImageMagick 6.9.2-7 Unfortunately bundle install seems doesn't work becaus RMagick fail to build. Here the stack trace: [CODE] Gem::Ext::BuildError: ERROR: Failed to build gem

[Rails] Thinking Sphinx performance problem

2014-01-14 Thread Yuri Redaelli
Hi all, for first sorry for my english. I've got a problem with RoR and Thinking Sphinx gem. I mean: everything works fine but when I try to get a search result passing a lot of parameter values through Active Record and TS API my application slow down and become unusable. I need to send

[Rails] Re: Problema Aptana e Debugger

2013-06-21 Thread Yuri Redaelli
Thank you for your answer. Now I think the debugger is correctly installed but when I try to start the server another error occurs. 6586: Exception in DebugThread loop: wrong number of arguments (0 for 1) Backtrace: /var/lib/gems/1.9.1/gems/ruby-debug19-0.11.6/cli/ruby-debug/interface.rb:163:in

[Rails] Re: Problema Aptana e Debugger

2013-06-21 Thread Yuri Redaelli
Reading several topics I understood that ruby-debug is no more mantained. I removed all gems about it and installed debugger gem instead. Now the problem is: how I could start rails server using debugger? I mean: when I try to start rails server from Aptana I have this type of message: unable

[Rails] Problema Aptana e Debugger

2013-06-20 Thread Yuri Redaelli
Ciao a tutti, sto cercando di configurare Aptana 3 per far girare un progetto in Rails 3 in modalità debug per sfruttare breakpoint e compagnia. Purtroppo mi sto imbattendo in diverse difficoltà e ancora oggi non riesco a farlo funzionare correttamente. N.B. Solo in debug mode intendo perchè

[Rails] RMagick problem on Windows

2009-10-07 Thread Yuri Redaelli
Hi all, for first sorry for my english. I've a little problem with RMagick on Windows Vista. I've decided to use the Paperclip plugin an it works fine, than I've decided to install RMagick in order to create image thumbs but ... even if i followed the instructions i can see an error like:

[Rails] Re: RMagick problem on Windows

2009-10-07 Thread Yuri Redaelli
Aldric Giacomoni wrote: Yuri Redaelli wrote: even if i followed the instructions i can see an error like: Unable to load module ... -c:/ruby/lib/ruby/gems/1.8/gems/rmagick-2.5.0-x86-mswin32/ext/RMagick2.so But the RMagick2.so exists in that directory. sad Did you install imagemagick