[Rails] Re: How to install rails_tiny_mce in Rails2.3.10

2011-03-11 Thread jaron
It's right.I install the plugin using follow command: ./script/plugin install git://github.com/sandipransing/rails_tiny_mce.git -r rails_2.x ./script/generate rails_tiny_mce_migration rake db:migrate ./script/plugin install git://github.com/aaronchi/jrails.git rake rails_tiny_mce:plugins rake

Re: [Rails] Re: How to install rails_tiny_mce in Rails2.3.10

2011-03-11 Thread Sandip
Hi, rails_tiny_mce works with rails 2.3.10 use rails_2.x branch. https://github.com/sandipransing/rails_tiny_mce/tree/rails_2.x On Fri, Mar 11, 2011 at 4:26 AM, Jatin kumar jatinkumar.n...@gmail.comwrote: On Thu, Mar 10, 2011 at 5:34 PM, kwiest kyle.wi...@gmail.com wrote: Jaron, I've

[Rails] Re: How to install rails_tiny_mce in Rails2.3.10

2011-03-10 Thread jaron
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) from

Re: [Rails] Re: How to install rails_tiny_mce in Rails2.3.10

2011-03-10 Thread Bryan Crossland
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

[Rails] Re: How to install rails_tiny_mce in Rails2.3.10

2011-03-10 Thread jaron
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 page

[Rails] Re: How to install rails_tiny_mce in Rails2.3.10

2011-03-10 Thread kwiest
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. On Mar 10, 9:14 am, jaron

Re: [Rails] Re: How to install rails_tiny_mce in Rails2.3.10

2011-03-10 Thread Bryan Crossland
On Thu, Mar 10, 2011 at 11: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 think

Re: [Rails] Re: How to install rails_tiny_mce in Rails2.3.10

2011-03-10 Thread Jatin kumar
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