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
-~----------~----~----~----~------~----~------~--~---