Skip to content
José Bonnet edited this page Nov 13, 2017 · 6 revisions

This page covers ideas we might one day consider as User Stories for this product.

  1. Could snippets be e-mail messages?
    • Pros:
      1. any snippet could be emailed at the click of a button;
    • Cons:
      1. clutter!
  2. Could we reuse the Single file Rails applications idea (the whole file is here)?
  3. How to use Active-Record's self joins;
  4. Use default scopes for snippets' index with default_scope order('updated_at DESC')
    • this became deprecated (and it seems to belong to Ruby-on-Rails), so I've implemented it with <model>.order updated_at: :desc
Clone this wiki locally