黑胶唱片Rails,能抗能打

今天在Hacker New上看到了一篇称赞Raisl的文章Why Rails Still Matters。 原文用黑胶唱片做为引子,说明以rails为代表的老旧web技术是ok的,不比 新的Next.js之类差很多,大家的应用场景不同而已. ...

February 22, 2025 · datewu

想写个cms

updated at 2014/2/16 坑太大,挑战太多,挑战失败,放弃啦 :) 看完Ruby On Rails tutorial,感觉热血沸腾。 来吧,少年,来写个CMS吧。 model 数据库设计 generate 生成model schema数据模型: ...

December 23, 2013 · datewu

连接数据库

跟着rails tutorial 学习rails框架时,遇到了db链接的问题 问题 1 2 3 4 5 rake db:create failed PG::ConnectionBad: could not connect to server: No such file or directory Is the server running locally and accepting connections on Unix domain socket "/var/pgsql_socket/.s.PGSQL.5432"? Google之后发现是database.yml配置文件没有加上host:localhost配置项。 ...

November 7, 2013 · datewu