Getting started with rails? Must have gems?

2019-02-02 01:20发布

I'm starting work on a project using Rails, but I'm waiting for the 3rd edition of the pragmatic rails book to come out before I purchase a book.

Anyway, my question is a bit more pointed than how do I get started...

What are some of the must have gems that everyone uses?

I need basic authentication, so I have the restful authentication gem, but beyond that, I don't know what I don't know. Is there a run down of this information somewhere? Some basic setup that 99% of the people start with when starting a new rails application?

Thanks in advance.

10条回答
爱情/是我丢掉的垃圾
2楼-- · 2019-02-02 02:00

mini_magick instead of rmagick.

查看更多
看我几分像从前
3楼-- · 2019-02-02 02:02
查看更多
Lonely孤独者°
4楼-- · 2019-02-02 02:03

Might want to keep an eye on: http://rubygems.org/ - you can see some interesting stats there re: most downloaded, most active, etc...

Also interesting and somewhat telling: https://github.com/languages/Ruby

查看更多
啃猪蹄的小仙女
5楼-- · 2019-02-02 02:07

For pagination, will_paginate.

查看更多
对你真心纯属浪费
6楼-- · 2019-02-02 02:11

The gems and plugins that I tend to use on most of my projects are:

查看更多
何必那么认真
7楼-- · 2019-02-02 02:11

This is very, very subjective because it all depends on what your application does! However, I've just had a look at the Gems I have installed and the one that absolutely does leap out as mandatory is Capistrano.

BTW Restful Authentication is a Rails plugin not a Gem.

查看更多
登录 后发表回答