On Thu, Mar 10, 2011 at 5:34 PM, kwiest <kyle.wi...@gmail.com> wrote:

> Jaron,
>
> I've played around with the TinyMCE plugins for Rails 2, 3 and every
> time I've found it to be MUCH easier to just download the files from
> http://tinymce.moxiecode.com/download/download.php, drop them in your
> public folder and you should be good to go.
>
> I agree with kwiest,
Its much easier to simply download the files in public folder, and use them
as you want to.
I am myself using TinyMCE in one of my applications, and its pretty easy to
go.
You just need to create an attribute of type text, for your required model,
and simply use TinyMCE without any problems.


>  On Mar 10, 9:14 am, jaron <inepa...@gmail.com> wrote:
> > The follow install command run failed:
> > ./script/plugin install --branch rails_2.x git://
> github.com/sandipransing/rails_tiny_mce.git
> > Plugin not found: ["rails_2.x", "git://github.com/sandipransing/
> > rails_tiny_mce.git"]
> >
> > I try to download the plugin for rails 2.x in the pagehttps://
> github.com/sandipransing/rails_tiny_mce/tree/rails_2.x,
> > extract the file and copy to my vendors folder.Bute the migration
> > command run error still.
> >
> > On Mar 10, 11:39 pm, Bryan Crossland <bacrossl...@gmail.com> wrote:
> >
> >
> >
> >
> >
> >
> >
> >
> >
> > > 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.
>
>

-- 
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