I'm a PHP developer on Zend framework. I'm checking ROR.
Can i get Ruby on Rails components List? Like in ZF: http://framework.zend.com/manual/1.6/en/requirements.zendcomponents.html
I'm a PHP developer on Zend framework. I'm checking ROR.
Can i get Ruby on Rails components List? Like in ZF: http://framework.zend.com/manual/1.6/en/requirements.zendcomponents.html
In rails, the main components to be noticed are as:
Methods to deploy your app and much more......
In addition, You should go through these slides
and this page also contains a lot info for important rails component.
For Rails there isn't any official list like the Zend one you linked. I use Google, or sometimes The Ruby Toolbox
The rails components are packed as gems, to get the full list of gems go to http://rubygems.org/gems
Then there are some sites like Ruby Toolbox that help you choosing by providing statistics about usage and development.
Gather a list of requirements and then search if there is already a gem providing that functionality.