@Litwin: if i specify the gems in the environment.rb file, when i
transfer the application
and run gems:install all these gems will install automatically to the
machine??
Thanx

@xiexie11: i dont want only to see the gems used from the app, i want
to know how to make them available when i transfer the app to another
computer

Thanx

On Sep 23, 6:59 pm, xiexie11 <[email protected]> wrote:
> If you just want to see what your app is using and you haven't used
> config gem with the versions set, you can use the console and run:
>
> Rails.configuration.gems.sort{|a,b| a.specification.name <=>
> b.specification.name}.collect{|g| "#{g.specification.name} - #
> {g.specification.version}"}
>
> On Sep 18, 9:28 am, "Kostas L." <[email protected]> wrote:
>
>
>
> > Is there a way to see only the gems and plugins used in my app not the
> > gems i see when i run e.g gem-list command???
--~--~---------~--~----~------------~-------~--~----~
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 [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to