How to program with RoR?

I’m a newbie RoR.I had to learning it about 15 days ago.I searching in
Internet and I think program with RoR use many Gem Plugin(same as
PaperClip,CanCan,Advise,…).With almost Problems have comptible Gem.So
Programming with RoR don’t have many sourcecode.I wants to ask Expert
RoR(time do with RoR more 2-3 years) that my understanding is True or
False?
Thanks

You can definetly check out the source if you want to. It is a good
thing
that common functionality is already implemented. If you need more than
what a gem provides, you can modify it easily.

2013/3/16 Colin L. [email protected]

On 16 March 2013 02:29, haxuan lac [email protected] wrote:

I’m a newbie RoR.I had to learning it about 15 days ago.I searching in
Internet and I think program with RoR use many Gem Plugin(same as
PaperClip,CanCan,Advise,…).With almost Problems have comptible Gem.So
Programming with RoR don’t have many sourcecode.I wants to ask Expert
RoR(time do with RoR more 2-3 years) that my understanding is True or
False?

Gems are available for many of the common features that websites have.
You still have to provide the application layer on top of them to
make your site do something useful.

Colin

Gems can help with common and usual functions of your web-site, but if
you
are building something unique you won’t find any gems, besides, you
still
put all gems in your app together.

, 16 2013 ., 6:29:46 UTC+4 Ruby-Forum.com User
:

Hi!
Maybe you should at first learn about whole system of RoR.
So try Michael H.'s RoR Tutorial. It has rspec basis and Model
relationships without gem.
After that, you can understand the flow of gem, so, make scaffold, and
insert and check the gems action.

Thanks

2013$BG/(B3$B7n(B16$BF|EZMKF|(B 11$B;~(B29$BJ,(B46$BIC(B UTC+9
Ruby-Forum.com User: