All Versions
36
Latest Version
Avg Release Cycle
134 days
Latest Release
1204 days ago

Changelog History
Page 3

  • v5.0.0.beta4 Changes

    August 21, 2013
    • ➕ Add an initializer to the generator; move the default reserved words there.
    • 👍 Allow assignment from {FriendlyId::Configuration#base}.
    • 🛠 Fix bug whereby records could not reuse their own slugs.
  • v5.0.0.beta3 Changes

    August 20, 2013
    • ⚡️ Update gemspec to ensure FriendlyId 5.0 is only used with AR 4.0.x.
  • v5.0.0.beta2 Changes

    August 16, 2013
    • ➕ Add "finders" module to easily restore FriendlyId 4.0 finder behavior.
  • v5.0.0.beta1 Changes

    August 10, 2013
    • 👌 Support for Rails 4.
    • Made the :scoped and :history modules compatible with each other (Andre Duffeck).
    • ✂ Removed class-level finders in favor of friendly scope (Norman Clarke).
    • 👍 Implemented "candidates" support (Norman Clarke).
    • Slug "sequences" are now GUIDs rather than numbers (Norman Clarke).
    • find no longer falls back to super unless id is fully numeric string (Norman Clarke).
    • 0️⃣ Default sequence separator is now '-' rather than '--'.
    • 👌 Support for Globalize has been removed until Globalize supports Rails 4.
    • ✂ Removed support for Ruby < 1.9.3 and Rails < 4.0.
  • v4.0.10 Changes

    August 10, 2013
    • 🛠 Fixed table prefixes/suffixes being ignored (Jesse Farless).
    • 🛠 Fixed sequence generation for slugs containing numbers (Adam Carroll).
  • v4.0.10.1 Changes

    August 20, 2013
    • ⚡️ Update dependencies in gemspec to avoid using with Active Record 4.
    • 🛠 Fixed links in docs.
  • v4.0.9 Changes

    October 31, 2012
    • 🛠 Fixed support for Rails 3.2.9.rc1
  • v4.0.8 Changes

    August 01, 2012
    • Name internal anonymous class to fix marshall dump/load error (Jess Brown, Philip Arndt and Norman Clarke).

    • ⚡️ Avoid using deprecated update_attribute (Philip Arndt).

    • Added set_friendly_id method to Globalize module (Norman Clarke).

    • autoload FriendlyId::Slug; previously this class was not accessible from migrations unless required explicitly, which could cause some queries to unexpectedly fail (Norman Clarke).

    • 🛠 Fix Mocha load order (Mark Turner).

    • ⚡️ Minor doc updates (Rob Yurkowski).

    • 🔨 Other miscellaneous refactorings and doc updates.

  • v4.0.7 Changes

    June 06, 2012
    • to_param just calls super when no friendly id is present, to keep the model's default behavior. (Andrew White)

    • FriendlyId can now properly sequence slugs that end in numbers even when a single dash is used as the separator (Tomás Arribas).

  • v4.0.6 Changes

    May 21, 2012
    • 🛠 Fix nil return value from to_param when save fails because of validation errors (Tomás Arribas)
    • 🛠 Fix incorrect usage of i18n API (Vinicius Ferriani)
    • 👌 Improve error handling in reserved module (Adrián Mugnolo and Github user "nolamesa")