博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
[Ruby on Rails] Concepts
阅读量:5221 次
发布时间:2019-06-14

本文共 582 字,大约阅读时间需要 1 分钟。

Rails的组成模块

查看系统裡面安装的gem包,可以发现如下的Rails相关的Gems。

actionmailer (1.3.2)    Service layer for easy email delivery and testing. actionpack (1.13.2)    Web-flow and rendering framework putting the VC in MVC. actionwebservice (1.2.2)    Web service support for Action Pack. activerecord (1.15.2)    Implements the ActiveRecord pattern for ORM. activesupport (1.4.1)    Support and utility classes used by the Rails framework. rails (1.2.2)    Web-application framework with template engine, control-flow layer,    and ORM.

转载于:https://www.cnblogs.com/mutelife/archive/2012/10/21/2732827.html

你可能感兴趣的文章
SpringAop与AspectJ
查看>>
Leetcode 226: Invert Binary Tree
查看>>
http站点转https站点教程
查看>>
解决miner.start() 返回null
查看>>
关于MFC中窗口的销毁
查看>>
bzoj 2007: [Noi2010]海拔【最小割+dijskstra】
查看>>
BZOJ 1001--[BeiJing2006]狼抓兔子(最短路&对偶图)
查看>>
C# Dynamic通用反序列化Json类型并遍历属性比较
查看>>
128 Longest Consecutive Sequence 一个无序整数数组中找到最长连续序列
查看>>
定制jackson的自定义序列化(null值的处理)
查看>>
auth模块
查看>>
javascript keycode大全
查看>>
前台freemark获取后台的值
查看>>
log4j.properties的作用
查看>>
游戏偶感
查看>>
Leetcode: Unique Binary Search Trees II
查看>>
C++ FFLIB 之FFDB: 使用 Mysql&Sqlite 实现CRUD
查看>>
Spring-hibernate整合
查看>>
c++ map
查看>>
exit和return的区别
查看>>