Getting started with rails? Must have gems?

前端 未结 10 1749
南方客
南方客 2020-12-28 08:34

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 questi

相关标签:
10条回答
  • 2020-12-28 09:20

    HAML is a must have. You'll never think of HTML in the same way again -- No more tag soup.

    0 讨论(0)
  • 2020-12-28 09:20

    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

    0 讨论(0)
  • 2020-12-28 09:22

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

    • Restful Authentication -- For authentication
    • Will Paginate -- For pagination
    • Attachment Fu -- For image and file attachments
    • RedCloth -- For textile rendering
    • Capistrano -- For deployment
    0 讨论(0)
  • 2020-12-28 09:23

    How can nobody have mentioned andand yet? It's the best thing since ||=

    0 讨论(0)
提交回复
热议问题