先安装gem包tlsmail。
rails routes 详解
Posted on
|
In
ruby
rails activerecord observer usage
Posted on
|
In
ruby
要使Observer工作,第一种做法是在controller里声明, 这样unit test就无法加载此observer到console中
one_to_one relationship explain and notice
Posted on
|
In
ruby
以Agile Web Development with Rails书中关于has_one关系的order和invoice关系做个例子,其中设了一个total_price字段在invoice表中,不能为空,当做以下操作时:
ruby metaprogramming example
Posted on
|
In
ruby
ruby metaprogramming需要熟悉Ruby的一些方法和类: