954,562 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

plugins

i have been using instant rails to run my application with apache server ,now i want to install plugins but i m not getting the right way to do it ;

i gave install plugin from console but every time error comes.so can any body tell me how to install plugins (when i am using instant rails and apache)


thanx in advance....

amithasija
Light Poster
44 posts since Nov 2006
Reputation Points: 10
Solved Threads: 0
 

i have been using instant rails to run my application with apache server ,now i want to install plugins but i m not getting the right way to do it ;

i gave install plugin from console but every time error comes.so can any body tell me how to install plugins (when i am using instant rails and apache)

thanx in advance....

Depends on the plugin but generally it should be a case of adding the repository url:

script/plugin source url


Then installing it..

script/plugin install ferret  (or whatever you wanna install)


Quite often though installing plugins is a case of copying the folder to RAILS_ROOT/vendor/plugins

pty
Posting Pro
530 posts since Oct 2005
Reputation Points: 64
Solved Threads: 39
 

thanx pty,

but i am still unable to load that plugin here what i have done.


ruby script/plugin source http://svn.viney.net.nz/things/rails/plugins/validates_date_time/
the result was "Added i repositories"


than i run the command

ruby script/plugin install validates_date_time/
than it says plugin not found can you plz rectify my mistake.

thanx pty

amithasija
Light Poster
44 posts since Nov 2006
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You