Re: Restful Authentication

2008-12-23 Thread DAZ
Yes it is there, I was looking for a line exactly like cache_template_extensions I've commented it out and now the plugin works, so thanks to both of you. I guess that this line is not in any 'fresh' version 2.2 apps (I have just updated by changing the line RAILS_GEM_VERSION = '2.1' to RAILS_GEM

Re: Restful Authentication

2008-12-23 Thread DAZ
Yes it is there, I was looking for a line exactly like cache_template_extensions I've commented it out and now the plugin works, so thanks to both of you. I guess that this line is not in any 'fresh' version 2.2 apps (I have just updated by changing the line RAILS_GEM_VERSION = '2.1' to RAILS_GEM

Re: Restful Authentication

2008-12-23 Thread mikong
Are you sure it's not in your development.rb? The line config.action_view.cache_template_extensions = false --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to

Re: Restful Authentication

2008-12-22 Thread DAZ
Thanks Corey, but which line am I looking to delete? Is it this one: cache_template_extensions because I can't seem to find it in any of my environment files. DAZ On Dec 22, 6:26 pm, "Corey Haines" wrote: > Here's a thread with the answer. > > http://groups.google.com/group/heroku/browse_thr

Re: Restful Authentication

2008-12-22 Thread Corey Haines
Not 100% sure. I think you can set the rails version to 2.1 (Heroku's version) to fix it, as well. Not absolutely sure, though. On Mon, Dec 22, 2008 at 3:02 PM, DAZ wrote: > > Thanks Corey, but which line am I looking to delete? Is it this one: > cache_template_extensions > > because I can't see

Re: Restful Authentication

2008-12-22 Thread DAZ
Thanks Corey, but which line am I looking to delete? Is it this one: cache_template_extensions because I can't seem to find it in any of my environment files. DAZ On Dec 22, 6:26 pm, "Corey Haines" wrote: > Here's a thread with the answer. > > http://groups.google.com/group/heroku/browse_thr

Re: Restful Authentication

2008-12-22 Thread Corey Haines
Here's a thread with the answer. http://groups.google.com/group/heroku/browse_thread/thread/34a862bd642829a3/2fa7fcb860f4602c?lnk=gst&q=cache_template_extensions#2fa7fcb860f4602c On Mon, Dec 22, 2008 at 12:41 PM, DAZ wrote: > > Has anybody got this working on Heroku? > > It installs in the vend

Restful Authentication

2008-12-22 Thread DAZ
Has anybody got this working on Heroku? It installs in the vendor folder, but when I run the generate script, I get the following error: /usr/lib/ruby/gems/1.8/gems/rails-2.2.2/lib/initializer.rb:530:in `send': undefined method `cache_template_extensions=' for ActionView::Base:Class (NoMethodErr