新手 才看了几天的 Rails 教程是 Rails 版本
<%= link_to 'Destroy', :controller => 'events', :action => 'destroy', :id => event%>
Destroy 貌似失效了,搜了一下解决了
问一下大家,写 Rails 用 textmate,如何记住那么多 API 呢 是自己查 还是有自动查询呢?感觉用 textmate 写起来慢啊
我是边用边查边记的。
#1 楼 @Rei 嗯 这个不错
textmate 写起来慢的原因是因为她的 Rails 相关的 bundle 都很老了,更新不给力啊。
#1 楼 @Rei 请教 Rei 一般推荐新人在哪里去查 api 呢?有没有啥 newbie friendly 的地方
#4 楼 @n00b1 http://apidock.com/ 我一般 google 时候加关键词 apidock 搜到里面。
#5 楼 @Rei 谢谢!