Conrad Taylor
2006-Mar-15 11:07 UTC
[Rails] Adding Gems and Plugins To A Shared Hosting Account?
Hi, I have a hosting account with godaddy.com and I guess after asking about RoR, it''s now installed on both the Deluxe and Premium shared plans. Now, it seems that I don''t have command line access (i.e ssh). Thus, I was wondering, how does one check to see what gems are installed and how can I add other gems? Is it possible to add gems and plugins to the local project and simply upload to the server? Well, I must go and thanks in advance. -Conrad
Conrad Taylor
2006-Mar-15 19:47 UTC
[Rails] Adding Gems and Plugins To A Shared Hosting Account?
Hi, I have a hosting account with godaddy.com and I guess after asking them about RoR, it''s now installed on both the Deluxe and Premium shared plans. Now, it seems that I don''t have command line access (i.e ssh). Thus, I was wondering, how does one check to see what gems are installed and how can I add other gems and plugins? Is it possible to add gems and plugins to the local project and simply upload to the server? Well, I must go and thanks in advance. -Conrad -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060315/7b34b169/attachment.html
David Mitchell
2006-Mar-15 19:50 UTC
[Rails] Adding Gems and Plugins To A Shared Hosting Account?
Pretty sure you''ll need command line access to do this yourself, or you can (presumably) email the support guys at godaddy.com to get them to do it for you. Regards Dave M. On 16/03/06, Conrad Taylor <conradwt@gmail.com> wrote:> Hi, I have a hosting account with godaddy.com and I guess after asking > them about RoR, it''s now installed on both the Deluxe and Premium shared > plans. Now, it seems that I don''t have command line access ( i.e ssh). > Thus, I was wondering, how does one check to see what gems are > installed and how can I add other gems and plugins? Is it possible to add > gems > > and plugins to the local project and simply upload to the server? > Well, I must go and thanks in advance. > > -Conrad > > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails > > >
Roberto Saccon
2006-Mar-15 20:24 UTC
[Rails] Adding Gems and Plugins To A Shared Hosting Account?
If the gem doesn''t compile c code, you just can locate the ruby files of the gems and put them manually in yu r lib folder and add the dependencies in enironment.rb. (the exists even a rake task<http://nubyonrails.com/articles/2005/12/22/freeze-other-gems-to-rails-lib-directory>to freeze gems into your app exactly for this purpose, (but it did not work on windows when I last tried, see my comments there) On 3/15/06, Conrad Taylor <conradwt@gmail.com> wrote:> > Hi, I have a hosting account with godaddy.com and I guess after asking > them about RoR, it''s now installed on both the Deluxe and Premium shared > > plans. Now, it seems that I don''t have command line access ( i.e ssh). > Thus, I was wondering, how does one check to see what gems are > installed and how can I add other gems and plugins? Is it possible to add > gems > > and plugins to the local project and simply upload to the server? > Well, I must go and thanks in advance. > > -Conrad > > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails > > >-- Roberto Saccon - http://rsaccon.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060315/06c79b0e/attachment.html