Hi - I just tried to install file_column and can''t install it according to the original instructions anymore. The original instructions (at http://www.kanthak.net/opensource/file_column/) say to do this: ./script/plugin install http://opensvn.csie.org/rails_file_column/plugins/file_column/trunk but there''s no plugin program in my script directory anymore. I presume this is a change in rails 2.1, as I''m now using rails 2.1 and this install worked fine for another app I wrote using rails 2.0.2. Steve -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
> ./script/plugin install > http://opensvn.csie.org/rails_file_column/plugins/file_column/trunkThat''s the command I used 2 days ago to install file_column in my project (Rails 2.1 used). After executing command, I have file_column plugin in my "vendor/plugins/" folder. I don''t know what''s the problem, but I believe it has nothing to do either with version of Rails, either with file_column plugin. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Hi Steve Can you pls. mention if there is any error message that you are getting? - Neeti On Sep 1, 6:44 am, Steven Line <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> Hi - > > I just tried to install file_column and can''t install it according to > the original instructions anymore. The original instructions (athttp://www.kanthak.net/opensource/file_column/) say to do this: > > ./script/plugin installhttp://opensvn.csie.org/rails_file_column/plugins/file_column/trunk > > but there''s no plugin program in my script directory anymore. I presume > this is a change in rails 2.1, as I''m now using rails 2.1 and this > install worked fine for another app I wrote using rails 2.0.2. > > Steve > -- > Posted viahttp://www.ruby-forum.com/.--~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
> Can you pls. mention if there is any error message that you are > getting?None error messages. Only difference is that I tried to do that under Windows XP. I just tried again to make sure everything is OK. Here''s my output: <quote> D:\projects\Ruby\TestApp>ruby script/plugin install http://opensvn.csie.org/rails_file_column/plugins/file_column/trunk + ./CHANGELOG + ./README + ./Rakefile + ./TODO + ./init.rb + ./lib/file_column.rb + ./lib/file_column_helper.rb + ./lib/file_compat.rb + ./lib/magick_file_column.rb + ./lib/rails_file_column.rb + ./lib/test_case.rb + ./lib/validations.rb + ./test/abstract_unit.rb + ./test/connection.rb + ./test/file_column_helper_test.rb + ./test/file_column_test.rb + ./test/fixtures/entry.rb + ./test/fixtures/invalid-image.jpg + ./test/fixtures/kerb.jpg + ./test/fixtures/mysql.sql + ./test/fixtures/schema.rb + ./test/fixtures/skanthak.png + ./test/magick_test.rb + ./test/magick_view_only_test.rb D:\projects\Ruby\TestApp> </quote> If you still have problems, write my your e-mail address and I can zip this TestApp I just made and send it to you. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
On 1 Sep 2008, at 02:44, Steven Line wrote:> > Hi - > > I just tried to install file_column and can''t install it according to > the original instructions anymore. The original instructions (at > http://www.kanthak.net/opensource/file_column/) say to do this: > > ./script/plugin install > http://opensvn.csie.org/rails_file_column/plugins/file_column/trunk > > but there''s no plugin program in my script directory anymore. I > presume > this is a change in rails 2.1, as I''m now using rails 2.1 and this > install worked fine for another app I wrote using rails 2.0.2. >There certainly should be a plugin file in the script folder whether you''re on 2.0.2 or 2.1 Fred --~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Frederick Cheung wrote:> There certainly should be a plugin file in the script folder whether > you''re on 2.0.2 or 2.1Thanks Frederick. Gotcha. I''m trying to install this plugin into a radiant app. Maybe Radiant got rid of the plugin program. I will be using rails_support to build my own extensions to this radiant app so my rails app will use radiant pages. Any suggestions on how I would install and use this plugin, given the above? Thank you for any help. Steve -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
On 2 Sep 2008, at 03:07, Steven Line wrote:> > Frederick Cheung wrote: > >> There certainly should be a plugin file in the script folder whether >> you''re on 2.0.2 or 2.1 > > Thanks Frederick. Gotcha. I''m trying to install this plugin into a > radiant app. Maybe Radiant got rid of the plugin program. I will be > using rails_support to build my own extensions to this radiant app > so my > rails app will use radiant pages. > > Any suggestions on how I would install and use this plugin, given the > above? >All script/plugin does is copy the plugin into vendor/plugins (and run the install.rb if it''s there) Fred> Thank you for any help. > > Steve > > -- > Posted via http://www.ruby-forum.com/. > > >--~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---