NOTE: Gem::Specification#default_executable= is deprecated with no replacement. It will be removed on or after 2011-10-01. Gem::Specification#default_executable= called from /usr/local/lib/ruby/gems/1.9.1/specifications/rubygems-update-1.7.2.gemspec:11. Please anyone explain.. Thanks and Regards..... -- 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 post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
It''s probably from the upgrade to RubyGems 1.8.x. You shouldn''t need any copies of rubygems-update around after updating, so you can just:> gem uninstall rubygems-updateand you won''t see that particular warning anymore. If you still see it for other gems, the outdated methods will need to be removed from their gemspecs and new versions released. Adam Stegman On May 13, 2011, at 10:12 AM, Mohammed Niyas wrote:> NOTE: Gem::Specification#default_executable= is deprecated with no > replacement. It will be removed on or after 2011-10-01. > Gem::Specification#default_executable= called from > /usr/local/lib/ruby/gems/1.9.1/specifications/rubygems-update-1.7.2.gemspec:11. > > Please anyone explain.. > > Thanks and Regards..... > > -- > 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 post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en. >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
This warning repeatedly will occurs. /usr/local/lib/ruby/gems/1.9.1/gems/mongo-1.2.4/lib/mongo/connection.rb:469:in `connect'': Failed to connect to a master node at localhost:27017 (Mongo::ConnectionFailure) Someone explain for this warning.Example:require rubygems and require mongodb. But again re-install rubygems and mongodb, cant get the solutions.So,Please anyone explain this warning. Thanks and Regards.... -- 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 post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
It is saying that mongo does not appear to be running or at least it is not running on the machine that your script is running on or is not running on port 27017. Are you running mongo on your machine? It is just the same as running MySQL or PostgreSQL in that it is an independent service. Unlike SQLite. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Hi all, Im using mongodb database in my rails 3 app.i tried to implement facebook and twitter login in my applications but i failed, one warning will occure. The warning is, "ActionDispatch::Cookies::CookieOverflow" Someone explain for this solutions: You need change your session_store and don''t use the cookie_store. You can use the active_record_store by example. I cant understand this solution, How to solve this warning, can anyone explain.......... Thanks and Regards...... -- 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 post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Hi Niyas , Hope you''ve set the whole user record in a session,just set like this session[:current_user]=@my_user.id Regards, Loganathan.s On Thu, May 26, 2011 at 4:58 PM, Mohammed Niyas <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org>wrote:> Hi all, > > Im using mongodb database in my rails 3 app.i tried to implement > facebook and twitter login in my applications but i failed, one warning > will occure. > > The warning is, "ActionDispatch::Cookies::CookieOverflow" > > Someone explain for this solutions: You need change your session_store > and don''t use the cookie_store. You can use the active_record_store by > example. > > I cant understand this solution, How to solve this warning, can anyone > explain.......... > > Thanks and Regards...... > > -- > 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 post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. > >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Hi http://api.rubyonrails.org/classes/ActionDispatch/Cookies/CookieOverflow.html The problem is you are probably storing a large amount of data in your cookies. possibly your session. So try looking at the data you are storing on your sessions. Try to limit the data being passed around from your browser to your server. -- 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 post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Peter Hickman wrote in post #999006:> It is saying that mongo does not appear to be running or at least it > is not running on the machine that your script is running on or is not > running on port 27017. > > Are you running mongo on your machine? It is just the same as running > MySQL or PostgreSQL in that it is an independent service. Unlike > SQLite.Thanks! It helped me too. -- 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 post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.