摘要:
How to use thelikequery with Mongoid . Basically I wanted something like the familiar SQL query:SELECT * FROM Apps WHERE name LIKE ‘%aaa%’I couldn’t f... 阅读全文
摘要:
http://guides.rubyonrails.org/routing.html#crud-verbs-and-actionscreates seven different routes in your application, all mapping to thePhotoscontrolle... 阅读全文
摘要:
http://www.skorks.com/2009/09/ruby-exceptions-and-exception-handling/Rescuing Exceptions Inside MethodsIf we are inside a method and we want to rescue... 阅读全文