Vanity v1.7.1 Release Notes

Release Date: 2011-09-30 // over 12 years ago
  • Minor change in locating config file (Ariel Salomon)

    ๐Ÿ‘ Allow for table names in specified :timestamps (Peter Kovacs)

    When a named scope includes a join, created_at can be ambiguous. Use

    metric "Sky is limit" do model Sky, :timestamp => 'skies.created_at' end

    to disambiguate.

    0๏ธโƒฃ Make vanity_identity method private on controller; ensure no default route (Ariel Salomon)

    โž• Add Rails 2.3-compatible generator (Ariel Salomon)

    ๐Ÿš… Lazy Playground initialization for rails 3.1 (Jonathan del Strother)

    ๐Ÿ“š Update documentation to reflect that host, port, and database options for redis ๐Ÿ—„ connections are deprecated in favor of using the connection option with a URI (Patrick Joyce)