Re: [Rails] IRB help

2013-06-22 Thread Oliver David
I got it working. Thanks for helping. On Friday, June 21, 2013 11:22:05 PM UTC-4, kotp wrote: IRB is not the command line. Use the command line to mkdir. On Fri, Jun 21, 2013 at 10:56 PM, Oliver David oda...@gmail.comjavascript: wrote: I used the cmd prompt Windows and type IRB to

Re: [Rails] [HELP] NameError in Discussions#index

2013-06-22 Thread Colin Law
On 21 June 2013 20:17, n...@relesh.com wrote: Hi everybody! I'm currently in the process of writing my first ruby on rails app. I'm quite new to the whole thing and I could use some help with an issue i've been stuck on for a while. The goal here is to crease a discussion board where users

[Rails] Re: [HELP] NameError in Discussions#index

2013-06-22 Thread Aguardientico
Change this line: @discussions = @user.discussion.paginate(page: params[:page]) for @discussions = @user.discussion*s*.paginate(page: params[:page]) El viernes, 21 de junio de 2013 14:17:31 UTC-5, ni...@relesh.com escribió: Hi everybody! I'm currently in the process of writing my first

[Rails] Re: [HELP] Error cannot load (or bundle) 'pg' gem on local windows 7 Ruby on Rails

2013-06-22 Thread Aguardientico
Your gem list shows: pg (0.15.1 x64-mingw32) But your Gemfile.lock shows PLATFORMS x86-mingw32 I think your issue is related to a mixed platform (32bits(x86) vs 64bits(x64)) Try to investigate that. El viernes, 21 de junio de 2013 03:59:31 UTC-5, Ivan Wang escribió: I posted a question

Re: [Rails] Facing dependency error for faraday

2013-06-22 Thread Tamara Temple
Fahim Patel pafa...@gmail.com wrote: Please solve below dependency. Use contextio instead of context-io -- 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

Re: [Rails] Getting rspec error: Net::SMTPServerBusy: Relay access denied

2013-06-22 Thread Tamara Temple
Tyler Warnock tyler.warn...@gmail.com wrote: I'm trying to test registration emails (sent with devise), and I keep getting the error: Net::SMTPServerBusy: 454 4.7.1 model_s...@example.com: Relay access denied I'm running Rails 3.2.11 with Capybara, and I have (temporarily) chopped my

Re: [Rails] `require': cannot load such file -- nokogiri (LoadError) in rubyXL

2013-06-22 Thread Tamara Temple
Muthu Selvan pearl.sel...@gmail.com wrote: My requirement is : I want read / write the excel sheet ( both xls / xlsx ) from Ruby , if you have any other solution also share with me .. You may want to ask on the ruby list instead of the rubyonrails list... Source Code : bash-3.2$ cat

Re: [Rails] [HELP] ruby 1.9.2 is not showing in gem environment ( GEM PATH)

2013-06-22 Thread Tamara Temple
Muthu Selvan pearl.sel...@gmail.com wrote: mselv2m1:nikeplus-running-ios mselv2$ cucumber /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rubygems.rb:777:in `report_activate_error': Could not find RubyGem cucumber (= 0) (Gem::LoadError) Is this really not apparent

Re: [Rails] [HELP] - Ruby Drag and Drop script on screen element in Mac OS

2013-06-22 Thread Tamara Temple
Muthu Selvan pearl.sel...@gmail.com wrote: On Thursday, 20 June 2013 07:49:39 UTC-7, Walter Lee Davis wrote: On Jun 20, 2013, at 2:51 AM, Muthu Selvan wrote: Hi All , I am new to the ruby , i want click the object on element ( any object , Ex: Calculator) after

[Rails] ActiveRecord::Base.transaction - SystemStackError - stack level too deep:

2013-06-22 Thread Bob O
Im having an issue that seems to only happen when trying to use a transaction. Ive used transactions many times in the past and Im at a loss as to why im getting the stack level too deep problem. SystemStackError - stack level too deep: actionpack (3.2.13)

[Rails] uninstall dependencies along with the gem

2013-06-22 Thread John Merlino
I installed spree by adding it in gemfile. It was giving me errors, so I went to the github site, and installed spree using gem install spree. But now it looks like i have two sets of gems for the dependencies of spree: spree_api (2.0.3, 0.40.0) spree_auth (0.40.0) spree_backend (2.0.3)

[Rails] Re: uninstall dependencies along with the gem

2013-06-22 Thread Joel Pearson
I can see it being quite dangerous to uninstall all dependancies of a given gem. In theory it could be dependant on gems which have become part of the core library in more recent Ruby versions, for example. However if you mean you want to keep only the latest version of each gem, there's the