240 发简信
IP属地:广东
  • Phoenix:Guide:Installation

    Installation install elixir and erlang: $ brew install elixir install he...

  • Phoenix:Guide:Overview

    Phoenix web framework Features mvc pattern high developer productivity h...

  • Rails: Routing

    Guide Targets: How to interpret the code in config/routes.rb?http-verb +...

  • Rails: Action Controller

    Guide Targets: How to follow the flow of a request through a controller?...

  • Concurrency vs Parallelism

    intro concurrency is NOT parallelism. although concurrency enables paral...

  • Rails: Polymorphic Association

    intro a model can belong to more than one other models. polymorphic belo...

  • Rails: Where Statement

    time where(completed_at: 1.week.ago .. Time.current) where('timesheets.u...

  • Ruby: Hash Code

    intro hash code is not Hash key-value data structure. hash code is usual...

  • Ruby: Numeric

    integer 200.abs is the absolute value. 200.next return the next integer....