On Thu, Mar 10, 2011 at 2:16 AM, jaron <inepa...@gmail.com> wrote:

> This is the error trace.
> ./script/generate rails_tiny_mce_migration
> /Library/Ruby/Gems/1.8/gems/activesupport-2.3.10/lib/active_support/
> dependencies.rb:466:in `load_missing_constant': uninitialized constant
> TinyMCE::OptionValidator (NameError)
>

This constant may have changed when they went to Rails 3. This is what I
suggest you try doing.

1. uninstall/delete the plugin you have from your vendors folder for
rails_tiny_mce
2. run the following to install the plugin from the branch rails 2.x

./script/plugin install --branch rails_2.x
git://github.com/sandipransing/rails_tiny_mce.git

3. run the migration command

./script/generate rails_tiny_mce_migration

 Let us know how it goes.

B.

-- 
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@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to