I am trying to get this enginer to work....and I am not sure how to install the engine? could someone please give me some instructions with regards to this.... http://rails-engines.org/wiki/pages/DateboxEngine for example in the website above The Engines plugin or the EdgeEngines plugin * Engines 1.0 script/plugin install http://opensvn.csie.org/rails_engines/branches/engines/ * EdgeEngines script/plugin install http://opensvn.csie.org/rails_engines/engines/trunk/ I am kinda confuse how to do this....when I use a browser to check http://opensvn.csie.org/rails_engines/engines/trunk/ it throws a 404 error? any ideas? Thanks in advance -- Posted via http://www.ruby-forum.com/.
Please see rails-engines.org/download for details of how to install the plugin; the instructions on Nathaniel''s page were out of date. - james On 7/26/06, woow <ruwanb@gmail.com> wrote:> I am trying to get this enginer to work....and I am not sure how to > install the engine? could someone please give me some instructions with > regards to this.... > > http://rails-engines.org/wiki/pages/DateboxEngine > > for example in the website above > > The Engines plugin or the EdgeEngines plugin > > * Engines 1.0 > script/plugin install > http://opensvn.csie.org/rails_engines/branches/engines/ > * EdgeEngines > script/plugin install > http://opensvn.csie.org/rails_engines/engines/trunk/ > > I am kinda confuse how to do this....when I use a browser to check > http://opensvn.csie.org/rails_engines/engines/trunk/ it throws a 404 > error? > > any ideas? > > Thanks in advance > > -- > Posted via http://www.ruby-forum.com/. > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails >-- * J * ~
James Adam wrote:> Please see rails-engines.org/download for details of how to install > the plugin; the instructions on Nathaniel''s page were out of date. > > - jamesUsing engines as an example plugin.... When I do script/plugin install engines it throw an error saying "plugin not found:engines" Where should be the plugin should be? when I am running this script. Please let me know the step by process as this would help anyone since there very less documnetation on installing plugin''s Thanks -- Posted via http://www.ruby-forum.com/.
My engine is getting quite dated. Rails does indeed move at light speed :) I plan to do a major update to the Datbox Engine shortly, there has been tons of feedback which needs to get incorporated back into the package. Definately more to come. And hopefully a new edition... TimeBox :) On 7/26/06, James Adam <james.adam@gmail.com> wrote:> > Please see rails-engines.org/download for details of how to install > the plugin; the instructions on Nathaniel''s page were out of date. > > - james > > On 7/26/06, woow <ruwanb@gmail.com> wrote: > > I am trying to get this enginer to work....and I am not sure how to > > install the engine? could someone please give me some instructions with > > regards to this.... > > > > http://rails-engines.org/wiki/pages/DateboxEngine > > > > for example in the website above > > > > The Engines plugin or the EdgeEngines plugin > > > > * Engines 1.0 > > script/plugin install > > http://opensvn.csie.org/rails_engines/branches/engines/ > > * EdgeEngines > > script/plugin install > > http://opensvn.csie.org/rails_engines/engines/trunk/ > > > > I am kinda confuse how to do this....when I use a browser to check > > http://opensvn.csie.org/rails_engines/engines/trunk/ it throws a 404 > > error? > > > > any ideas? > > > > Thanks in advance > > > > -- > > Posted via http://www.ruby-forum.com/. > > _______________________________________________ > > Rails mailing list > > Rails@lists.rubyonrails.org > > http://lists.rubyonrails.org/mailman/listinfo/rails > > > > > -- > * J * > ~ > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails >-- Kind regards, Nathaniel Brown President & CEO Inimit Innovations Inc. - http://inimit.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060726/a1fbc0de/attachment.html
You should be able to do just as you said, strange that it didnt work. One thing to try would be to ensure you have all the repositories discovered.. script/plugin discover The direct route would be to use the URL. script/plugin install http://svn.rails-engines.org/plugins/engines/ This would be in the root directory of your rails app. -NSHB On 7/26/06, Ruwan Budha <ruwanb@gmail.com> wrote:> > James Adam wrote: > > Please see rails-engines.org/download for details of how to install > > the plugin; the instructions on Nathaniel''s page were out of date. > > > > - james > > Using engines as an example plugin.... > > When I do script/plugin install engines > > it throw an error saying "plugin not found:engines" > > Where should be the plugin should be? when I am running this script. > Please let me know the step by process as this would help anyone since > there very less documnetation on installing plugin''s > > Thanks > > -- > Posted via http://www.ruby-forum.com/. > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails >-- Kind regards, Nathaniel Brown President & CEO Inimit Innovations Inc. - http://inimit.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060726/188afa93/attachment.html