Good plugins for rails
I want to know more plugins or gems which can help to make my rails application more powerful and efficient and easy to handle.
Like
mysqlplus instead of mysql
memcached
delayed_job
resque
capistrano
开发者_StackOverflow社区
I would add the following plugins/gems to your list:
- Authlogic (or Devise)
- declarative_authorization (or CanCan)
- Cucumber and Capybara
- RSpec or Shoulda
- Factory Girl
- Haml and Sass (with Compass)
- Paperclip
- will_paginate
- Formtastic
- Searchlogic
- RVM (last but by no means least)
What do you mean by 'powerful'? :) Efficient - that depends on what exactly your application is doing.
Anyway, for a good eye-pick on what are your options, you may visit Ruby Toolbox.
精彩评论