Skip to content
Snippets Groups Projects
  1. Oct 17, 2012
  2. Oct 16, 2012
  3. Oct 04, 2012
  4. Oct 03, 2012
    • Alex Reisner's avatar
      Warn about error, if one occurs. · 16fd4bad
      Alex Reisner authored
      The version_x_results methods will return nil in case of an error. We
      need to detect that and not execute that branch of the 'if' statement.
      16fd4bad
  5. Oct 02, 2012
  6. Oct 01, 2012
  7. Sep 29, 2012
  8. Sep 28, 2012
    • Florian Frank's avatar
      Use Ruby attribute setters and not write_attribute · 85a0b974
      Florian Frank authored
      This change will call the writer methods defined on an AR model, if they're
      implemented, instead of going behind their back. This also avoids a rails 3
      deprecation warning, if the named attributes aren't actually database
      attributes.
      85a0b974
  9. Sep 27, 2012
  10. Sep 18, 2012
Loading