rails generate 命令的 orm 参数使用 Posted on May 18, 2015 当一个项目中出现多种数据库,例如 Postgresql 和 MongoDB ,对应的 gem 分别是 ‘pg’ 和 ‘mongoid’. [Read More] Tags: ruby
Actionmailer 那些事(四) Posted on April 18, 2015 众所周知,通常情况 css 有三种插入方式,外链,内部和行内,详情请参考 css_howto, 但在 email 中只能使用行内(Inline Styles)的方式。 所以在日常开发中,我们的很多代码会写成这样: [Read More] Tags: ruby
Actionmailer 那些事(三) Posted on April 18, 2015 早已知道 Rails4 的 ActionMailer 有一个 email preview 的功能,但由于各种原因从未真正使用,其实它是的好东西,绝非鸡肋。 [Read More] Tags: ruby