undefined method `text_area' for class `ActionView::Base'
15 views
Skip to first unread message
vale...@wavecommerce.org
unread,
Jun 21, 2010, 12:20:05 PM6/21/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
Link
Report message as abuse
Sign in to report message as abuse
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Lipsiadmin
Hi!
I have been running lipsiadmin successfully for a while. Now I moved
to a new server and suddenly I get this when I try to run a rake task
from terminal:
-----
...
** Execute environment
rake aborted!
undefined method `text_area' for class `ActionView::Base'
/softwareclick/releases/20100621152141/vendor/rails/activesupport/lib/
active_support/core_ext/module/aliasing.rb:33:in `alias_method'
/softwareclick/releases/20100621152141/vendor/rails/activesupport/lib/
active_support/core_ext/module/aliasing.rb:33:in `alias_method_chain'
/softwareclick/releases/20100621152141/vendor/gems/lipsiadmin-5.1.2/
lib/view/helpers/view_helper.rb:11:in `included'
/softwareclick/releases/20100621152141/vendor/gems/lipsiadmin-5.1.2/
lib/lipsiadmin.rb:41:in `include'
/softwareclick/releases/20100621152141/vendor/gems/lipsiadmin-5.1.2/
lib/lipsiadmin.rb:41
/softwareclick/releases/20100621152141/vendor/gems/lipsiadmin-5.1.2/
lib/lipsiadmin.rb:40:in `class_eval'
/softwareclick/releases/20100621152141/vendor/gems/lipsiadmin-5.1.2/
lib/lipsiadmin.rb:40
/usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in
`gem_original_require'
...
----
My troubleshooting skills are not that great, but it really looks ugly
to me.
Does anyone have an idea where I should be looking for the problem?
I installed the same rails version and active_* versions as on the old
server...
vale...@wavecommerce.org
unread,
Jul 7, 2010, 5:22:18 AM7/7/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
Link
Report message as abuse
Sign in to report message as abuse
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Lipsiadmin
So this didn't really have to do with lipsiadmin. It was more the
order in which I included gems. However I found that lipsiadmin and
the sitemap_generator seem to collide ... moved to big_sitemap and all
was good.