[Rails] Re: Help on Spreadsheet::Excel

2010-02-23 Thread Ozgun Koyun
Hey New, Have you tried this: http://spreadsheet.rubyforge.org/GUIDE_txt.html -- 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-t...@googlegroups.c

[Rails] Re: Newbie RESTful routing problem, please help!

2010-02-17 Thread Ozgun Koyun
tuti plain wrote: > C:/jruby/lib/ruby/gems/1.8/gems/glassfish-1.0.2-universal-java/lib/rack/adapter/rails.rb:133:in > `call' > C:/jruby/lib/ruby/gems/1.8/gems/glassfish-1.0.2-universal-java/lib/rack/handler/grizzly.rb:55:in > `call' > > I then tried setting up my routing like this: > > map.resou

[Rails] Re: login with twitter, yahoo, google, facebook credentials......

2010-02-17 Thread Ozgun Koyun
Chris Habgood wrote: > Does anyone know how to go about giving an option to login to a > website with twitter, yahoo, google, facebook , . whatever > credentials? openid, facebooker -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Goo

[Rails] Re: FCGI & resetting view cache

2010-02-17 Thread Ozgun Koyun
Brent wrote: > I'm running my rails app with FCGI. I updated a view and noticed it > didn't update the site. Deleted it and it even still shows up. I also > tried "pkill -9 -f dispatch.fcgi". > > I thought I had done this in the past with controllers and views and > it updated.. How do I reset it

[Rails] Re: uninitialized constant User::Authentication

2010-02-17 Thread Ozgun Koyun
Ozgun Koyun wrote: > > It didn't work for me. > > I had to comment out "config.active_record.observers = :user_observer". > It may not be the perfect solution, but it saved the day. However, I > don't know what tomorrow brings :) On the other hand, yo

[Rails] Re: uninitialized constant User::Authentication

2010-02-17 Thread Ozgun Koyun
abhishek.parolkar wrote: > Boys, >Almost all the time this problem arises because , scope of the > Authentication module falls under different context , Its always > better to use fully qualified module names, > > class User < ActiveRecord::Base > include ::Authentication > include :